41 lines
1015 B
Plaintext
41 lines
1015 B
Plaintext
# Use system clipboard for selection.
|
|
set selection-clipboard "clipboard"
|
|
|
|
# Dark colors and transparency
|
|
set default-bg "rgba(25, 25, 25, 0.5)"
|
|
set statusbar-bg "rgba(25, 25, 25, 0.5)"
|
|
set notification-bg "#000000"
|
|
set notification-fg "#FFFFFF"
|
|
|
|
# Change the greenish accent color (#9FBC00) to bright yellow
|
|
set completion-highlight-bg "#FCE94F"
|
|
set inputbar-fg "#FCE94F"
|
|
set highlight-color "#FCE94F"
|
|
set index-active-bg "#FCE94F"
|
|
|
|
# Set the foreground to something that can be read on highlight-color
|
|
set highlight-fg "#000000"
|
|
|
|
# Show statusbar and vertical scrollbar
|
|
set guioptions "sv"
|
|
|
|
# Increase the vertical scroll step size
|
|
set scroll-step 100
|
|
|
|
# Short $HOME with a tilde in file path
|
|
set statusbar-home-tilde true
|
|
|
|
# Invert colors per default. Toggle with `i`
|
|
map i recolor
|
|
set recolor true
|
|
set recolor-lightcolor "rgba(25, 25, 25, 0)"
|
|
set recolor-darkcolor "#FFFFFF"
|
|
set recolor-keephue true
|
|
set recolor-reverse-video true
|
|
|
|
# Search while typing
|
|
# set incremental-search true
|
|
|
|
# vimtex
|
|
set synctex true
|