Can someone help me debug my port of theme? ''Invalid theme: ui.selection
required"
#13488
-
Hi, so i tried porting serendipity midnight from zed to helix, but i get this error:
Even tho i have it in the theme. The toml is valid. my theme:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I believe the problem here is that the |
Beta Was this translation helpful? Give feedback.
I believe the problem here is that the
[palette]
section needs to come after the theme keys. Since it's above the theme keys, all of the theme keys become part of that table (i.e.'ui.selection'
becomespalette.'ui.selection'
). Moving the[palette]
section to the bottom of the theme should fix this