73 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			73 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
# 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 <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><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><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><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
 | 
						|
map [presentation] h navigate previous
 | 
						|
map [presentation] j navigate next
 | 
						|
map [presentation] k navigate previous
 | 
						|
map [presentation] l navigate next
 |