Theme can't be set in the config file #8530
Answered
by
David-Else
CastilloDel
asked this question in
Troubleshooting
-
SummaryThe theme can be updated at runtime, but not from the config Reproduction StepsI tried this:
theme = "github-dark-dimmed"
[editor]
line-number = "relative"
mouse = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
[keys.insert.j]
k = "normal_mode" # Maps `jk` to exit insert mode
j = "normal_mode" # Maps `jj` to exit insert mode
[keys.insert.k]
j = "normal_mode" # Maps `kj` to exit insert mode
k = "normal_mode" # Maps `kk` to exit insert mode
I expected this to happen: Instead, this happened: I also tried this with other themes. They seem to work at runtime, but not if I set them from the config Helix logNo response PlatformUbuntu Linux 23.04 Terminal EmulatorAlacritty 0.11.0 Helix Versionhelix 23.05 (7f5940b) |
Beta Was this translation helpful? Give feedback.
Answered by
David-Else
Oct 13, 2023
Replies: 1 comment 1 reply
-
The theme is called theme = "github_dark_dimmed" |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
CastilloDel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The theme is called
github_dark_dimmed
, you hadgithub-dark-dimmed
, this is correct: