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

Custom CSS not functions #24

Closed
wandbrandon opened this issue Sep 8, 2018 · 5 comments
Closed

Custom CSS not functions #24

wandbrandon opened this issue Sep 8, 2018 · 5 comments

Comments

@wandbrandon
Copy link

For some reason, even when I put the directory or try to import it in the custom css box, it doesn't seem to grab the colors. Oddly enough, it takes my gtk colors when I set the theme default in Firefox's customize page.

@numirias
Copy link
Owner

Does custom CSS not work for you at all? Do you mind testing with a random rule like

* {
    color: red !important;
}

@wandbrandon
Copy link
Author

Yeah works just fine. Might have something to do with my css file? Comes from pywal which works normally in most cases.

@numirias
Copy link
Owner

numirias commented Jan 6, 2019

I think I can reproduce that. Imported sheets are loaded, but somehow the color variables don't seem to be picked up.

They work however, when you just paste the file content into the Custom CSS text box, e.g.:

:root {
  --background: red;
}

I'll look into that.

@wandbrandon
Copy link
Author

Yep, works when pasting the code in the textbox.

@numirias
Copy link
Owner

numirias commented Feb 2, 2019

Unfortunately, theming capabilities won't be part of Paxmod anymore. (Also see #33)

@numirias numirias closed this as completed Feb 2, 2019
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

2 participants