Skip to content

Commit

Permalink
[Vim] Make directory bg transparent
Browse files Browse the repository at this point in the history
In NERDTree, directories look weird if they have a background.
  • Loading branch information
benbusby committed Feb 12, 2024
1 parent 3a05f39 commit 04ff786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/template.vim
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let g:colors_name = 'theme_name_safe'
hi Cursor guifg=color_bg_main guibg=color_fg
hi lCursor guifg=color_bg_main guibg=color_fg
hi CursorIM guifg=color_bg_main guibg=color_fg
hi Directory guifg=color_type guibg=color_bg_main gui=bold
hi Directory guifg=color_type guibg=NONE gui=bold
hi ErrorMsg guifg=#ee1111 guibg=color_bg_main
hi VertSplit guifg=color_bg_main guibg=color_accent
hi LineNr guifg=color_linenr guibg=color_bg_alt2
Expand Down

0 comments on commit 04ff786

Please sign in to comment.