mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
Adjust zathura colorscheme
This commit is contained in:
parent
030decc38a
commit
54c7a2c8b4
@ -1,40 +1,33 @@
|
||||
# vim: filetype=zathurarc
|
||||
|
||||
set notification-error-bg "#ee5396"
|
||||
set notification-error-fg "#1a1b26"
|
||||
set notification-warning-bg "#ee5396"
|
||||
set notification-warning-fg "#1a1b26"
|
||||
set notification-bg "#ffab91"
|
||||
set notification-fg "#1a1b26"
|
||||
|
||||
set completion-bg "#1a1b26"
|
||||
set completion-fg "#42be65"
|
||||
set completion-group-bg "#1a1b26"
|
||||
set completion-group-fg "#ffab91"
|
||||
set completion-highlight-bg "#ffab91"
|
||||
set completion-highlight-fg "#1a1b26"
|
||||
|
||||
set index-bg "#1a1b26"
|
||||
set index-fg "#A0A8CD"
|
||||
set index-active-bg "#1a1b26"
|
||||
set index-active-fg "#ffab91"
|
||||
|
||||
set inputbar-bg "#1a1b26"
|
||||
set inputbar-fg "#A0A8CD"
|
||||
set statusbar-bg "#1a1b26"
|
||||
set statusbar-fg "#A0A8CD"
|
||||
|
||||
set highlight-color "#ffab91"
|
||||
set highlight-active-color "#EE6d85"
|
||||
|
||||
set default-bg "#1a1b26"
|
||||
set default-fg "#A0A8CD"
|
||||
|
||||
set render-loading-fg "#A0A8CD"
|
||||
set render-loading-bg "#1a1b26"
|
||||
|
||||
set recolor-lightcolor "#1a1b26"
|
||||
set recolor-darkcolor "#A0A8CD"
|
||||
set notification-error-bg "#f7768e"
|
||||
set notification-error-fg "#a0a8cd"
|
||||
set notification-warning-bg "#e0af68"
|
||||
set notification-warning-fg "#414868"
|
||||
set notification-bg "#1a1b26"
|
||||
set notification-fg "#a0a8cd"
|
||||
set completion-bg "#1a1b26"
|
||||
set completion-fg "#a9b1d6"
|
||||
set completion-group-bg "#1a1b26"
|
||||
set completion-group-fg "#a9b1d6"
|
||||
set completion-highlight-bg "#414868"
|
||||
set completion-highlight-fg "#a0a8cd"
|
||||
set index-bg "#1a1b26"
|
||||
set index-fg "#a0a8cd"
|
||||
set index-active-bg "#414868"
|
||||
set index-active-fg "#a0a8cd"
|
||||
set inputbar-bg "#1a1b26"
|
||||
set inputbar-fg "#a0a8cd"
|
||||
set statusbar-bg "#1a1b26"
|
||||
set statusbar-fg "#a0a8cd"
|
||||
set highlight-color "#e0af68"
|
||||
set highlight-active-color "#9ece6a"
|
||||
set default-bg "#1a1b26"
|
||||
set default-fg "#a0a8cd"
|
||||
set render-loading-fg "#1a1b26"
|
||||
set render-loading-bg "#a0a8cd"
|
||||
set recolor-lightcolor "#1a1b26"
|
||||
set recolor-darkcolor "#a0a8cd"
|
||||
|
||||
set statusbar-h-padding 0
|
||||
set statusbar-v-padding 0
|
||||
|
Loading…
Reference in New Issue
Block a user