diff --git a/helix/themes/dark.toml b/helix/themes/dark.toml index fab7b09..f39ec63 100644 --- a/helix/themes/dark.toml +++ b/helix/themes/dark.toml @@ -1,3 +1,6 @@ inherits = "onedark" "comment" = { fg = "light-gray" } + +"ui.background" = { bg = "#222222" } +"ui.cursorline.primary" = { bg = "#000000" }