B00merang-Project / macOS

macOS theme for Gnome and GTK-based desktops
http://b00merang.weebly.com/macos.html
GNU General Public License v3.0
744 stars 118 forks source link

New Feature ::::: Color Accent And Hightlight #104

Closed cheznewa closed 3 years ago

cheznewa commented 3 years ago

Hello, Is Possible To Add Script For Custom Accent And Highlight? Source ::::::::::::: https://mcmw.abilitynet.org.uk/changing-system-accent-colour-macos-1015-catalina

Elbullazul commented 3 years ago

you can do so yourself. You'll need to have the HEX value of the color of your choice.

  1. download a copy of https://github.com/B00merang-Project/Azurra_framework
  2. edit the macOS_10.15/_colors.scss file. Replace values for the following variables
    $selected_bg_color
    $selected_base_color
  3. open a terminal in the Azurra folder
  4. run ./autogen.sh macOS_10.15
  5. copy the gtk.css and gtk-dark.css files in the .themes macOS folder.

I'll post a follow up to recolor assets (checkboxes, etc.) a bit later