Closed unigazer closed 6 years ago
Hi, which gtk version you use?
For gtk 3.20+ :
$selected_bg_color
variable in the _colors.scss
file (under Ant/gtk-3.20/), gtk.scss
file to generate the corresponding cssFor gtk < 3.20 :
selected_bg_color
variable in the gtk.css
file (under Ant/gtk-3.0/) Reload the theme.
Note
To recompile gtk.scss
just type in your terminal (you must have sass installed ):
sass gtk.scss gtk.css
@EliverLara Ok, thank you.
Hi, I've been trying to compile the scss file but i'm getting the error:
Error: compound selectors may longer be extended.
Consider `@extend %selected_items, :disabled` instead.
See http://bit.ly/ExtendCompound for details.
selection { @extend %selected_items:disabled; }
^
widgets/_base-states.scss 125:40 @import
_widgets.scss 7:9 @import
gtk.scss 9:9 root stylesheet
I'm using SASS version available here: Dart-Sass 1.5.1
Fix: I was able to compile using ruby sass 3.5.3.
Hey, I've successfully changed the pink color to something else. But still the background color of the icons in the pop up app menu is pink (the one that pops up on Alt+tab). Do you know what could I do to change it? thanks for the awesome theme btw!
Nevermind, I found it. It's inside gnome-shell/_colors.scss
selected_bg_color.
Thanks @EliverLara and @anti-mony Unfortunately, as of 3/11/2019, one gets the error below if you install sass using NPM
Error: compound selectors may no longer be extended.
Consider `@extend %selected_items, :disabled` instead.
See http://bit.ly/ExtendCompound for details.
╷
125 │ selection { @extend %selected_items:disabled; }
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
widgets/_base-states.scss 125:25 root stylesheet
And if you try to install Ruby's sass, then you'll realize that it is no longer supported. You can, however install node-sass
with the command below
npm install -g node-sass
and then compile your code with the compilation will work =]
$ node-sass gtk.scss gtk.css
@emanjavacas Hey mate, it's not working for me, could you do me a favor and upload your modified ant theme onto your github, so I could download it? That would be a huge help!
@EliverLara i kow that it looks quite simple, and i assurde you i did everything you wrote, but that doesn't work, any ideas? It doesn't output errors or anything like that
How do I change the pink color on Dracula? What is the
CSS
file for it? I've tried to change the color in couple of yourCSS
files but with no luck. I've even recolored the images inButtons
folder, still no luck.Btw, nice theme, it's just I don't like the pink color.