Small cursorline theme tweak
This commit is contained in:
parent
60cf97bb09
commit
442227bbb6
|
@ -35,7 +35,7 @@ local theme = lush(function(injected_functions)
|
|||
TelescopeResultsLineNr { LineNr }, -- TelescopeResultsLineNr xxx links to LineNr
|
||||
TroubleIndent { LineNr }, -- TroubleIndent xxx links to LineNr
|
||||
TroubleLocation { LineNr }, -- TroubleLocation xxx links to LineNr
|
||||
CursorLineNr { fg="#f0c674", }, -- CursorLineNr xxx ctermfg=221 guifg=#f0c674
|
||||
CursorLineNr { fg=hsl(211, 100, 63), }, -- CursorLineNr xxx ctermfg=221 guifg=#f0c674
|
||||
TroubleFoldIcon { CursorLineNr }, -- TroubleFoldIcon xxx links to CursorLineNr
|
||||
Question { fg="#b5bd68", }, -- Question xxx ctermfg=143 guifg=#b5bd68
|
||||
StatusLine { bg="#455a64", fg="#c5c8c6", }, -- StatusLine xxx ctermfg=250 ctermbg=237 guifg=#c5c8c6 guibg=#455A64
|
||||
|
@ -77,7 +77,7 @@ local theme = lush(function(injected_functions)
|
|||
TabLineFill { gui="reverse", }, -- TabLineFill xxx cterm=reverse gui=reverse
|
||||
CursorColumn { bg="#212d32", }, -- CursorColumn xxx ctermbg=235 guibg=#212D32
|
||||
lspReference { CursorColumn }, -- lspReference xxx links to CursorColumn
|
||||
CursorLine { bg="#212d32", }, -- CursorLine xxx ctermbg=235 guibg=#212D32
|
||||
CursorLine { bg=hsl(225, 100, 25), }, -- CursorLine xxx ctermbg=235 guibg=#212D32
|
||||
ColorColumn { bg="#212d32", }, -- ColorColumn xxx ctermbg=235 guibg=#212D32
|
||||
Cursor { bg="fg", }, -- Cursor xxx guifg=bg guibg=fg
|
||||
RedrawDebugNormal { gui="reverse", }, -- RedrawDebugNormal xxx cterm=reverse gui=reverse
|
||||
|
|
Loading…
Reference in New Issue