-
Notifications
You must be signed in to change notification settings - Fork 6
/
material-dracula-fest.ini
126 lines (112 loc) · 3.09 KB
/
material-dracula-fest.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
[meta]
name=Material Dracula Fest
author=MatiDragon
website=https://github.com/MatiDragon-YT
[variables]
NULL=536870911
BORDES=#282A36
COLOR=#A9AAAF
EDITOR=#F8F8F2
KEYWORD=12550399
NUMBER=16744597
STRING=8454143
CLASSE=15400832
COMMAND=8454026
COMMENT=10777186
activeTabColor = 0
inactiveTabColor = 8421504
tabPanelBackground = 15790320
activeTabBackground = 16777215
inactiveTabBackground = tabPanelBackground
tabBorderColor = inactiveTabColor
[gui]
editor.color=EDITOR
editor.style.bold=0
editor.style.italic=0
editor.style.underline=0
editor.background=BORDES
editor.activeLine.background=BORDES
gutter.color=COLOR
gutter.background=BORDES
bottomPanel.color=COLOR
bottomPanel.background=BORDES
bottomPanel.border.color=BORDES
tabsPanel.background=tabPanelBackground
newTabButton.background=inactiveTabBackground
newTabButton.border.color=tabBorderColor
newTabButton.hover.background=activeTabBackground
newTabButton.hover.border.color=tabBorderColor
activeTab.color=activeTabColor
activeTab.background=activeTabBackground
activeTab.border.color=tabBorderColor
activeTab.closeButton.color=inactiveTabColor
activeTab.closeButton.background=activeTabBackground
activeTab.closeButton.border.color=activeTabBackground
activeTab.closeButton.hover.color=activeTabColor
activeTab.closeButton.hover.background=activeTabBackground
activeTab.closeButton.hover.border.color=tabBorderColor
inactiveTab.color=inactiveTabColor
inactiveTab.background=inactiveTabBackground
inactiveTab.border.color=tabBorderColor
inactiveTab.closeButton.color=inactiveTabColor
inactiveTab.closeButton.background=inactiveTabBackground
inactiveTab.closeButton.border.color=inactiveTabBackground
inactiveTab.closeButton.hover.color=activeTabColor
inactiveTab.closeButton.hover.background=activeTabBackground
inactiveTab.closeButton.hover.border.color=tabBorderColor
[syntax]
comments.color=COMMENT
comments.background=NULL
comments.style.bold=0
comments.style.italic=0
comments.style.underline=0
labels.color=COMMAND
labels.background=NULL
labels.style.bold=0
labels.style.italic=0
labels.style.underline=0
variables.color=CLASSE
variables.background=NULL
variables.style.bold=0
variables.style.italic=0
variables.style.underline=0
keywords.color=KEYWORD
keywords.background=NULL
keywords.style.bold=0
keywords.style.italic=0
keywords.style.underline=0
numbers.color=NUMBER
numbers.background=NULL
numbers.style.bold=0
numbers.style.italic=0
numbers.style.underline=0
strings.color=STRING
strings.background=NULL
strings.style.bold=0
strings.style.italic=0
strings.style.underline=0
models.color=NUMBER
models.background=NULL
models.style.bold=0
models.style.italic=0
models.style.underline=0
classes.color=CLASSE
classes.background=NULL
classes.style.bold=0
classes.style.italic=1
classes.style.underline=0
commands.color=COMMAND
commands.background=NULL
commands.style.bold=0
commands.style.italic=0
commands.style.underline=0
directives.color=COMMAND
directives.background=NULL
directives.style.bold=0
directives.style.italic=1
directives.style.underline=0
constants.color=KEYWORD
constants.background=NULL
constants.style.bold=0
constants.style.italic=0
constants.style.underline=0