Skip to content
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

does not work with GTK CSS #152

Open
alex-tee opened this issue May 8, 2021 · 0 comments
Open

does not work with GTK CSS #152

alex-tee opened this issue May 8, 2021 · 0 comments

Comments

@alex-tee
Copy link

alex-tee commented May 8, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant