# Enable copy to clipboard set selection-clipboard "clipboard" set adjust-open "width" set font "Iosevka Term SS08 16" set zoom-center "true" unmap f map f toggle_fullscreen map [fullscreen] f toggle_fullscreen # Initial theme set default-bg "#cccccc" set default-fg "#111" set statusbar-bg "#ccc" set statusbar-fg "#111" set inputbar-bg "#111" set inputbar-fg "#ccc" set highlight-color "#333" set notification-bg "#111" set completion-bg "#111" set completion-fg "#ccc" set completion-highlight-fg "#eee" set completion-highlight-bg "#333" set highlight-fg "#ccc" set highlight-color "#111" set highlight-active-color "#333" set index-fg "#eee" set index-bg "#111" set index-active-fg "#eee" set index-active-bg "#333" # Hide status bar # set guioptions none set render-loading "false" map J zoom out map K zoom in unmap q # # Hack for switching color themes (change default background too on recolor) # # Default to light recolor set recolor set recolor-lightcolor "#cccccc" set recolor-darkcolor "#111" set recolor-keephue # No recolor map focus_inputbar ":set recolor true" map focus_inputbar ":set recolor false" map focus_inputbar ":set default-bg \#fff" map 1 feedkeys ":set statusbar-bg \#fff:set statusbar-fg \#111" # Light recolor map focus_inputbar ":set default-bg \#cccccc" map focus_inputbar ":set recolor-lightcolor \#cccccc" map focus_inputbar ":set recolor-darkcolor \#111" map 2 feedkeys ":set statusbar-bg \#ccc:set statusbar-fg \#111" # Dark recolor map focus_inputbar ":set default-bg \#111" map focus_inputbar ":set recolor-lightcolor \#111" map focus_inputbar ":set recolor-darkcolor \#aaa" map 3 feedkeys ":set statusbar-bg \#111:set statusbar-fg \#aaa" map p toggle_presentation map [presentation] p toggle_presentation map [presentation] h navigate previous map [presentation] j navigate next map [presentation] k navigate previous map [presentation] l navigate next