
GlossyGreen
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
auntaunt
13 years ago
Report
crimesaucer
13 years ago
I actually made it to match the wallpaper that is in the picture.
Report
auntaunt
13 years ago
Report
Ademan
13 years ago
Report
crimesaucer
13 years ago
Just edit the top part called: gtk_color_scheme
gtk_color_scheme = "fg_color:#FFFFFF\nbg_color:#5E5E5E\nbase_color:#696768\ntext_color:#FFFFFF\nselected_bg_color:#57A764\nselected_fg_color:#FFFFFF\nmenu:#646464\nice:#5567FF\nscroll:#5D8D76"
... just change the scroll part at the end to a blue color like this:
gtk_color_scheme = "fg_color:#FFFFFF\nbg_color:#5E5E5E\nbase_color:#696768\ntext_color:#FFFFFF\nselected_bg_color:#57A764\nselected_fg_color:#FFFFFF\nmenu:#646464\nice:#5567FF\nscroll:#5567FF"
Now it should be an electric blue color. I had originally started making it as a blue/green/black theme but just went with the jade green color.
Report
Nopersona
13 years ago
It is a very good color, except for the green
Report
crimesaucer
13 years ago
Change the hex color (#5D8D76) of "\nscroll:#5D8D76" to your new color and it will change everything from green to your color.
Report