about summary refs log tree commit diff
path: root/home/profiles/browsing/qutebrowser-settings.nix
blob: a76193cd32b4def4a42741343432945b2c1447ad (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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
let
  # Softjelly by sefidel <contact@sefidel.com>
  # Modified to increase visibility on qutebrowser
  base00 = "#151515";
  base01 = "#222329";
  base02 = "#2c2d33";
  base03 = "#3c3d43";
  base04 = "#090a10";
  base05 = "#cbc0ab";
  base06 = "#e0d6bd";
  base07 = "#676973";
  base08 = "#cf6a4c";
  base09 = "#dfa358";
  base0A = "#dcb66a";
  base0B = "#99ad6a";
  base0C = "#8fbfdc";
  base0D = "#8197bf";
  base0E = "#b3a3ff";
  base0F = "#d0a0c0";
in
{
  # Base16 qutebrowser template by theova
  # Modified by sefidel <contact@sefidel.com>

  # Value to use for `prefers-color-scheme:` for websites.
  # Valid values: light, dark, auto.
  colors.webpage.preferred_color_scheme = "auto";

  # Text color of the completion widget. May be a single color to use for
  # all columns or a list of three colors, one for each column.
  colors.completion.fg = base05;

  # Background color of the completion widget for odd rows.
  colors.completion.odd.bg = base01;

  # Background color of the completion widget for even rows.
  colors.completion.even.bg = base00;

  # Foreground color of completion widget category headers.
  colors.completion.category.fg = base0A;

  # Background color of the completion widget category headers.
  colors.completion.category.bg = base00;

  # Top border color of the completion widget category headers.
  colors.completion.category.border.top = base00;

  # Bottom border color of the completion widget category headers.
  colors.completion.category.border.bottom = base00;

  # Foreground color of the selected completion item.
  colors.completion.item.selected.fg = base05;

  # Background color of the selected completion item.
  colors.completion.item.selected.bg = base02;

  # Top border color of the selected completion item.
  colors.completion.item.selected.border.top = base02;

  # Bottom border color of the selected completion item.
  colors.completion.item.selected.border.bottom = base02;

  # Foreground color of the matched text in the selected completion item.
  colors.completion.item.selected.match.fg = base0B;

  # Foreground color of the matched text in the completion.
  colors.completion.match.fg = base0B;

  # Color of the scrollbar handle in the completion view.
  colors.completion.scrollbar.fg = base05;

  # Color of the scrollbar in the completion view.
  colors.completion.scrollbar.bg = base00;

  # Background color of disabled items in the context menu.
  colors.contextmenu.disabled.bg = base03;

  # Foreground color of disabled items in the context menu.
  colors.contextmenu.disabled.fg = base05;

  # Background color of the context menu. If set to null, the Qt default is used.
  colors.contextmenu.menu.bg = base00;

  # Foreground color of the context menu. If set to null, the Qt default is used.
  colors.contextmenu.menu.fg = base05;

  # Background color of the context menu’s selected item. If set to null, the Qt default is used.
  colors.contextmenu.selected.bg = base02;

  #Foreground color of the context menu’s selected item. If set to null, the Qt default is used.
  colors.contextmenu.selected.fg = base05;

  # Background color for the download bar.
  colors.downloads.bar.bg = base00;

  # Color gradient start for download text.
  colors.downloads.start.fg = base00;

  # Color gradient start for download backgrounds.
  colors.downloads.start.bg = base0D;

  # Color gradient end for download text.
  colors.downloads.stop.fg = base00;

  # Color gradient stop for download backgrounds.
  colors.downloads.stop.bg = base0C;

  # Foreground color for downloads with errors.
  colors.downloads.error.fg = base08;

  # Font color for hints.
  colors.hints.fg = base00;

  # Background color for hints. Note that you can use a `rgba(...)` value
  # for transparency.
  colors.hints.bg = base0A;

  # Font color for the matched part of hints.
  colors.hints.match.fg = base05;

  # Text color for the keyhint widget.
  colors.keyhint.fg = base05;

  # Highlight color for keys to complete the current keychain.
  colors.keyhint.suffix.fg = base05;

  # Background color of the keyhint widget.
  colors.keyhint.bg = base00;

  # Foreground color of an error message.
  colors.messages.error.fg = base00;

  # Background color of an error message.
  colors.messages.error.bg = base08;

  # Border color of an error message.
  colors.messages.error.border = base08;

  # Foreground color of a warning message.
  colors.messages.warning.fg = base00;

  # Background color of a warning message.
  colors.messages.warning.bg = base0E;

  # Border color of a warning message.
  colors.messages.warning.border = base0E;

  # Foreground color of an info message.
  colors.messages.info.fg = base05;

  # Background color of an info message.
  colors.messages.info.bg = base00;

  # Border color of an info message.
  colors.messages.info.border = base00;

  # Foreground color for prompts.
  colors.prompts.fg = base05;

  # Border used around UI elements in prompts.
  colors.prompts.border = base00;

  # Background color for prompts.
  colors.prompts.bg = base00;

  # Background color for the selected item in filename prompts.
  colors.prompts.selected.bg = base02;

  # Foreground color for the selected item in filename prompts.
  colors.prompts.selected.fg = base05;

  # Foreground color of the statusbar.
  colors.statusbar.normal.fg = base05;

  # Background color of the statusbar.
  colors.statusbar.normal.bg = base00;

  # Foreground color of the statusbar in insert mode.
  colors.statusbar.insert.fg = base06;

  # Background color of the statusbar in insert mode.
  colors.statusbar.insert.bg = base00;

  # Foreground color of the statusbar in passthrough mode.
  colors.statusbar.passthrough.fg = base09;

  # Background color of the statusbar in passthrough mode.
  colors.statusbar.passthrough.bg = base00;

  # Foreground color of the statusbar in private browsing mode.
  colors.statusbar.private.fg = base06;

  # Background color of the statusbar in private browsing mode.
  colors.statusbar.private.bg = base01;

  # Foreground color of the statusbar in command mode.
  colors.statusbar.command.fg = base0E;

  # Background color of the statusbar in command mode.
  colors.statusbar.command.bg = base00;

  # Foreground color of the statusbar in private browsing + command mode.
  colors.statusbar.command.private.fg = base06;

  # Background color of the statusbar in private browsing + command mode.
  colors.statusbar.command.private.bg = base00;

  # Foreground color of the statusbar in caret mode.
  colors.statusbar.caret.fg = base09;

  # Background color of the statusbar in caret mode.
  colors.statusbar.caret.bg = base00;

  # Foreground color of the statusbar in caret mode with a selection.
  colors.statusbar.caret.selection.fg = base09;

  # Background color of the statusbar in caret mode with a selection.
  colors.statusbar.caret.selection.bg = base00;

  # Background color of the progress bar.
  colors.statusbar.progress.bg = base00;

  # Default foreground color of the URL in the statusbar.
  colors.statusbar.url.fg = base05;

  # Foreground color of the URL in the statusbar on error.
  colors.statusbar.url.error.fg = base08;

  # Foreground color of the URL in the statusbar for hovered links.
  colors.statusbar.url.hover.fg = base05;

  # Foreground color of the URL in the statusbar on successful load
  # (http).
  colors.statusbar.url.success.http.fg = base0B;

  # Foreground color of the URL in the statusbar on successful load
  # (https).
  colors.statusbar.url.success.https.fg = base0B;

  # Foreground color of the URL in the statusbar when there's a warning.
  colors.statusbar.url.warn.fg = base0A;

  # Background color of the tab bar.
  colors.tabs.bar.bg = base00;

  # Color gradient start for the tab indicator.
  colors.tabs.indicator.start = base0D;

  # Color gradient end for the tab indicator.
  colors.tabs.indicator.stop = base0C;

  # Color for the tab indicator on errors.
  colors.tabs.indicator.error = base08;

  # Foreground color of unselected odd tabs.
  colors.tabs.odd.fg = base05;

  # Background color of unselected odd tabs.
  colors.tabs.odd.bg = base01;

  # Foreground color of unselected even tabs.
  colors.tabs.even.fg = base05;

  # Background color of unselected even tabs.
  colors.tabs.even.bg = base00;

  # Background color of pinned unselected even tabs.
  colors.tabs.pinned.even.bg = base0C;

  # Foreground color of pinned unselected even tabs.
  colors.tabs.pinned.even.fg = base07;

  # Background color of pinned unselected odd tabs.
  colors.tabs.pinned.odd.bg = base0B;

  # Foreground color of pinned unselected odd tabs.
  colors.tabs.pinned.odd.fg = base07;

  # Background color of pinned selected even tabs.
  colors.tabs.pinned.selected.even.bg = base02;

  # Foreground color of pinned selected even tabs.
  colors.tabs.pinned.selected.even.fg = base05;

  # Background color of pinned selected odd tabs.
  colors.tabs.pinned.selected.odd.bg = base02;

  # Foreground color of pinned selected odd tabs.
  colors.tabs.pinned.selected.odd.fg = base05;

  # Foreground color of selected odd tabs.
  colors.tabs.selected.odd.fg = base05;

  # Background color of selected odd tabs.
  colors.tabs.selected.odd.bg = base07;

  # Foreground color of selected even tabs.
  colors.tabs.selected.even.fg = base05;

  # Background color of selected even tabs.
  colors.tabs.selected.even.bg = base07;

  # Background color for webpages if unset (or empty to use the theme's
  # color).
  # colors.webpage.bg = base00;
}