EliverLara / Ant

:ant: A flat and light theme with a modern look
https://www.gnome-look.org/p/1099856/
GNU General Public License v3.0
822 stars 41 forks source link

Change the pink color of Dracula #27

Closed unigazer closed 6 years ago

unigazer commented 6 years ago

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 your CSS files but with no luck. I've even recolored the images in Buttons folder, still no luck.

Btw, nice theme, it's just I don't like the pink color.

EliverLara commented 6 years ago

Hi, which gtk version you use?

For gtk 3.20+ :

For gtk < 3.20 :

unigazer commented 6 years ago

@EliverLara Ok, thank you.

anti-mony commented 6 years ago

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.

emanjavacas commented 5 years ago

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!

emanjavacas commented 5 years ago

Nevermind, I found it. It's inside gnome-shell/_colors.scss selected_bg_color.

nicolasshu commented 5 years ago

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
ayushdiagarwal commented 4 years ago

@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!

Fr3d0509 commented 4 years ago

@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