mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 19:10:24 +10:00
Adding new qutebrowser configs
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
// * dark.styl
|
||||
|
||||
@require colors
|
||||
|
||||
// ** Colors
|
||||
color-a = blue
|
||||
color-a-visited = violet
|
||||
|
||||
color-background = base03
|
||||
color-background-highlight = base02
|
||||
color-background-highlight-extra = base01
|
||||
color-background-highlight-extra-less = lighten(color-background-highlight, 4%)
|
||||
color-background-highlight-extra-less-less = lighten(color-background-highlight, 2%)
|
||||
color-background-highlight-tad-extra = lighten(color-background, 2%)
|
||||
|
||||
|
||||
color-border = base00
|
||||
color-text = base0
|
||||
comment = base01
|
||||
|
||||
emphasized = base1
|
||||
emphasized-more = base2
|
||||
emphasized-more-more = base3
|
||||
|
||||
button-gradient-top = color-background-highlight-extra
|
||||
button-gradient-bottom = color-background-highlight
|
||||
Reference in New Issue
Block a user