slightly lighten LineNr
This commit is contained in:
@@ -69,7 +69,7 @@ highlight DiffText guifg=#2C363C guibg=#99C6E9 guisp=NONE gui=NONE
|
||||
highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold
|
||||
highlight Error guifg=#A8334C guibg=NONE guisp=NONE gui=NONE
|
||||
highlight FloatBorder guifg=#786D68 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight FoldColumn guifg=#9C8E87 guibg=NONE guisp=NONE gui=bold
|
||||
highlight FoldColumn guifg=#A79891 guibg=NONE guisp=NONE gui=bold
|
||||
highlight Folded guifg=#564E4A guibg=#CDC2BC guisp=NONE gui=NONE
|
||||
highlight Function guifg=#2C363C guibg=NONE guisp=NONE gui=NONE
|
||||
highlight GitSignsAdd guifg=#617437 guibg=NONE guisp=NONE gui=NONE
|
||||
@@ -88,7 +88,7 @@ highlight LightspeedLabelOverlapped guifg=#88507D guibg=NONE guisp=NONE gui=unde
|
||||
highlight LightspeedOneCharMatch guifg=#F0EDEC guibg=#88507D guisp=NONE gui=bold
|
||||
highlight LightspeedPendingChangeOpArea guifg=#88507D guibg=NONE guisp=NONE gui=NONE
|
||||
highlight LightspeedShortcut guifg=#F0EDEC guibg=#88507D guisp=NONE gui=bold,underline
|
||||
highlight LineNr guifg=#9C8E87 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight LineNr guifg=#A79891 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight LspDiagnosticsDefaultHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE
|
||||
highlight LspDiagnosticsDefaultInformation guifg=#286486 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight LspDiagnosticsUnderlineError guifg=#A8334C guibg=NONE guisp=NONE gui=undercurl
|
||||
|
||||
@@ -59,7 +59,7 @@ local theme = lush(function()
|
||||
DiffDelete { bg = c.rose.de(32).li(74).abs_da(diff_bg_li) }, -- diff mode: Deleted line |diff.txt|
|
||||
DiffText { bg = c.water.de(24).li(64).abs_da(diff_bg_li), fg = c.stone }, -- diff mode: Changed text within a changed line |diff.txt|
|
||||
|
||||
LineNr { fg = Normal.bg.da(36) }, -- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is set.
|
||||
LineNr { fg = Normal.bg.da(32) }, -- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is set.
|
||||
SignColumn { LineNr }, -- column where |signs| are displayed
|
||||
FoldColumn { LineNr, gui = "bold" }, -- 'foldcolumn'
|
||||
Folded { bg = Normal.bg.da(16), fg = Normal.bg.da(64) }, -- line used for closed folds
|
||||
|
||||
Reference in New Issue
Block a user