summaryrefslogtreecommitdiff
path: root/themes/Adwaita/gtk-3.0/gtk-main-dark.css
blob: 639605b1c5d2800e2af5cbef1bf0532046229482 (plain)
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
/* Dark color scheme */
@define-color theme_base_color #333333;
@define-color theme_bg_color #393f3f;
@define-color theme_selected_bg_color #3465a4;
@define-color theme_text_color #eeeeec;
@define-color theme_fg_color @theme_text_color;
@define-color theme_selected_fg_color @theme_text_color;

@define-color placeholder_text_color shade(@theme_text_color, 0.4);

@define-color theme_unfocused_base_color @theme_base_color;
@define-color theme_unfocused_text_color mix(@theme_unfocused_base_color, @theme_text_color, 0.8);
@define-color theme_unfocused_fg_color mix(@theme_unfocused_bg_color, @theme_text_color, 0.3);
@define-color theme_unfocused_bg_color @theme_bg_color;
@define-color theme_unfocused_selected_bg_color @unfocused_borders;
@define-color theme_unfocused_selected_fg_color @theme_selected_fg_color;
@define-color unfocused_button_background @theme_unfocused_bg_color;
@define-color unfocused_borders mix(@theme_unfocused_bg_color, @theme_text_color, 0.15);
@define-color unfocused_insensitive_borders mix(@theme_unfocused_bg_color, @unfocused_borders, 0.5);
@define-color unfocused_insensitive_fg_color mix(@insensitive_fg_color, @insensitive_bg_color, 0.3);
@define-color unfocused_insensitive_bg_color @insensitive_bg_color;
@define-color unfocused_dark_bg mix(@theme_unfocused_bg_color, @borders, 0.5);

@define-color menu_bg_color #555753;
@define-color menu_fg_color @theme_text_color;

@define-color menu_controls_color #aaa8ac;

@define-color menu_combobox_border darker (@theme_selected_bg_color);
@define-color menu_separator mix (@menu_fg_color, @menu_bg_color, 0.95);

@define-color inactive_frame_color shade (@theme_bg_color, 0.8);

@define-color sidebar_bg shade (@theme_bg_color, 1.02);
@define-color sidebar_bg_unfocused mix(@sidebar_bg, @theme_unfocused_base_color, 0.5);

@define-color sidebar_scrollbar_trough shade(@sidebar_bg, 1.25);
@define-color sidebar_scrollbar_trough_backdrop shade(@sidebar_bg_unfocused, 1.2);

@define-color button_gradient_color_a shade (@theme_bg_color, 1.15);
@define-color button_gradient_color_b @theme_bg_color;
@define-color button_gradient_color_c shade (@theme_bg_color, 0.8);
@define-color borders #24282a;

@define-color button_active_gradient_color_a shade (@button_gradient_color_b, 0.7);
@define-color button_active_gradient_color_b shade (@button_gradient_color_a, 0.7);
@define-color button_active_text @theme_selected_bg_color;
@define-color button_active_text_shadow alpha(black, 0.6);
@define-color button_text_shadow alpha(black, 0.7);

@define-color button_hover_gradient_color_a shade (@button_gradient_color_a, 1.10);
@define-color button_hover_gradient_color_b shade (@button_gradient_color_b, 1.02);

@define-color insensitive_fg_color #535555;
@define-color insensitive_bg_color mix(@theme_bg_color, @theme_base_color, 0.6);
@define-color insensitive_borders @borders;
@define-color insensitive_scale_borders @insensitive_fg_color;

@define-color trough_bg_color_a #30312f;
@define-color trough_bg_color_b #41433f;

@define-color scrollbar_trough shade(@theme_bg_color, 1.2);
@define-color scrollbar_trough_insensitive shade(@theme_bg_color, 1.05); /* FIXME */
@define-color scrollbar_trough_unfocused shade(@theme_unfocused_bg_color, 1.2);
@define-color scrollbar_slider mix(@scrollbar_trough, @theme_fg_color, 0.15);
@define-color scrollbar_slider_prelight mix(@scrollbar_trough, @theme_fg_color, 0.3);
@define-color scrollbar_slider_active @theme_selected_bg_color;
@define-color scrollbar_slider_insensitive alpha(black, 0); /* FIXME should be transparent */
@define-color scrollbar_slider_unfocused shade(@theme_unfocused_base_color, 0.8);

@define-color switch_slider_color shade(@theme_bg_color, 0.9);
@define-color switch_trough_active_color @theme_text_color;
@define-color switch_trough_active_bg_a shade(@theme_selected_bg_color, 0.6);
@define-color switch_trough_active_bg_b @theme_selected_bg_color;

@define-color progressbar_background_a shade(@theme_selected_bg_color, 1.15);
@define-color progressbar_background_b shade(@theme_selected_bg_color, 0.8);
@define-color progressbar_pattern @progressbar_background_b;
@define-color progressbar_border shade(@switch_trough_active_bg_a, 0.60);
@define-color progressbar_unfocused_background @unfocused_borders;
@define-color progressbar_unfocused_border @theme_unfocused_fg_color;
@define-color progressbar_unfocused_trough @unfocused_dark_bg;

@define-color entry_text_color #ffffff;
@define-color entry_background_a shade(@theme_base_color, 0.85);
@define-color entry_background_b @theme_base_color;

@define-color entry_inset alpha(black, 0.15);

@define-color internal_element_color #595959;
@define-color internal_element_prelight #eeeeee;
@define-color internal_element_insensitive mix(@internal_element_color, @theme_base_color, 0.65);

