]>
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
= 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
['nord0']
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 ## Background color of the completion widget for odd rows.
48 c
.colors
.completion
.odd
.bg
= nord
['nord1']
50 ## Text color of the completion widget.
52 c
.colors
.completion
.fg
= nord
['nord4']
54 ## Background color of the selected completion item.
56 c
.colors
.completion
.item
.selected
.bg
= nord
['nord3']
58 ## Bottom border color of the selected completion item.
60 c
.colors
.completion
.item
.selected
.border
.bottom
= nord
['nord3']
62 ## Top border color of the completion widget category headers.
64 c
.colors
.completion
.item
.selected
.border
.top
= nord
['nord3']
66 ## Foreground color of the selected completion item.
68 c
.colors
.completion
.item
.selected
.fg
= nord
['nord6']
70 ## Foreground color of the matched text in the completion.
72 c
.colors
.completion
.match
.fg
= nord
['nord13']
74 ## Color of the scrollbar in completion view
76 c
.colors
.completion
.scrollbar
.bg
= nord
['nord1']
78 ## Color of the scrollbar handle in completion view.
80 c
.colors
.completion
.scrollbar
.fg
= nord
['nord5']
82 ## Background color for the download bar.
84 c
.colors
.downloads
.bar
.bg
= nord
['nord0']
86 ## Background color for downloads with errors.
88 c
.colors
.downloads
.error
.bg
= nord
['nord11']
90 ## Foreground color for downloads with errors.
92 c
.colors
.downloads
.error
.fg
= nord
['nord5']
94 ## Color gradient stop for download backgrounds.
96 c
.colors
.downloads
.stop
.bg
= nord
['nord15']
98 ## Color gradient interpolation system for download backgrounds.
101 ## - rgb: Interpolate in the RGB color system.
102 ## - hsv: Interpolate in the HSV color system.
103 ## - hsl: Interpolate in the HSL color system.
104 ## - none: Don't show a gradient.
105 c
.colors
.downloads
.system
.bg
= 'none'
107 ## Background color for hints. Note that you can use a `rgba(...)` value
110 c
.colors
.hints
.bg
= nord
['nord13']
112 ## Font color for hints.
114 c
.colors
.hints
.fg
= nord
['nord0']
116 ## Font color for the matched part of hints.
118 c
.colors
.hints
.match
.fg
= nord
['nord10']
120 ## Background color of the keyhint widget.
122 c
.colors
.keyhint
.bg
= nord
['nord1']
124 ## Text color for the keyhint widget.
126 c
.colors
.keyhint
.fg
= nord
['nord5']
128 ## Highlight color for keys to complete the current keychain.
130 c
.colors
.keyhint
.suffix
.fg
= nord
['nord13']
132 ## Background color of an error message.
134 c
.colors
.messages
.error
.bg
= nord
['nord11']
136 ## Border color of an error message.
138 c
.colors
.messages
.error
.border
= nord
['nord11']
140 ## Foreground color of an error message.
142 c
.colors
.messages
.error
.fg
= nord
['nord5']
144 ## Background color of an info message.
146 c
.colors
.messages
.info
.bg
= nord
['nord8']
148 ## Border color of an info message.
150 c
.colors
.messages
.info
.border
= nord
['nord8']
152 ## Foreground color an info message.
154 c
.colors
.messages
.info
.fg
= nord
['nord5']
156 ## Background color of a warning message.
158 c
.colors
.messages
.warning
.bg
= nord
['nord12']
160 ## Border color of a warning message.
162 c
.colors
.messages
.warning
.border
= nord
['nord12']
164 ## Foreground color a warning message.
166 c
.colors
.messages
.warning
.fg
= nord
['nord5']
168 ## Background color for prompts.
170 c
.colors
.prompts
.bg
= nord
['nord2']
172 # ## Border used around UI elements in prompts.
174 c
.colors
.prompts
.border
= '1px solid ' + nord
['nord0']
176 ## Foreground color for prompts.
178 c
.colors
.prompts
.fg
= nord
['nord5']
180 ## Background color for the selected item in filename prompts.
182 c
.colors
.prompts
.selected
.bg
= nord
['nord3']
184 ## Background color of the statusbar in caret mode.
186 c
.colors
.statusbar
.caret
.bg
= nord
['nord15']
188 ## Foreground color of the statusbar in caret mode.
190 c
.colors
.statusbar
.caret
.fg
= nord
['nord5']
192 ## Background color of the statusbar in caret mode with a selection.
194 c
.colors
.statusbar
.caret
.selection
.bg
= nord
['nord15']
196 ## Foreground color of the statusbar in caret mode with a selection.
198 c
.colors
.statusbar
.caret
.selection
.fg
= nord
['nord5']
200 ## Background color of the statusbar in command mode.
202 c
.colors
.statusbar
.command
.bg
= nord
['nord2']
204 ## Foreground color of the statusbar in command mode.
206 c
.colors
.statusbar
.command
.fg
= nord
['nord5']
208 ## Background color of the statusbar in private browsing + command mode.
210 c
.colors
.statusbar
.command
.private
.bg
= nord
['nord2']
212 ## Foreground color of the statusbar in private browsing + command mode.
214 c
.colors
.statusbar
.command
.private
.fg
= nord
['nord5']
216 ## Background color of the statusbar in insert mode.
218 c
.colors
.statusbar
.insert
.bg
= nord
['nord14']
220 ## Foreground color of the statusbar in insert mode.
222 c
.colors
.statusbar
.insert
.fg
= nord
['nord1']
224 ## Background color of the statusbar.
226 c
.colors
.statusbar
.normal
.bg
= nord
['nord0']
228 ## Foreground color of the statusbar.
230 c
.colors
.statusbar
.normal
.fg
= nord
['nord5']
232 ## Background color of the statusbar in passthrough mode.
234 c
.colors
.statusbar
.passthrough
.bg
= nord
['nord10']
236 ## Foreground color of the statusbar in passthrough mode.
238 c
.colors
.statusbar
.passthrough
.fg
= nord
['nord5']
240 ## Background color of the statusbar in private browsing mode.
242 c
.colors
.statusbar
.private
.bg
= nord
['nord3']
244 ## Foreground color of the statusbar in private browsing mode.
246 c
.colors
.statusbar
.private
.fg
= nord
['nord5']
248 ## Background color of the progress bar.
250 c
.colors
.statusbar
.progress
.bg
= nord
['nord5']
252 ## Foreground color of the URL in the statusbar on error.
254 c
.colors
.statusbar
.url
.error
.fg
= nord
['nord11']
256 ## Default foreground color of the URL in the statusbar.
258 c
.colors
.statusbar
.url
.fg
= nord
['nord5']
260 ## Foreground color of the URL in the statusbar for hovered links.
262 c
.colors
.statusbar
.url
.hover
.fg
= nord
['nord8']
264 ## Foreground color of the URL in the statusbar on successful load
267 c
.colors
.statusbar
.url
.success
.http
.fg
= nord
['nord5']
269 ## Foreground color of the URL in the statusbar on successful load
272 c
.colors
.statusbar
.url
.success
.https
.fg
= nord
['nord14']
274 ## Foreground color of the URL in the statusbar when there's a warning.
276 c
.colors
.statusbar
.url
.warn
.fg
= nord
['nord12']
278 ## Background color of the tab bar.
280 c
.colors
.tabs
.bar
.bg
= nord
['nord3']
282 ## Background color of unselected even tabs.
284 c
.colors
.tabs
.even
.bg
= nord
['nord3']
286 ## Foreground color of unselected even tabs.
288 c
.colors
.tabs
.even
.fg
= nord
['nord5']
290 ## Color for the tab indicator on errors.
292 c
.colors
.tabs
.indicator
.error
= nord
['nord11']
294 ## Color gradient start for the tab indicator.
296 # c.colors.tabs.indicator.start = nord['violet']
298 ## Color gradient end for the tab indicator.
300 # c.colors.tabs.indicator.stop = nord['orange']
302 ## Color gradient interpolation system for the tab indicator.
305 ## - rgb: Interpolate in the RGB color system.
306 ## - hsv: Interpolate in the HSV color system.
307 ## - hsl: Interpolate in the HSL color system.
308 ## - none: Don't show a gradient.
309 c
.colors
.tabs
.indicator
.system
= 'none'
311 ## Background color of unselected odd tabs.
313 c
.colors
.tabs
.odd
.bg
= nord
['nord3']
315 ## Foreground color of unselected odd tabs.
317 c
.colors
.tabs
.odd
.fg
= nord
['nord5']
319 # ## Background color of selected even tabs.
321 c
.colors
.tabs
.selected
.even
.bg
= nord
['nord0']
323 # ## Foreground color of selected even tabs.
325 c
.colors
.tabs
.selected
.even
.fg
= nord
['nord5']
327 # ## Background color of selected odd tabs.
329 c
.colors
.tabs
.selected
.odd
.bg
= nord
['nord0']
331 # ## Foreground color of selected odd tabs.
333 c
.colors
.tabs
.selected
.odd
.fg
= nord
['nord5']
335 ## Background color for webpages if unset (or empty to use the theme's
338 # c.colors.webpage.bg = 'white'