From this
To that
This is Dark theme and located at /usr/share/gimp/2.0/themes/Dark
Open
as root
/usr/share/gimp/2.0/themes/ and ad new folder copy of Dark and named eg Dark-orange.Inside the Dark folder has a
gtkrc
file.Opening
as root
the file has the colors that will be displayed.
- color[“clr1”] = “#DDDDDD”
- color[“clr2”] = “#FFFFFF”
- color[“clr3”] = “#C1C1C1”
- color[“clr4”] = “#383838”
- color["clr5 ]= “#b23a0d” ------>
b23a0d = orange
---->555555 = ~gray
- color[“clr6”] = “#828282”
- color[“clr7”] = “#3B3B3B”
- color[“clr8”] = “#383838”
- color[“clr9”] = “#454545”
- color[“clrA”] = “#303030”
I just changed the clr5 from 555555 to b23a0d