Increase brightness of NonText

This commit is contained in:
Iron_E 2020-06-20 02:01:23 -04:00
parent 286357d09e
commit 365891b181
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
2 changed files with 4 additions and 9 deletions

View File

@ -1,5 +0,0 @@
augroup Start
autocmd!
augroup END

View File

@ -179,7 +179,7 @@ local highlights = {
--[[ 1. Text Analysis ]]
Comment = {bg=NONE, fg=gray, style='italic'},
EndOfBuffer = {link='NonText' },
NonText = {bg=NONE, fg=gray_dark, style=NONE },
NonText = {bg=NONE, fg=gray_darker, style=NONE },
Whitespace = {link='NonText' },
--[[ 1.1. Literals]]