Hack statusbar color theme update
parent
08fb963ea7
commit
8e468a30b8
|
@ -10,8 +10,8 @@ map [fullscreen] f toggle_fullscreen
|
|||
# Initial theme
|
||||
set default-bg "#cccccc"
|
||||
set default-fg "#111"
|
||||
set statusbar-bg "#111"
|
||||
set statusbar-fg "#777"
|
||||
set statusbar-bg "#ccc"
|
||||
set statusbar-fg "#111"
|
||||
set inputbar-bg "#111"
|
||||
set inputbar-fg "#ccc"
|
||||
set highlight-color "#333"
|
||||
|
@ -29,7 +29,7 @@ set index-active-fg "#eee"
|
|||
set index-active-bg "#333"
|
||||
|
||||
# Hide status bar
|
||||
set guioptions none
|
||||
# set guioptions none
|
||||
set render-loading "false"
|
||||
|
||||
map J zoom out
|
||||
|
@ -50,19 +50,19 @@ set recolor-keephue
|
|||
map <F1> focus_inputbar ":set recolor true"
|
||||
map <F2> focus_inputbar ":set recolor false"
|
||||
map <F3> focus_inputbar ":set default-bg \#fff"
|
||||
map 1 feedkeys "<F2><Return><F3><Return>"
|
||||
map 1 feedkeys "<F2><Return><Esc><F3><Return><Esc>:set statusbar-bg \#fff<Return><Esc>:set statusbar-fg \#111<Return><Esc>"
|
||||
|
||||
# Light recolor
|
||||
map <F4> focus_inputbar ":set default-bg \#cccccc"
|
||||
map <F5> focus_inputbar ":set recolor-lightcolor \#cccccc"
|
||||
map <F6> focus_inputbar ":set recolor-darkcolor \#111"
|
||||
map 2 feedkeys "<F1><Return><F4><Return><F5><Return><F6><Return>"
|
||||
map 2 feedkeys "<F1><Return><Esc><F4><Return><Esc><F5><Return><Esc><F6><Return><Esc>:set statusbar-bg \#ccc<Return><Esc>:set statusbar-fg \#111<Return><Esc>"
|
||||
|
||||
# Dark recolor
|
||||
map <F7> focus_inputbar ":set default-bg \#111"
|
||||
map <F8> focus_inputbar ":set recolor-lightcolor \#111"
|
||||
map <F9> focus_inputbar ":set recolor-darkcolor \#aaa"
|
||||
map 3 feedkeys "<F1><Return><F7><Return><F8><Return><F9><Return>"
|
||||
map 3 feedkeys "<F1><Return><Esc><F7><Return><Esc><F8><Return><Esc><F9><Return><Esc>:set statusbar-bg \#111<Return><Esc>:set statusbar-fg \#aaa<Return><Esc>"
|
||||
|
||||
map p toggle_presentation
|
||||
map [presentation] p toggle_presentation
|
||||
|
|
Loading…
Reference in New Issue