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
GTK has this CSS syntax to allow you to define colors:
@define-color bg_dark_variant1 #242c31;
this plugin works in other cases (it highlights the color) but it ignores this. can we please mark these colors as well?
note that it is also ignored wherever this color is used:
entry:focus { border-color: @bright_orange; }
^ this is probably harder to support but @define-color should be simple to implement I think
@define-color
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GTK has this CSS syntax to allow you to define colors:
this plugin works in other cases (it highlights the color) but it ignores this. can we please mark these colors as well?
note that it is also ignored wherever this color is used:
^ this is probably harder to support but
@define-color
should be simple to implement I thinkThe text was updated successfully, but these errors were encountered: