Replies: 2 comments 2 replies
-
This might fall under #2849 but it seems slightly different since it's about configuration directly rather than enabling/disabling features. Persisting between sessions I think is covered by #401. I think it would be really elegant if this could be accomplished with custom keymaps. That would need a more general purpose configuration language (TOML is temporary). As a workaround, you can hack at least the # ~/.config/helix/config.toml
[keys.normal.space.t]
"1" = ":theme monokai_pro_spectrum"
"2" = ":theme catppuccin_latte"
# ... You can also remove all themes from the Overall though this seems like a somewhat specific use-case and I'm not sure it warrants building a feature around it. I may be out of touch on this but I don't imagine many people switch themes very often. |
Beta Was this translation helpful? Give feedback.
-
Seems like a duplicate of #2158 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your feature request
I usually use helix on my laptop and when it is bright outside it is nice to use a light theme. At home, in the dark, it is much nicer with a darker theme.
It would be nice if there was some simple binding to toggle between themes that I have defined.
With proposed bindings:
It would be nice if this decision was saved between sessions
We could keep compatability by making the old
theme = "..."
still work unless the newthemes
is present. I would not mind other bindings if you come up with better ones, but I think the proposed ones seem to align with others.I also prefer this over something like having two
dark-theme = "..."
,light-theme = "..."
since this approach is more general.Beta Was this translation helpful? Give feedback.
All reactions