-
-
Notifications
You must be signed in to change notification settings - Fork 604
theme.ron is not parsed correctly #2056
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@cgahr are you sure its the theme ron that break? the error message suggests that the key config is broken. |
You were right! The error message itself was caused by an empty However, as far as I can tell, there are 3 more issues:
To the main issue: If I remove the empty That is, your first intuition was correct. Should I open new issues for point 1 and 2? For the latter, I'm not 100% if this is indeed not working or whether I missed something. Maybe an output in the log stating which theme was loaded would be useful. |
but it prints the error in the CLI, right?
i have to investigate but it seems related to #2007 ?
since 2022 :) see #1367 - also checkout |
|
Describe the bug
On the current master, the
theme.ron
file is not parsed correctly and it has no effect. The log throws the following message:The config was working at version
0.24.3
. It isTo Reproduce
Steps to reproduce the behavior:
gitui
from the current masterExpected behavior:
The
theme.ron
file should be parsed correctly and take effect.Screenshots
If applicable, add screenshots to help explain your problem.
Context (please complete the following information):
The text was updated successfully, but these errors were encountered: