diff options
author | terminaldweller <thabogre@gmail.com> | 2021-12-29 16:55:20 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-12-29 16:55:20 +0000 |
commit | f2ef99d0ac3cde7469da9a0b35a66043d13acc4a (patch) | |
tree | 7349c560d39c0489aac59f8d3dfe05aa8a65c9e3 /.vimrc | |
parent | more updates. some chroot stuff (diff) | |
download | scripts-f2ef99d0ac3cde7469da9a0b35a66043d13acc4a.tar.gz scripts-f2ef99d0ac3cde7469da9a0b35a66043d13acc4a.zip |
updates
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -255,7 +255,7 @@ let g:jellybeans_overrides = { \ 'Todo': { 'guifg': '000000', 'guibg': '00cc00', \ 'ctermfg': 'Black', 'ctermbg': 'Blue', \ 'attr': 'bold' }, -\ 'Comment': { 'guibg': '339966', 'guifg': '000000' }, +\ 'Comment': { 'guibg': '339966', 'guifg': '000000'}, \ 'background': { "guibg": "000000", "ctermbg":"none"}, \ 'StorageClass': {"guifg": '9966ff' }, \ 'PreCondit': {"guifg": '5f87ff' }, |