From 7ffdf04944c096c3cf0719eb34bec115c1080fe7 Mon Sep 17 00:00:00 2001 From: Von Random <von@mechanus.net> Date: Fri, 27 Dec 2024 11:08:27 +0200 Subject: [PATCH] helix: custom theme --- cli/.config/helix/config.toml | 2 +- cli/.config/helix/themes/gruvbox_custom.toml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 cli/.config/helix/themes/gruvbox_custom.toml diff --git a/cli/.config/helix/config.toml b/cli/.config/helix/config.toml index 308f9de..56f950a 100644 --- a/cli/.config/helix/config.toml +++ b/cli/.config/helix/config.toml @@ -1,4 +1,4 @@ -theme = "gruvbox" +theme = "gruvbox_custom" [editor] true-color = true diff --git a/cli/.config/helix/themes/gruvbox_custom.toml b/cli/.config/helix/themes/gruvbox_custom.toml new file mode 100644 index 0000000..05f7bae --- /dev/null +++ b/cli/.config/helix/themes/gruvbox_custom.toml @@ -0,0 +1,5 @@ +inherits = "gruvbox" + +# transparent background, if ever needed +#"ui.background" = {} +"ui.cursor.primary.normal" = { fg = "bg1", bg = "orange1" }