]>
git.rmz.io Git - dotfiles.git/blob - qutebrowser/themes/nord-qutebrowser.py
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
166 c
.colors
.hints
.bg
= nord
['nord13']
168 ## Font color for hints.
170 c
.colors
.hints
.fg
= nord
['nord0']
172 ## Font color for the matched part of hints.
174 c
.colors
.hints
.match
.fg
= nord
['nord10']
176 ## Background color of the keyhint widget.
178 c
.colors
.keyhint
.bg
= nord
['nord1']
180 ## Text color for the keyhint widget.
182 c
.colors
.keyhint
.fg
= nord
['nord5']
184 ## Highlight color for keys to complete the current keychain.
186 c
.colors
.keyhint
.suffix
.fg
= nord
['nord13']
188 ## Background color of an error message.
190 c
.colors
.messages
.error
.bg
= nord
['nord11']
192 ## Border color of an error message.
194 c
.colors
.messages
.error
.border
= nord
['nord11']
196 ## Foreground color of an error message.
198 c
.colors
.messages
.error
.fg
= nord
['nord5']
200 ## Background color of an info message.
202 c
.colors
.messages
.info
.bg
= nord
['nord8']
204 ## Border color of an info message.
206 c
.colors
.messages
.info
.border
= nord
['nord8']
208 ## Foreground color of an info message.
210 c
.colors
.messages
.info
.fg
= nord
['nord5']
212 ## Background color of a warning message.
214 c
.colors
.messages
.warning
.bg
= nord
['nord12']
216 ## Border color of a warning message.
218 c
.colors
.messages
.warning
.border
= nord
['nord12']
220 ## Foreground color of a warning message.
222 c
.colors
.messages
.warning
.fg
= nord
['nord5']
224 ## Background color for prompts.
226 c
.colors
.prompts
.bg
= nord
['nord2']
228 ## Border used around UI elements in prompts.
230 c
.colors
.prompts
.border
= '1px solid ' + nord
['nord0']
232 ## Foreground color for prompts.
234 c
.colors
.prompts
.fg
= nord
['nord5']
236 ## Background color for the selected item in filename prompts.
238 c
.colors
.prompts
.selected
.bg
= nord
['nord3']
240 ## Background color of the statusbar in caret mode.
242 c
.colors
.statusbar
.caret
.bg
= nord
['nord15']
244 ## Foreground color of the statusbar in caret mode.
246 c
.colors
.statusbar
.caret
.fg
= nord
['nord5']
248 ## Background color of the statusbar in caret mode with a selection.
250 c
.colors
.statusbar
.caret
.selection
.bg
= nord
['nord15']
252 ## Foreground color of the statusbar in caret mode with a selection.
254 c
.colors
.statusbar
.caret
.selection
.fg
= nord
['nord5']
256 ## Background color of the statusbar in command mode.
258 c
.colors
.statusbar
.command
.bg
= nord
['nord2']
260 ## Foreground color of the statusbar in command mode.
262 c
.colors
.statusbar
.command
.fg
= nord
['nord5']
264 ## Background color of the statusbar in private browsing + command mode.
266 c
.colors
.statusbar
.command
.private
.bg
= nord
['nord2']
268 ## Foreground color of the statusbar in private browsing + command mode.
270 c
.colors
.statusbar
.command
.private
.fg
= nord
['nord5']
272 ## Background color of the statusbar in insert mode.
274 c
.colors
.statusbar
.insert
.bg
= nord
['nord14']
276 ## Foreground color of the statusbar in insert mode.
278 c
.colors
.statusbar
.insert
.fg
= nord
['nord1']
280 ## Background color of the statusbar.
282 c
.colors
.statusbar
.normal
.bg
= nord
['nord0']
284 ## Foreground color of the statusbar.
286 c
.colors
.statusbar
.normal
.fg
= nord
['nord5']
288 ## Background color of the statusbar in passthrough mode.
290 c
.colors
.statusbar
.passthrough
.bg
= nord
['nord10']
292 ## Foreground color of the statusbar in passthrough mode.
294 c
.colors
.statusbar
.passthrough
.fg
= nord
['nord5']
296 ## Background color of the statusbar in private browsing mode.
298 c
.colors
.statusbar
.private
.bg
= nord
['nord3']
300 ## Foreground color of the statusbar in private browsing mode.
302 c
.colors
.statusbar
.private
.fg
= nord
['nord5']
304 ## Background color of the progress bar.
306 c
.colors
.statusbar
.progress
.bg
= nord
['nord5']
308 ## Foreground color of the URL in the statusbar on error.
310 c
.colors
.statusbar
.url
.error
.fg
= nord
['nord11']
312 ## Default foreground color of the URL in the statusbar.
314 c
.colors
.statusbar
.url
.fg
= nord
['nord5']
316 ## Foreground color of the URL in the statusbar for hovered links.
318 c
.colors
.statusbar
.url
.hover
.fg
= nord
['nord8']
320 ## Foreground color of the URL in the statusbar on successful load
323 c
.colors
.statusbar
.url
.success
.http
.fg
= nord
['nord5']
325 ## Foreground color of the URL in the statusbar on successful load
328 c
.colors
.statusbar
.url
.success
.https
.fg
= nord
['nord14']
330 ## Foreground color of the URL in the statusbar when there's a warning.
332 c
.colors
.statusbar
.url
.warn
.fg
= nord
['nord12']
334 ## Background color of the tab bar.
336 c
.colors
.tabs
.bar
.bg
= nord
['nord3']
338 ## Background color of unselected even tabs.
340 c
.colors
.tabs
.even
.bg
= nord
['nord3']
342 ## Foreground color of unselected even tabs.
344 c
.colors
.tabs
.even
.fg
= nord
['nord5']
346 ## Color for the tab indicator on errors.
348 c
.colors
.tabs
.indicator
.error
= nord
['nord11']
350 ## Color gradient start for the tab indicator.
352 c
.colors
.tabs
.indicator
.start
= nord
['nord12']
354 ## Color gradient end for the tab indicator.
356 c
.colors
.tabs
.indicator
.stop
= nord
['nord14']
358 ## Color gradient interpolation system for the tab indicator.
361 ## - rgb: Interpolate in the RGB color system.
362 ## - hsv: Interpolate in the HSV color system.
363 ## - hsl: Interpolate in the HSL color system.
364 ## - none: Don't show a gradient.
365 c
.colors
.tabs
.indicator
.system
= 'hsv'
367 ## Background color of unselected odd tabs.
369 c
.colors
.tabs
.odd
.bg
= nord
['nord3']
371 ## Foreground color of unselected odd tabs.
373 c
.colors
.tabs
.odd
.fg
= nord
['nord5']
375 ## Background color of pinned unselected even tabs.
377 c
.colors
.tabs
.pinned
.even
.bg
= nord
['nord10']
379 ## Foreground color of pinned unselected even tabs.
381 c
.colors
.tabs
.pinned
.even
.fg
= nord
['nord4']
383 ## Background color of pinned unselected odd tabs.
385 c
.colors
.tabs
.pinned
.odd
.bg
= c
.colors
.tabs
.pinned
.even
.bg
387 ## Foreground color of pinned unselected odd tabs.
389 c
.colors
.tabs
.pinned
.odd
.fg
= c
.colors
.tabs
.pinned
.even
.fg
391 ## Background color of pinned selected even tabs.
393 c
.colors
.tabs
.pinned
.selected
.even
.bg
= c
.colors
.tabs
.selected
.even
.bg
395 ## Foreground color of pinned selected even tabs.
397 c
.colors
.tabs
.pinned
.selected
.even
.fg
= c
.colors
.tabs
.selected
.even
.fg
399 ## Background color of pinned selected odd tabs.
401 c
.colors
.tabs
.pinned
.selected
.odd
.bg
= c
.colors
.tabs
.selected
.odd
.bg
403 ## Foreground color of pinned selected odd tabs.
405 c
.colors
.tabs
.pinned
.selected
.odd
.fg
= c
.colors
.tabs
.selected
.odd
.fg
407 ## Background color of selected even tabs.
409 c
.colors
.tabs
.selected
.even
.bg
= nord
['nord0']
411 ## Foreground color of selected even tabs.
413 c
.colors
.tabs
.selected
.even
.fg
= nord
['nord5']
415 ## Background color of selected odd tabs.
417 c
.colors
.tabs
.selected
.odd
.bg
= nord
['nord0']
419 ## Foreground color of selected odd tabs.
421 c
.colors
.tabs
.selected
.odd
.fg
= nord
['nord5']
423 ## Background color for webpages if unset (or empty to use the theme's
426 c
.colors
.webpage
.bg
= nord
['nord4']