mirror of https://github.com/E-Almqvist/dotfiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.6 KiB
40 lines
1.6 KiB
set notification-error-bg "#1d1f21" # bg
|
|
set notification-error-fg "#fb4934" # bright:red
|
|
set notification-warning-bg "#1d1f21" # bg
|
|
set notification-warning-fg "#fabd2f" # bright:yellow
|
|
set notification-bg "#1d1f21" # bg
|
|
set notification-fg "#b8bb26" # bright:green
|
|
|
|
set completion-bg "#504945" # bg2
|
|
set completion-fg "#ffffff" # fg
|
|
set completion-group-bg "#3c3836" # bg1
|
|
set completion-group-fg "#928374" # gray
|
|
set completion-highlight-bg "#83a598" # bright:blue
|
|
set completion-highlight-fg "#504945" # bg2
|
|
|
|
# Define the color in index mode
|
|
set index-bg "#504945" # bg2
|
|
set index-fg "#ffffff" # fg
|
|
set index-active-bg "#83a598" # bright:blue
|
|
set index-active-fg "#504945" # bg2
|
|
|
|
set inputbar-bg "#1d1f21" # bg
|
|
set inputbar-fg "#ffffff" # fg
|
|
|
|
set statusbar-bg "#1d1f21" # bg2
|
|
set statusbar-fg "#ffffff" # fg
|
|
|
|
set highlight-color "#fabd2f" # bright:yellow
|
|
set highlight-active-color "#fe8019" # bright:orange
|
|
|
|
set default-bg "#1d1f21" # bg
|
|
set default-fg "#ffffff" # fg
|
|
set render-loading true
|
|
set render-loading-bg "#1d1f21" # bg
|
|
set render-loading-fg "#ffffff" # fg
|
|
|
|
# Recolor book content's color
|
|
set recolor-lightcolor "#1d1f21" # bg
|
|
set recolor-darkcolor "#ffffff" # fg
|
|
set recolor "true"
|
|
# set recolor-keephue true # keep original color
|
|
|