Skip to content

Commit

Permalink
Update sonokai.toml (#4089)
Browse files Browse the repository at this point in the history
  • Loading branch information
vglfr authored Oct 6, 2022
1 parent 9ca4ac6 commit 4d4be0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/themes/sonokai.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"ui.selection" = { bg = "bg4" }
"ui.linenr" = "grey"
"ui.linenr.selected" = "fg"
"ui.cursorline.primary" = { bg = "bg2" }
"ui.cursorline.primary" = { bg = "bg1" }
"ui.statusline" = { fg = "fg", bg = "bg3" }
"ui.statusline.inactive" = { fg = "grey", bg = "bg1" }
"ui.popup" = { fg = "grey", bg = "bg2" }
Expand Down Expand Up @@ -86,7 +86,7 @@ bg0 = "#2c2e34"
bg1 = "#33353f"
bg2 = "#363944"
bg3 = "#3b3e48"
bg4 = "#414550"
bg4 = "#545862"
bg_red = "#ff6077"
diff_red = "#55393d"
bg_green = "#a7df78"
Expand Down

0 comments on commit 4d4be0e

Please sign in to comment.