We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want Glamorgan to be fully themable, via a simple format like CSS or JSON.
They would be exposed through simple english terms. An example CSS: .FUNCTION { color: #211ABA } .LOCALVARIABLE { color: #ABABAB }
.FUNCTION { color: #211ABA } .LOCALVARIABLE { color: #ABABAB }
An example JSON: { "STRING-CONSTANT": "#00FF00", "INTEGER": "#0000FF" }
{ "STRING-CONSTANT": "#00FF00", "INTEGER": "#0000FF" }
These are only examples and this is not a concrete standard, you get the gist..
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want Glamorgan to be fully themable, via a simple format like CSS or JSON.
They would be exposed through simple english terms. An example CSS:
.FUNCTION { color: #211ABA } .LOCALVARIABLE { color: #ABABAB }
An example JSON:
{ "STRING-CONSTANT": "#00FF00", "INTEGER": "#0000FF" }
These are only examples and this is not a concrete standard, you get the gist..
The text was updated successfully, but these errors were encountered: