-
Notifications
You must be signed in to change notification settings - Fork 1
/
dracula.css
192 lines (152 loc) Β· 4.4 KB
/
dracula.css
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
.root {
-jr-theme: #bd93f9;
-jr-accent: #ff79c6;
-jr-selected: -jr-accent;
-jr-hover: #44475a;
-jr-row-odd-background: #282a36;
-jr-row-even-background: #373a4b;
-jr-accent-alt: -jr-accent;
-jr-red: #ff5555;
-jr-light-red: #fc6969;
-jr-green: #50fa7b;
-jr-light-green: #6cf88f;
-jr-blue: #36d5f8;
-jr-light-blue: #8be9fd;
-jr-purple: #9f5efa;
-jr-light-purple: #bd93f9;
-jr-yellow: #f1fa8c;
-jr-orange: #ffb86c;
}
.root {
-jr-theme: #bd93f9;
-jr-accent: #ff79c6;
-jr-selected: -jr-accent;
-jr-hover: #44475a;
-jr-row-odd-background: #282a36;
-jr-row-even-background: #373a4b;
-jr-accent-alt: -jr-accent;
-jr-red: #ff5555;
-jr-light-red: #fc6969;
-jr-green: #50fa7b;
-jr-light-green: #6cf88f;
-jr-blue: #36d5f8;
-jr-light-blue: #8be9fd;
-jr-purple: #9f5efa;
-jr-light-purple: #bd93f9;
-jr-yellow: #f1fa8c;
-jr-orange: #ffb86c;
-jr-base: #282a36;
-jr-background-alt: #282a36;
-jr-menu-background: #44475a;
-jr-toolbar: -jr-menu-background;
-jr-sidepane-background: #44475a;
-jr-search-background: #44475a;
-jr-sidepane-header-background: -jr-background-alt;
-jr-group-hits-bg: -jr-background-alt;
-jr-group-hits-fg: -fx-light-text-color;
-fx-control-inner-background: #44475a;
-fx-control-inner-background-alt: -fx-control-inner-background;
-fx-dark-text-color: #44475a;
-fx-mid-text-color: #f8f8f2;
-fx-light-text-color: #f8f8f2;
-jr-separator: #6272a4;
-fx-outer-border: #6272a4;
-jr-icon: -fx-light-text-color;
-jr-icon-active: derive(-fx-light-text-color, 50%);
-jr-icon-background-active: -jr-hover;
-jr-icon-background-armed: #6272a4;
-jr-menu-foreground: -fx-light-text-color;
-jr-menu-item-foreground: -fx-light-text-color;
-jr-menu-forground-active: derive(-fx-light-text-color, 50%);
-jr-scrollbar-thumb: -fx-light-text-color;
-jr-scrollbar-track: derive(-fx-control-inner-background, -90%);
-fx-focused-text-base-color: -fx-dark-text-color;
-jr-tooltip-fg: derive(-fx-light-text-color, 50%);
-jr-drag-target: -jr-accent;
-jr-drag-target-hover: -jr-accent;
-js-summary-text-color: derive(-fx-light-text-color, 70%);
-js-summary-text-color-selected: derive(-fx-dark-text-color, 70%);
}
.unchanged {
}
.addition {
-rtfx-background-color: -jr-green;
}
.deletion {
-rtfx-background-color: -jr-red;
}
#previewBody {
background-color: #282a36; /* -fx-control-inner-background*/
color: #7d8591; /* -fx-mid-text-color*/
}
.custom-color-dialog {
-fx-background-color: -fx-control-inner-background;
}
.table-row-cell:odd {
-fx-background-color: #282a36;
}
.table-row-cell:even {
-fx-background-color: #373a4b;
}
.table-row-cell:hover,
.tree-table-row-cell:hover {
-fx-background-color: -jr-hover;
}
.merge-field-value .action-icon {
-fx-blend-mode: none;
-fx-opacity: 90%;
}
.merge-header-cell {
-fx-border-width: 0 0 1 0;
-fx-border-color: -fx-outer-border;
-fx-background-color: -jr-row-odd-background;
}
.merge-header {
-fx-background-color: -jr-row-odd-background;
}
.table-view .groupColumnBackground {
-fx-stroke: -jr-gray-3;
}
.code-area .lineno {
-fx-background-color: -jr-background-alt;
-fx-text-fill: -fx-mid-text-color;
}
.text-unchanged {
-fx-fill: -fx-light-text-color;
}
.radio-button > .radio {
-fx-background-color: -fx-light-text-color, -fx-control-inner-background;
}
.numberColumn > .hits:any-selected {
-fx-background-color: derive(-jr-gray-3, 25%);
}
.numberColumn > .hits:all-selected {
-fx-background-color: -jr-gray-3;
}
#preferencesContainer .tab-pane > .tab-header-area > .tab-header-background {
-fx-background-color: -jr-background;
}
.mainToolbar .search-field .button .glyph-icon {
-fx-fill: derive(-fx-light-text-color, 80%);
-fx-text-fill: derive(-fx-light-text-color, 80%);
-fx-icon-color: derive(-fx-light-text-color, 80%);
}
.mainToolbar .search-field .toggle-button .glyph-icon {
-fx-fill: -jr-search-text;
-fx-text-fill: -jr-search-text;
-fx-icon-color: -jr-search-text;
}
.mainToolbar .search-field .toggle-button:selected .glyph-icon {
-fx-fill: derive(-fx-light-text-color, 80%);
-fx-text-fill: derive(-fx-light-text-color, 80%);
-fx-icon-color: derive(-fx-light-text-color, 80%);
}
.notification-bar > .pane {
-fx-background-color: -fx-light-text-color;
}
.rating > .container > .button {
-fx-icon-color: derive(-fx-light-text-color, -50%);
}
.rating > .container > .button.strong {
-fx-icon-color: -fx-light-text-color;
}