diff options
author | Adrian Kummerlaender | 2017-02-26 12:34:52 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2017-02-26 12:34:52 +0100 |
commit | bcee82dd74e2d78abeda63ae23c8a81db2462105 (patch) | |
tree | 47b049dd0666d0c377d99809d56e85a3e3c8b82e /vim/.vim/colors | |
parent | 2fd9225923d3aafe0bd6ab1e3e9171769f933962 (diff) | |
download | dotfiles-bcee82dd74e2d78abeda63ae23c8a81db2462105.tar dotfiles-bcee82dd74e2d78abeda63ae23c8a81db2462105.tar.gz dotfiles-bcee82dd74e2d78abeda63ae23c8a81db2462105.tar.bz2 dotfiles-bcee82dd74e2d78abeda63ae23c8a81db2462105.tar.lz dotfiles-bcee82dd74e2d78abeda63ae23c8a81db2462105.tar.xz dotfiles-bcee82dd74e2d78abeda63ae23c8a81db2462105.tar.zst dotfiles-bcee82dd74e2d78abeda63ae23c8a81db2462105.zip |
Add vim conceal config
Diffstat (limited to 'vim/.vim/colors')
-rw-r--r-- | vim/.vim/colors/akr.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/.vim/colors/akr.vim b/vim/.vim/colors/akr.vim index 622585b..cb1e0c4 100644 --- a/vim/.vim/colors/akr.vim +++ b/vim/.vim/colors/akr.vim @@ -93,6 +93,7 @@ hi texBeginEnd gui=NONE guifg=#aadb0f guibg=NONE hi texSubscript gui=NONE guifg=NONE guibg=#000000 hi texSuperscript gui=NONE guifg=NONE guibg=#000000 hi texBeginEndName gui=NONE guifg=NONE guibg=NONE +hi Conceal gui=NONE guifg=NONE guibg=#000000 hi prologClauseHead gui=NONE guifg=#aadb0f guibg=NONE |