Skip to content

Commit

Permalink
Fix highlight color in solarized_light.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSmith33 committed Dec 18, 2022
1 parent b245158 commit a0eacc0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion colors/solarized_light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ style.caret = { common.color "#657b83" }
style.accent = { common.color "#002b36" }
style.dim = { common.color "#93a1a1" }
style.divider = { common.color "#e0dbc8" }
style.selection = { common.color "#eee8d5" }
style.selection = { common.color "#073642" }
style.line_number = { common.color "#93a1a1" }
style.line_number2 = { common.color "#002b36" }
style.line_highlight = { common.color "#eee8d5" }
Expand Down
25 changes: 12 additions & 13 deletions previews/solarized_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a0eacc0

Please sign in to comment.