Skip to content

Commit

Permalink
Make SpecialKey stand out less.
Browse files Browse the repository at this point in the history
Otherwise 'set list' when working with heretics who use tabs for
indenting is fairly garish.
  • Loading branch information
ciaranm committed Feb 10, 2013
1 parent c4431f4 commit b86ad4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/inkpot.vim
Expand Up @@ -91,7 +91,7 @@ if has("gui_running")
hi Directory gui=NONE guifg=#00ff8b guibg=NONE
hi LineNr gui=NONE guifg=#8b8bcd guibg=#2e2e2e
hi NonText gui=BOLD guifg=#8b8bcd guibg=NONE
hi SpecialKey gui=BOLD guifg=#ab60ed guibg=NONE
hi SpecialKey gui=BOLD guifg=#3b205d guibg=NONE
hi Title gui=BOLD guifg=#af4f4b guibg=NONE
hi Visual gui=NONE guifg=#eeeeee guibg=#4e4e8f

Expand Down

0 comments on commit b86ad4d

Please sign in to comment.