diff --git a/config/helix/config.toml b/config/helix/config.toml index a50d011..d403ef7 100644 --- a/config/helix/config.toml +++ b/config/helix/config.toml @@ -1,4 +1,4 @@ -theme = "gruvbox_dark_hard" +theme = "jellybeans-transparent" [editor] true-color = true diff --git a/config/helix/themes/jellybeans-transparent.toml b/config/helix/themes/jellybeans-transparent.toml new file mode 100644 index 0000000..7a7c81b --- /dev/null +++ b/config/helix/themes/jellybeans-transparent.toml @@ -0,0 +1,5 @@ +inherits = "jellybeans" + +"ui.background" = { fg = "white" } + +