20 lines
No EOL
479 B
Text
20 lines
No EOL
479 B
Text
set recolor-lightcolor "#0e1419"
|
|
set default-bg "#0e1419"
|
|
set inputbar-bg "#0e1419"
|
|
set inputbar-fg "#ffffff"
|
|
set notification-bg "#0e1419"
|
|
set notification-fg "#ffffff"
|
|
set statusbar-bg "#0e1419"
|
|
set statusbar-fg "#ffffff"
|
|
set tabbar-bg "#0e1419"
|
|
set tabbar-fg "#ffffff"
|
|
set tabbar-focus-bg "#ffffff"
|
|
set tabbar-focus-fg "#0e1419"
|
|
set selection-clipboard clipboard
|
|
|
|
map \< goto top
|
|
map \> goto bottom
|
|
map p scroll up
|
|
map P scroll half-up
|
|
map n scroll down
|
|
map N scroll half-down |