]>
git.rmz.io Git - dotfiles.git/blob - qutebrowser/themes/nord-qutebrowser.py
e41b08a6cff6f2491dacf5e1c1a7c5c539d22f64
1 # https://github.com/Linuus/nord-qutebrowser
26 ## Background color of the completion widget category headers.
28 c
.colors
.completion
.category
.bg
= 'qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 '+nord
['nord1']+', stop:1 '+nord
['nord0']+')'
30 ## Bottom border color of the completion widget category headers.
32 c
.colors
.completion
.category
.border
.bottom
= nord
['nord0']
34 ## Top border color of the completion widget category headers.
36 c
.colors
.completion
.category
.border
.top
= nord
['nord1']
38 ## Foreground color of completion widget category headers.
40 c
.colors
.completion
.category
.fg
= nord
['nord5']
42 ## Background color of the completion widget for even rows.
44 c
.colors
.completion
.even
.bg
= nord
['nord1']
46 ## Text color of the completion widget. May be a single color to use for
47 ## all columns or a list of three colors, one for each column.
48 ## Type: List of QtColor, or QtColor
49 c
.colors
.completion
.fg
= nord
['nord4']
51 ## Background color of the selected completion item.
53 c
.colors
.completion
.item
.selected
.bg
= nord
['nord3']
55 ## Bottom border color of the selected completion item.
57 c
.colors
.completion
.item
.selected
.border
.bottom
= nord
['nord3']
59 ## Top border color of the selected completion item.
61 c
.colors
.completion
.item
.selected
.border
.top
= nord
['nord3']
63 ## Foreground color of the selected completion item.
65 c
.colors
.completion
.item
.selected
.fg
= nord
['nord6']
67 ## Foreground color of the matched text in the selected completion item.
69 c
.colors
.completion
.item
.selected
.match
.fg
= nord
['nord13']
71 ## Foreground color of the matched text in the completion.
73 c
.colors
.completion
.match
.fg
= nord
['nord13']
75 ## Background color of the completion widget for odd rows.
77 c
.colors
.completion
.odd
.bg
= nord
['nord2']
79 ## Color of the scrollbar in the completion view.
81 c
.colors
.completion
.scrollbar
.bg
= nord
['nord1']
83 ## Color of the scrollbar handle in the completion view.
85 c
.colors
.completion
.scrollbar
.fg
= nord
['nord5']
87 ## Background color of disabled items in the context menu. If set to
88 ## null, the Qt default is used.
90 c
.colors
.contextmenu
.disabled
.bg
= nord
['nord0']
92 ## Foreground color of disabled items in the context menu. If set to
93 ## null, the Qt default is used.
95 c
.colors
.contextmenu
.disabled
.fg
= nord
['nord3']
97 ## Background color of the context menu. If set to null, the Qt default
100 c
.colors
.contextmenu
.menu
.bg
= nord
['nord1']
102 ## Foreground color of the context menu. If set to null, the Qt default
105 c
.colors
.contextmenu
.menu
.fg
= nord
['nord6']
107 ## Background color of the context menu's selected item. If set to null,
108 ## the Qt default is used.
110 c
.colors
.contextmenu
.selected
.bg
= nord
['nord1']
112 ## Foreground color of the context menu's selected item. If set to null,
113 ## the Qt default is used.
115 c
.colors
.contextmenu
.selected
.fg
= nord
['nord6']
117 ## Background color for the download bar.
119 c
.colors
.downloads
.bar
.bg
= nord
['nord0']
121 ## Background color for downloads with errors.
123 c
.colors
.downloads
.error
.bg
= nord
['nord11']
125 ## Foreground color for downloads with errors.
127 c
.colors
.downloads
.error
.fg
= nord
['nord5']
129 ## Color gradient start for download backgrounds.
131 c
.colors
.downloads
.start
.bg
= nord
['nord12']
133 ## Color gradient start for download text.
135 c
.colors
.downloads
.start
.fg
= nord
['nord2']
137 ## Color gradient stop for download backgrounds.
139 c
.colors
.downloads
.stop
.bg
= nord
['nord14']
141 ## Color gradient end for download text.
143 c
.colors
.downloads
.stop
.fg
= nord
['nord2']
145 ## Color gradient interpolation system for download backgrounds.
148 ## - rgb: Interpolate in the RGB color system.
149 ## - hsv: Interpolate in the HSV color system.
150 ## - hsl: Interpolate in the HSL color system.
151 ## - none: Don't show a gradient.
152 c
.colors
.downloads
.system
.bg
= 'hsv'
154 ## Color gradient interpolation system for download text.
157 ## - rgb: Interpolate in the RGB color system.
158 ## - hsv: Interpolate in the HSV color system.
159 ## - hsl: Interpolate in the HSL color system.
160 ## - none: Don't show a gradient.
161 c
.colors
.downloads
.system
.fg
= "none"
163 ## Background color for hints. Note that you can use a `rgba(...)` value
167 # c.colors.hints.bg = 'qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgba(255, 247, 133, 0.8), stop:1 rgba(255, 197, 66, 0.8))'
168 c
.colors
.hints
.bg
= nord
['nord13']
170 ## Font color for hints.
172 c
.colors
.hints
.fg
= nord
['nord0']
174 ## Font color for the matched part of hints.
176 c
.colors
.hints
.match
.fg
= nord
['nord10']
178 ## Background color of the keyhint widget.
180 c
.colors
.keyhint
.bg
= nord
['nord1']
182 ## Text color for the keyhint widget.
184 c
.colors
.keyhint
.fg
= nord
['nord5']
186 ## Highlight color for keys to complete the current keychain.
188 c
.colors
.keyhint
.suffix
.fg
= nord
['nord13']
190 ## Background color of an error message.
192 c
.colors
.messages
.error
.bg
= nord
['nord11']
194 ## Border color of an error message.
196 c
.colors
.messages
.error
.border
= nord
['nord11']
198 ## Foreground color of an error message.
200 c
.colors
.messages
.error
.fg
= nord
['nord5']
202 ## Background color of an info message.
204 c
.colors
.messages
.info
.bg
= nord
['nord8']
206 ## Border color of an info message.
208 c
.colors
.messages
.info
.border
= nord
['nord8']
210 ## Foreground color of an info message.
212 c
.colors
.messages
.info
.fg
= nord
['nord5']
214 ## Background color of a warning message.
216 c
.colors
.messages
.warning
.bg
= nord
['nord12']
218 ## Border color of a warning message.
220 c
.colors
.messages
.warning
.border
= nord
['nord12']
222 ## Foreground color of a warning message.
224 c
.colors
.messages
.warning
.fg
= nord
['nord5']
226 ## Background color for prompts.
228 c
.colors
.prompts
.bg
= nord
['nord2']
230 ## Border used around UI elements in prompts.
232 c
.colors
.prompts
.border
= '1px solid ' + nord
['nord0']
234 ## Foreground color for prompts.
236 c
.colors
.prompts
.fg
= nord
['nord5']
238 ## Background color for the selected item in filename prompts.
240 c
.colors
.prompts
.selected
.bg
= nord
['nord3']
242 ## Foreground color for the selected item in filename prompts.
244 c
.colors
.prompts
.selected
.fg
= nord
['nord5']
246 ## Background color of the statusbar in caret mode.
248 c
.colors
.statusbar
.caret
.bg
= nord
['nord15']
250 ## Foreground color of the statusbar in caret mode.
252 c
.colors
.statusbar
.caret
.fg
= nord
['nord5']
254 ## Background color of the statusbar in caret mode with a selection.
256 c
.colors
.statusbar
.caret
.selection
.bg
= nord
['nord15']
258 ## Foreground color of the statusbar in caret mode with a selection.
260 c
.colors
.statusbar
.caret
.selection
.fg
= nord
['nord5']
262 ## Background color of the statusbar in command mode.
264 c
.colors
.statusbar
.command
.bg
= nord
['nord2']
266 ## Foreground color of the statusbar in command mode.
268 c
.colors
.statusbar
.command
.fg
= nord
['nord5']
270 ## Background color of the statusbar in private browsing + command mode.
272 c
.colors
.statusbar
.command
.private
.bg
= nord
['nord2']
274 ## Foreground color of the statusbar in private browsing + command mode.
276 c
.colors
.statusbar
.command
.private
.fg
= nord
['nord5']
278 ## Background color of the statusbar in insert mode.
280 c
.colors
.statusbar
.insert
.bg
= nord
['nord3']
282 ## Foreground color of the statusbar in insert mode.
284 c
.colors
.statusbar
.insert
.fg
= nord
['nord6']
286 ## Background color of the statusbar.
288 c
.colors
.statusbar
.normal
.bg
= nord
['nord0']
290 ## Foreground color of the statusbar.
292 c
.colors
.statusbar
.normal
.fg
= nord
['nord5']
294 ## Background color of the statusbar in passthrough mode.
296 c
.colors
.statusbar
.passthrough
.bg
= nord
['nord10']
298 ## Foreground color of the statusbar in passthrough mode.
300 c
.colors
.statusbar
.passthrough
.fg
= nord
['nord5']
302 ## Background color of the statusbar in private browsing mode.
304 c
.colors
.statusbar
.private
.bg
= nord
['nord3']
306 ## Foreground color of the statusbar in private browsing mode.
308 c
.colors
.statusbar
.private
.fg
= nord
['nord5']
310 ## Background color of the progress bar.
312 c
.colors
.statusbar
.progress
.bg
= nord
['nord5']
314 ## Foreground color of the URL in the statusbar on error.
316 c
.colors
.statusbar
.url
.error
.fg
= nord
['nord11']
318 ## Default foreground color of the URL in the statusbar.
320 c
.colors
.statusbar
.url
.fg
= nord
['nord5']
322 ## Foreground color of the URL in the statusbar for hovered links.
324 c
.colors
.statusbar
.url
.hover
.fg
= nord
['nord8']
326 ## Foreground color of the URL in the statusbar on successful load
329 c
.colors
.statusbar
.url
.success
.http
.fg
= nord
['nord5']
331 ## Foreground color of the URL in the statusbar on successful load
334 c
.colors
.statusbar
.url
.success
.https
.fg
= nord
['nord14']
336 ## Foreground color of the URL in the statusbar when there's a warning.
338 c
.colors
.statusbar
.url
.warn
.fg
= nord
['nord12']
340 ## Background color of the tab bar.
342 c
.colors
.tabs
.bar
.bg
= nord
['nord3']
344 ## Background color of unselected even tabs.
346 c
.colors
.tabs
.even
.bg
= nord
['nord3']
348 ## Foreground color of unselected even tabs.
350 c
.colors
.tabs
.even
.fg
= nord
['nord5']
352 ## Color for the tab indicator on errors.
354 c
.colors
.tabs
.indicator
.error
= nord
['nord11']
356 ## Color gradient start for the tab indicator.
358 c
.colors
.tabs
.indicator
.start
= nord
['nord12']
360 ## Color gradient end for the tab indicator.
362 c
.colors
.tabs
.indicator
.stop
= nord
['nord14']
364 ## Color gradient interpolation system for the tab indicator.
367 ## - rgb: Interpolate in the RGB color system.
368 ## - hsv: Interpolate in the HSV color system.
369 ## - hsl: Interpolate in the HSL color system.
370 ## - none: Don't show a gradient.
371 c
.colors
.tabs
.indicator
.system
= 'hsv'
373 ## Background color of unselected odd tabs.
375 c
.colors
.tabs
.odd
.bg
= nord
['nord3']
377 ## Foreground color of unselected odd tabs.
379 c
.colors
.tabs
.odd
.fg
= nord
['nord5']
381 ## Background color of pinned unselected even tabs.
383 c
.colors
.tabs
.pinned
.even
.bg
= nord
['nord10']
385 ## Foreground color of pinned unselected even tabs.
387 c
.colors
.tabs
.pinned
.even
.fg
= nord
['nord4']
389 ## Background color of pinned unselected odd tabs.
391 c
.colors
.tabs
.pinned
.odd
.bg
= c
.colors
.tabs
.pinned
.even
.bg
393 ## Foreground color of pinned unselected odd tabs.
395 c
.colors
.tabs
.pinned
.odd
.fg
= c
.colors
.tabs
.pinned
.even
.fg
397 ## Background color of pinned selected even tabs.
399 c
.colors
.tabs
.pinned
.selected
.even
.bg
= c
.colors
.tabs
.selected
.even
.bg
401 ## Foreground color of pinned selected even tabs.
403 c
.colors
.tabs
.pinned
.selected
.even
.fg
= c
.colors
.tabs
.selected
.even
.fg
405 ## Background color of pinned selected odd tabs.
407 c
.colors
.tabs
.pinned
.selected
.odd
.bg
= c
.colors
.tabs
.selected
.odd
.bg
409 ## Foreground color of pinned selected odd tabs.
411 c
.colors
.tabs
.pinned
.selected
.odd
.fg
= c
.colors
.tabs
.selected
.odd
.fg
413 ## Background color of selected even tabs.
415 c
.colors
.tabs
.selected
.even
.bg
= nord
['nord0']
417 ## Foreground color of selected even tabs.
419 c
.colors
.tabs
.selected
.even
.fg
= nord
['nord5']
421 ## Background color of selected odd tabs.
423 c
.colors
.tabs
.selected
.odd
.bg
= nord
['nord0']
425 ## Foreground color of selected odd tabs.
427 c
.colors
.tabs
.selected
.odd
.fg
= nord
['nord5']
429 ## Background color for webpages if unset (or empty to use the theme's
432 c
.colors
.webpage
.bg
= nord
['nord4']