Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed Nov 1, 2024
1 parent e2cf642 commit 8ba7cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/solarized.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ local function load_solarized()
shl('EndOfBuffer', { fg = colors.base03 })
shl('CursorLine', { bg = colors.base02 })
shl('CursorLineNr', { fg = colors.base1, bg = colors.base02 })
shl('LineNr', { fg = colors.base01, bg = colors.base03 })
shl('LineNr', { fg = colors.base01 })
shl('Comment', { fg = colors.base01, italic = true })
shl('String', { fg = colors.cyan })
shl('Function', { fg = colors.blue })
Expand Down

0 comments on commit 8ba7cf8

Please sign in to comment.