This commit is contained in:
krolyxon 2022-09-10 15:36:10 +05:30
parent 0a5d53fac0
commit c9f7ac1063
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ return {
Comment = { fg = bright_black }, Comment = { fg = bright_black },
SignColumn = { SignColumn = {
bg = '#000000', bg = black,
}, },
-- line number -- line number
@ -30,7 +30,7 @@ return {
CursorLineNr = { fg = white }, CursorLineNr = { fg = white },
CursorLine = { CursorLine = {
bg = black, bg = '#131313',
sp = "none", sp = "none",
}, },