diff options
-rw-r--r-- | vimrc-full | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -1022,14 +1022,12 @@ autocmd! ColorScheme * call ExtendColorTheme() | |||
1022 | 1022 | ||
1023 | 1023 | ||
1024 | set termguicolors | " When on, uses highlight-guifg and highlight-guibg attributes in the terminal (=24bit color) incomp. with nvim | 1024 | set termguicolors | " When on, uses highlight-guifg and highlight-guibg attributes in the terminal (=24bit color) incomp. with nvim |
1025 | " set background=dark | 1025 | " set t_ut= |
1026 | set t_ut= | ||
1027 | if filereadable(expand("~/.config/base16-shell/colortest")) | ||
1028 | let g:base16_shell_path="~/.config/base16-shell/scripts" | ||
1029 | endif | ||
1030 | 1026 | ||
1031 | let base16colorspace=256 | 1027 | if filereadable(expand("~/.vimrc_background")) && filereadable(expand("~/.config/base16-shell/colortest")) |
1032 | if filereadable(expand("~/.vimrc_background")) | 1028 | let g:base16_shell_path="~/.config/base16-shell/scripts" |
1029 | let base16colorspace=256 | ||
1030 | set background=dark | ||
1033 | source ~/.vimrc_background | 1031 | source ~/.vimrc_background |
1034 | else | 1032 | else |
1035 | let g:PaperColor_Theme_Options = { | 1033 | let g:PaperColor_Theme_Options = { |