From 0236ac54343750f7617eea12c73c464200b41f82 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 2 Jun 2026 00:06:13 -0400 Subject: [PATCH] helix: Update dark theme --- helix/themes/dark.toml | 3 +++ 1 file changed, 3 insertions(+) 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" }