mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Lightened up the default font just a touch
This commit is contained in:
parent
6c6ed3acc0
commit
5bf8433e58
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ call s:X("TabLineSel","000000","d0d0d0","",s:termBlack,"White")
|
||||||
call s:X("Comment","626262","","italic","Grey","")
|
call s:X("Comment","626262","","italic","Grey","")
|
||||||
call s:X("Todo","d75f5f","","bold","Red","")
|
call s:X("Todo","d75f5f","","bold","Red","")
|
||||||
|
|
||||||
call s:X("Normal","d0d0d0","262626","","White",s:termBlack)
|
call s:X("Normal","eaeaea","262626","","White",s:termBlack)
|
||||||
call s:X("MatchParen","d0d0d0","262626","standout,bold",s:termBlack,"White")
|
call s:X("MatchParen","d0d0d0","262626","standout,bold",s:termBlack,"White")
|
||||||
call s:X("CursorColumn","","303030","","",s:termBlack)
|
call s:X("CursorColumn","","303030","","",s:termBlack)
|
||||||
call s:X("CursorLine","","303030","","",s:termBlack)
|
call s:X("CursorLine","","303030","","",s:termBlack)
|
||||||
|
|
Loading…
Reference in a new issue