Skip to content

Commit

Permalink
don't set background of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 19, 2019
1 parent 99cab7a commit 71f9dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/neovim.nix
Expand Up @@ -98,7 +98,7 @@ in {
" Brighten base text by default--it's a little light.
call Base16hi("Normal", "CBD4E6", g:base16_gui00, g:base16_cterm06, g:base16_cterm00, "", "")
call Base16hi("Comment", g:base16_gui05, g:base16_gui00, g:base16_gui05, g:base16_cterm00, "", "")
call Base16hi("Comment", g:base16_gui05, "", g:base16_gui05, "", "", "")
" customize Elm highlighting
"
Expand Down

0 comments on commit 71f9dbc

Please sign in to comment.