set first-page-column 1 set guioptions null set window-title-basename "true" set selection-clipboard "clipboard" {{- if eq .theme_variant "dark" }} set default-fg "#d3c6aa" set default-bg "#272e33" set completion-bg "#2e383c" set completion-fg "#d3c6aa" set completion-highlight-bg "#dbbc7f" set completion-highlight-fg "#d3c6aa" set completion-group-bg "#2e383c" set completion-group-fg "#7fbbb3" set statusbar-fg "#d3c6aa" set statusbar-bg "#2e383c" set notification-bg "#2e383c" set notification-fg "#d3c6aa" set notification-error-bg "#2e383c" set notification-error-fg "#e67e80" set notification-warning-bg "#2e383c" set notification-warning-fg "#dbbc7f" set inputbar-fg "#d3c6aa" set inputbar-bg "#2e383c" set recolor-lightcolor "#272e33" set recolor-darkcolor "#d3c6aa" set index-fg "#d3c6aa" set index-bg "#272e33" set index-active-fg "#d3c6aa" set index-active-bg "#2e383c" set render-loading-bg "#272e33" set render-loading-fg "#d3c6aa" set highlight-color "#dbbc7f" set highlight-fg "#d699b6" set highlight-active-color "#d699b6" {{- end }} {{- if eq .theme_variant "light" }} set default-fg "#4C4F69" set default-bg "#EFF1F5" set completion-bg "#CCD0DA" set completion-fg "#4C4F69" set completion-highlight-bg "#dbbc7f" set completion-highlight-fg "#4C4F69" set completion-group-bg "#CCD0DA" set completion-group-fg "#1E66F5" set statusbar-fg "#4C4F69" set statusbar-bg "#CCD0DA" set notification-bg "#CCD0DA" set notification-fg "#4C4F69" set notification-error-bg "#CCD0DA" set notification-error-fg "#D20F39" set notification-warning-bg "#CCD0DA" set notification-warning-fg "#FAE3B0" set inputbar-fg "#4C4F69" set inputbar-bg "#CCD0DA" set recolor-lightcolor "#EFF1F5" set recolor-darkcolor "#4C4F69" set index-fg "#4C4F69" set index-bg "#EFF1F5" set index-active-fg "#4C4F69" set index-active-bg "#CCD0DA" set render-loading-bg "#EFF1F5" set render-loading-fg "#4C4F69" set highlight-color "#dbbc7f" set highlight-fg "#EA76CB" set highlight-active-color "#EA76CB" {{- end }} # # Startup options # set adjust-open width set recolor "true" set recolor-keephue "true"