1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-18 09:57:46 +01:00

50 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-09-13 10:51:43 +02:00
set statusbar-h-padding 0
set statusbar-v-padding 0
2025-02-22 06:29:58 +01:00
set guioptions none
2019-09-13 10:51:43 +02:00
set page-padding 1
2021-09-12 22:42:55 +02:00
map u scroll full-up
map d scroll full-down
2019-09-13 10:51:43 +02:00
map D toggle_page_mode
map r reload
map R rotate
map K zoom in
map J zoom out
map i recolor
map p print
set default-bg "#1e1e1e"
set default-fg "#d4d4d4"
set statusbar-bg "#1e1e1e"
set statusbar-fg "#808080"
set inputbar-bg "#1e1e1e"
set inputbar-fg "#d4d4d4"
set notification-error-bg "#1e1e1e"
set notification-error-fg "#f44747"
set notification-warning-bg "#1e1e1e"
set notification-warning-fg "#d7ba7d"
set highlight-color "#007acc"
set highlight-active-color "#d4d4d4"
set completion-highlight-fg "#56b6c2"
set completion-highlight-bg "#1e1e1e"
set completion-bg "#1e1e1e"
set completion-fg "#d4d4d4"
set notification-bg "#1e1e1e"
set notification-fg "#d4d4d4"
set recolor-lightcolor "#1e1e1e"
set recolor-darkcolor "#d4d4d4"
set index-fg "#d4d4d4"
set index-bg "#1e1e1e"
set index-active-fg "#56b6c2"
set index-active-bg "#1e1e1e"