Light it up! v2

This commit is contained in:
Marco Thomas
2021-09-07 23:45:38 +02:00
parent bab50446dc
commit c98b3f2279
6 changed files with 34 additions and 40 deletions

View File

@@ -9,43 +9,43 @@ set statusbar-v-padding 0
set show-scrollbars false
# gruvbox
set notification-error-bg "#f2e5bc" # bg
set notification-error-bg "#f9f5d7" # bg
set notification-error-fg "#9d0006" # bright:red
set notification-warning-bg "#f2e5bc" # bg
set notification-warning-bg "#f9f5d7" # bg
set notification-warning-fg "#b57614" # bright:yellow
set notification-bg "#f2e5bc" # bg
set notification-bg "#f9f5d7" # bg
set notification-fg "#79740e" # bright:green
set completion-bg "#d5c4a1" # bg2
set completion-bg "#f9f5d7" # bg
set completion-fg "#3c3836" # fg
set completion-group-bg "#ebdbb2" # bg1
set completion-group-bg "#fbf1c7" # bg1
set completion-group-fg "#928374" # gray
set completion-highlight-bg "#076678" # bright:blue
set completion-highlight-fg "#d5c4a1" # bg2
set completion-highlight-bg "#689d6a" # aqua
set completion-highlight-fg "#ebdbb2" # bg2
# Define the color in index mode
set index-bg "#d5c4a1" # bg2
set index-bg "#ebdbb2" # bg2
set index-fg "#3c3836" # fg
set index-active-bg "#076678" # bright:blue
set index-active-fg "#d5c4a1" # bg2
set index-active-bg "#689d6a" # aqua
set index-active-fg "#ebdbb2" # bg2
set inputbar-bg "#f2e5bc" # bg
set inputbar-bg "#f9f5d7" # bg
set inputbar-fg "#3c3836" # fg
set statusbar-bg "#d5c4a1" # bg2
set statusbar-bg "#f9f5d7" # bg
set statusbar-fg "#3c3836" # fg
set highlight-color "#b57614" # bright:yellow
set highlight-active-color "#af3a03" # bright:orange
set default-bg "#f2e5bc" # bg
set default-bg "#f9f5d7" # bg
set default-fg "#3c3836" # fg
set render-loading true
set render-loading-bg "#f2e5bc" # bg
set render-loading-bg "#f9f5d7" # bg
set render-loading-fg "#3c3836" # fg
# Recolor book content's color
set recolor-lightcolor "#f2e5bc" # bg
set recolor-lightcolor "#f9f5d7" # bg
set recolor-darkcolor "#3c3836" # fg
set recolor "true"
set recolor-keephue "true"