nana-4 / materia-theme

A Material Design theme for GNOME/GTK based desktop environments
GNU General Public License v2.0
3.42k stars 254 forks source link

How to set the gnome-shell accent colour? #579

Open DiCaius opened 3 years ago

DiCaius commented 3 years ago

Questioner Info

Description

I was wondering which variable I should pass ./change_color.sh to change those white accents in my shell theme and if could set a darker backdrop for the search results to improve readability (screenshot below), I'm currently running this command:

./change_color.sh -o MateriaNixos-Dark <(echo -e "BG=${theme.dark.bg}\nFG=${theme.dark.fg}\nSEL_BG=${theme.dark.selBg}\nSEL_BG2=${theme.dark.selBg2}\nMATERIA_VIEW=${theme.dark.materiaView}\nHDR_BG=${theme.dark.hdrBg}\nMATERIA_SURFACE=${theme.dark.materiaSurface}\nMATERIA_COLOR_VARIANT=${theme.dark.materiaColourVariant}\nROUNDNESS=${theme.dark.roundness}\nMENU_FG=${theme.dark.menuFg}\nMENU_BG=${theme.dark.menuBg}\nMATERIA_STYLE_COMPACT=False\n")

But I can't seem to find the option I should change.

Screenshots

codic12 commented 3 years ago

I'm curious how you got the change-color.sh script to work, by the way. I keep running into #573, just tried again.

DiCaius commented 3 years ago

@codic12 it's probably because I'm using NixOS to build the package, I have a separate build environment during the installation process where I can do pretty much anything within reason and after I'm done I just copy the build results to a separate readonly fs outside Linux FHS.