From 2011549c622fab5fb6b073af23abad5134377a7d Mon Sep 17 00:00:00 2001 From: Valerie Date: Fri, 25 Aug 2023 12:49:23 -0400 Subject: [PATCH] updated helix theme --- helix/themes/val-onedark.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helix/themes/val-onedark.toml b/helix/themes/val-onedark.toml index 581d9b1..e78e984 100644 --- a/helix/themes/val-onedark.toml +++ b/helix/themes/val-onedark.toml @@ -54,7 +54,7 @@ diagnostic = { modifiers = ["underlined"] } "ui.cursor.match" = { fg = "blue", modifiers = ["underlined"]} "ui.selection" = { bg = "light-gray" } -"ui.selection.primary" = {} #{ bg = "gray" } +"ui.selection.primary" = { bg = "gray" } "ui.linenr" = { fg = "linenr" } "ui.linenr.selected" = { fg = "white" } @@ -85,3 +85,4 @@ light-black = "#2C323C" gray = "#3E4452" light-gray = "#5C6370" linenr = "#4B5263" +