mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Made the autocompletion menu colours a bit more cohesive with the theme
This commit is contained in:
parent
2178d44800
commit
2ea231ecaa
1 changed files with 2 additions and 2 deletions
|
@ -273,8 +273,8 @@ endif
|
|||
"Default foreground and background
|
||||
call s:X("Normal","bcbcbc","262626","","White",s:termBlack)
|
||||
|
||||
call s:X("Pmenu","303030","87d7ff","","Grey","LightBlue")
|
||||
call s:X("PmenuSel","bcbcbc","4e4e4e","","White","Black")
|
||||
call s:X("Pmenu","87d7ff","303030","","Grey","LightBlue")
|
||||
call s:X("PmenuSel","87d7ff","4e4e4e","bold","White","Black")
|
||||
|
||||
call s:X("CursorLine","","3a3a3a","bold","",s:termBlack)
|
||||
call s:X("CursorLineNr","000000","87d7ff","bold",s:termBlack,"Blue")
|
||||
|
|
Loading…
Reference in a new issue