EliverLara / Nordic

:snowflake: Dark Gtk3.20+ theme created using the awesome Nord color pallete.
GNU General Public License v3.0
2.31k stars 115 forks source link

Question: Kvantum Nordic and Changing the Selection Color #302

Closed rharmonson closed 5 months ago

rharmonson commented 5 months ago

How do I update the selection color of the Kvantum Nordic theme from the default green to the blue like GTK Nordic bluish and Kvantum Nordic bluish? The reason I am asking is the Kvantum Nordic Bluish is significantly darker then GTK Nordic bluish. Kvantum Nordic more closely matches but the selection color needs to be changed from green to blue to match.

Is it as simple as editing a file? Which? Does it require building--hopefully not?

I am using kvantummanager and qt5ct to configure Qt themes.

Thank you! Beautiful theme.

EliverLara commented 5 months ago

Hi, the easiest way is by opening the .svg file in a text editor and replacing all the matches of the current color to the new one, in this case:

  1. Open the Nordic kvantum folder placed under ~/.config/Kvantum/Nordic
  2. Open the Nordic.svg file in a text editor
  3. Find all the matches of 8fbcbb (this is the current highlighting color of Nordic Kvantum)
  4. Replace all the matches from 8fbcbb to 81a1c1 (this is the highlight color of Nordic bluish Gtk)
  5. Do the same process with the Nordic.kvconfig file.
rharmonson commented 5 months ago

Sweet! Thank you. I will do it tomorrow and follow up to this post.

rharmonson commented 5 months ago

Your instructions were perfect. With your guidance and experimentation, I was able to fix the incongruent text color between the GTK and Kvantum themes as well. Thank you!

Thank you for the help.