forked from sannybuilder/themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclassic.ini
93 lines (79 loc) · 1.99 KB
/
classic.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[meta]
name = Classic Bright
author = Seemann
[variables]
primaryColor = #000000
primaryBackground = #FFFFFF
none = 0x1FFFFFFF
btnFace = 0xFF00000F
btnHighlight = 0xFF000014
yes = 1
no = 0
[gui]
editor.color = primaryColor
editor.style.bold = no
editor.style.italic = no
editor.style.underline = no
editor.background = primaryBackground
editor.activeLine.background = none
gutter.color = primaryColor
gutter.background = primaryBackground
bottomPanel.color = primaryColor
bottomPanel.background = btnFace
bottomPanel.border.color = btnHighlight
[syntax]
comments.color = #000080
comments.background = none
comments.style.bold = no
comments.style.italic = yes
comments.style.underline = no
labels.color = #008000
labels.background = none
labels.style.bold = yes
labels.style.italic = no
labels.style.underline = no
variables.color = #0000FF
variables.background = none
variables.style.bold = no
variables.style.italic = no
variables.style.underline = no
keywords.color = primaryColor
keywords.background = none
keywords.style.bold = yes
keywords.style.italic = no
keywords.style.underline = no
numbers.color = #800000
numbers.background = none
numbers.style.bold = no
numbers.style.italic = no
numbers.style.underline = no
strings.color = #FF0000
strings.background = none
strings.style.bold = no
strings.style.italic = no
strings.style.underline = no
models.color = #800000
models.background = none
models.style.bold = yes
models.style.italic = no
models.style.underline = no
classes.color = #808000
classes.background = none
classes.style.bold = yes
classes.style.italic = no
classes.style.underline = no
commands.color = #008080
commands.background = none
commands.style.bold = yes
commands.style.italic = no
commands.style.underline = no
directives.color = #008000
directives.background = none
directives.style.bold = no
directives.style.italic = no
directives.style.underline = no
constants.color = none
constants.background = none
constants.style.bold = no
constants.style.italic = no
constants.style.underline = no