-
Notifications
You must be signed in to change notification settings - Fork 12
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
Macro color not working for Background color #14
Comments
fixed in c8429f9 |
fix applied in version 1.0.3 |
@kayler-renslow |
fixed 25514ca |
Fixed in release version 1.0.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version and Build
1.0.2
Summary
When using color macro for Background color. It give Warning Message: Config : some input after EndOfFile.
Detail
in export it is writen like this
colorBackground = ORANSSI;
So it is mising
[]
it should be
colorBackground[] = ORANSSI;
Same for
colorBackgroundDisabled
andcolorBackgroundActive
The text was updated successfully, but these errors were encountered: