How to use a Custom Theme (Gtk3)?

@sguyader
Nice color combination :thumbsup:

This is awesome! How does one apply it within Mint 17.3? Cheers.

It may depend on how you installed RT. If you compiled it yourself and followed the instructions from the RT website, just copy the .css file into the “themes” folder which is found in the main RT install directory. Launch RT, in Preferences choose the GreenOrange for the theme, close and restart RT.

@sguyader
Like it! How do I change the slider button from gray to the green or any other color for that matter.

@DenB the slider color is defined at line 291 of the css file:
background-color: @accent-color;

You can change it to @accent-color2 (which is defined at line 26) to make it the same green as the slider trough, or customize to whatever color you want.

Next version of TooWaBlue will contain a separate color defenition for the slider knop in the “Change me” section. :slight_smile:

1 Like

Is there a new version out?

The latest version is included in RT 4.2.1074
http://rawtherapee.com/downloads

Ah. As you know from my other thread…latest GTK has broken it

Hello.
I know, it’s an old thread, nevertheless I would like to ask something:
I like RawTherapee a lot with it’s own “RawTherapee-GTK3-20_.css” theme.
But the only thing I would like to change is this blue “accent” (Underlines, Sliders, etc…) to a light-gray or maybe white (with inverted Text-Color in case of selected item in lists).
I tried hard to create an own theme, based on “TooWaBlue-GTK3-20_.css”, but I don’t like it’s remaining style (personal taste). So I studied the “RawTherapee-GTK3-20_.css”, but never found an entry referring to these blue colors (not in hex, css or other color-codes).
Reason is, I would like to have as less as possible color influences while processing RAW.
Maybe someone could help me?!
Regards

Hey

scale trough {
    border-color: #00FF00;
    background-color: #FF0000;
}

scale highlight {
    background-color: #000000;
}

THANK YOU very much for your help!
So I was able to change the sliders colors as I wanted :+1: :slightly_smiling_face:
But unfortunately not the rest of the blue lines/items. Watch Screenshot below…
I’ve searched the whole “RawTherapee-GTK3-20_.css” but never found a line where this is coded.
Maybe you could give me another tip or hint?!


Regards