@define-color scale_trough_bg_a @borders;
@define-color scale_trough_bg_b shade(@theme_bg_color, 0.95);
@define-color scale_shadow @theme_bg_color;
@define-color scale_progress_fill #2c85e2;
@define-color scale_highlight_border #182f4c;
@define-color scale_highlight_bg #356599;
@define-color scale_highlight_shadow alpha(white, 0.20);

@define-color notebook_active_tab_border shade(@theme_selected_bg_color, 0.5);
@define-color notebook_selected_tab_color alpha(@theme_selected_bg_color, 0.75);

@define-color notebook_tab_gradient_a shade(@theme_bg_color, 0.8);
@define-color notebook_tab_gradient_b shade(@theme_bg_color, 0.75);
@define-color notebook_tab_hilight shade(@theme_bg_color, 0.9);

@define-color toolbar_gradient_a shade(@theme_bg_color, 0.75);
@define-color toolbar_gradient_b shade(@theme_bg_color, 0.8);
@define-color toolbar_gradient_c shade(@theme_bg_color, 0.9);

@define-color toolbar_border_top shade(@borders, 0.7);
@define-color toolbar_border_bottom shade(@borders, 1.05);

@define-color toolbar_active_button_color #222222;
@define-color toolbar_button_prelight alpha(black, 0.3);
@define-color toolbar_separator shade(@internal_element_color, 0.90);

@define-color primary_toolbar_button_text_shadow alpha(black, 0.1);

@define-color content_view_bg #242424;
@define-color list_box_bg @theme_base_color;

@define-color app_notification_a #343a3b;
@define-color app_notification_b #3b3e3f;
@define-color app_notification_c #343a3b;

@define-color app_notification_border #555357;

@define-color suggested_action_button_a #407cbc;
@define-color suggested_action_button_b #2a5285;
@define-color suggested_action_button_border #204a87;
@define-color suggested_action_button_fg #ffffff;
@define-color suggested_action_button_shadow transparent;

@define-color treeview_focus_border shade (@theme_selected_bg_color, 1.20);

@define-color view_separators @toolbar_separator;
@define-color view_symbolic_color shade(@theme_text_color, 0.70);

@define-color expander_row_selected_color alpha (@theme_base_color, 0.60);

@define-color inset_light_color alpha(white, 0.05);
@define-color inset_dark_color alpha(black, 0.25);

/**************************
 * Selection Mode classes *
 **************************/
@define-color selection_toolbar_bg_a #3465a4;
@define-color selection_toolbar_bg_b #1d437b;
@define-color selection_toolbar_bg_backdrop @selection_toolbar_bg_b;
@define-color selection_toolbar_fg #729fcf;
@define-color selection_toolbar_shadow #204a87;
@define-color selection_toolbar_border #183967;

@define-color selection_toolbar_button_a @selection_toolbar_fg;
@define-color selection_toolbar_button_b @selection_toolbar_bg_a;
@define-color selection_toolbar_button_fg #bfbfbf;
@define-color selection_toolbar_button_border #23446f;
@define-color selection_toolbar_button_border_backdrop shade(@selection_toolbar_button_border, 0.80);
@define-color selection_toolbar_button_shadow alpha(black, 0.30);

@define-color selection_toolbar_suggested_button_a #3e4545;
@define-color selection_toolbar_suggested_button_b #2e3232;
@define-color selection_toolbar_suggested_button_c #2a2828;
@define-color selection_toolbar_suggested_button_fg #ffffff;
@define-color selection_toolbar_suggested_button_border #1f2020;
@define-color selection_toolbar_suggested_button_border_backdrop shade(@selection_toolbar_suggested_button_border, 1.30);

@define-color selection_menu_fg @selection_toolbar_fg;
@define-color selection_menu_hover shade(@selection_menu_fg, 1.15);
@define-color selection_menu_active shade(@selection_menu_fg, 1.30);

/**************
 * GNOME Apps *
 **************/
@define-color entry_tag_bg #888a85;
@define-color entry_tag_fg black;

/******
 * WM *
 ******/
@define-color wm_title @theme_fg_color;
@define-color wm_unfocused_title @theme_unfocused_fg_color;
@define-color wm_highlight shade(@theme_bg_color, 1.4);
@define-color wm_title_highlight_dark @button_text_shadow;
@define-color wm_title_highlight alpha(#000000, 0.0);

@define-color wm_bg_a shade (@theme_bg_color, 1.3);
@define-color wm_bg_b @theme_bg_color;

@define-color wm_button_bg_a shade (@theme_bg_color, 1.0);
@define-color wm_button_bg_b shade (@theme_bg_color, 0.85);
@define-color wm_button_bg_c shade (@theme_bg_color, 0.8);
@define-color wm_button_bg_d shade (@theme_bg_color, 0.9);

@define-color wm_button_bg_hover_a shade (@wm_button_bg_a, 1.2);
@define-color wm_button_bg_hover_b shade (@wm_button_bg_b, 1.2);
@define-color wm_button_bg_hover_c shade (@wm_button_bg_c, 1.2);
@define-color wm_button_bg_hover_d shade (@wm_button_bg_d, 1.2);

@define-color wm_button_bg_active_a shade (@theme_bg_color, 0.5);
@define-color wm_button_bg_active_b shade (@theme_bg_color, 0.7);
@define-color wm_button_bg_active_c shade (@theme_bg_color, 0.7);

@import url("gtk-main-common.css");
@import url("gtk-widgets-backgrounds.css");
@import url("gtk-widgets-borders-dark.css");
@import url("gtk-widgets-assets-dark.css");
@import url("gtk-widgets.css");
@import url("gtk-widgets-dark-overrides.css");
@import url("gnome-applications.css");
@import url("gnome-applications-dark-overrides.css");