From 358773ea0bf2bdd2ed49936928d50dac23608931 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 31 Aug 2026 16:54:55 -0400 Subject: [PATCH] helix: Fix color name typo in theme --- helix/themes/base.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix/themes/base.toml b/helix/themes/base.toml index ceddca9..04821c8 100644 --- a/helix/themes/base.toml +++ b/helix/themes/base.toml @@ -193,7 +193,7 @@ "ui.cursorline.primary" = { bg = "Focused" } "ui.cursorline.secondary" = {} -"ui.cursorcolumn.primary" = { fg = "White", bg = "Focused" } +"ui.cursorcolumn.primary" = { fg = "white", bg = "Focused" } "ui.cursorcolumn.secondary" = {} ## Gutter