We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca4ac6 commit 4d4be0eCopy full SHA for 4d4be0e
runtime/themes/sonokai.toml
@@ -58,7 +58,7 @@
58
"ui.selection" = { bg = "bg4" }
59
"ui.linenr" = "grey"
60
"ui.linenr.selected" = "fg"
61
-"ui.cursorline.primary" = { bg = "bg2" }
+"ui.cursorline.primary" = { bg = "bg1" }
62
"ui.statusline" = { fg = "fg", bg = "bg3" }
63
"ui.statusline.inactive" = { fg = "grey", bg = "bg1" }
64
"ui.popup" = { fg = "grey", bg = "bg2" }
@@ -86,7 +86,7 @@ bg0 = "#2c2e34"
86
bg1 = "#33353f"
87
bg2 = "#363944"
88
bg3 = "#3b3e48"
89
-bg4 = "#414550"
+bg4 = "#545862"
90
bg_red = "#ff6077"
91
diff_red = "#55393d"
92
bg_green = "#a7df78"
0 commit comments