1/*
2  This file is part of RawTherapee.
3
4  Copyright (c) 2016-2017 TooWaBoo
5  Requires RT 5.0 (Gtk+ >= 3.20)
6
7  RawTherapee is free software: you can redistribute it and/or modify
8  it under the terms of the GNU General Public License as published by
9  the Free Software Foundation, either version 3 of the License, or
10  (at your option) any later version.
11
12  RawTherapee is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  GNU General Public License for more details.
16
17  You should have received a copy of the GNU General Public License
18  along with RawTherapee.  If not, see <https://www.gnu.org/licenses/>.
19*/
20
21
22/*****************************************/
23/**/ @import "TooWaBlue-GTK3-20_.css"; /**/
24/*****************************************/
25
26/*** Change me *** rgb(red,green,blue) *** allowed values from 0 to 255 for each color ***/
27
28@define-color accent-color rgb(33,82,150);              /*** Active color for Lists, Menu, Borders ... * Default: rgb(33,82,145) ***/
29@define-color text-hl-color rgb(200,200,200);           /*** Active text color * Default: rgb(200,200,200) ***/
30
31@define-color bg-highlighted-text-color rgb(33,82,145); /*** Highlighted text color background* Default: rgb(33,82,145) ***/
32@define-color highlighted-text-color rgb(200,200,200);  /*** Highlighted text color * Default: rgb(200,200,200) ***/
33
34@define-color bg-image rgb(58,58,58);                   /*** Image area & File Browser background * Default: rgb(58,58,58) ***/
35
36@define-color accent-color2 rgb(33,82,150);             /*** Scale, Progressbar, Scrollbar, Tabs * Default: rgb(33,82,145) ***/
37@define-color accent-color4 rgb(98,98,98);              /*** Slider knob * Default: rgb(98,98,98) ***/
38
39@define-color accent-color3 rgb(33,82,145);             /*** Selected thumbnail background color * Default: rgb(33,82,145) ***/
40@define-color text-hl-color3 rgb(200,200,200);          /*** Selected thumbnail text color * Default: rgb(200,200,200) ***/
41
42/*** Change me end *****************************************************************************/
43
44@define-color bg-light-grey rgb(75,75,75);
45@define-color bg-grey rgb(58,58,58);
46@define-color bg-dark-grey rgb(30,30,30);
47
48@define-color bg-button-hover rgba(0,0,0,.3);
49@define-color bg-button-active rgba(0,0,0,.7);
50
51@define-color winHeaderbar rgb(50,50,50);
52@define-color winTitle rgb(190,190,190);
53
54@define-color bg-tooltip rgb(170,170,170);
55@define-color border-tooltip rgb(36,36,36);
56@define-color text-tooltip rgb(36,36,36);
57/***********************************************/
58@define-color text-color rgb(176,176,176);
59@define-color text-tbEntry rgb(192,192,192);
60@define-color border-color rgba(255,255,255,.30);
61@define-color bg-list-hover rgb(50,50,50);
62@define-color bg-scale-entry rgba(0,0,0,.14);
63@define-color bg-button-border rgba(0,0,0,.60);
64@define-color bg-entry-border rgba(0,0,0,.40);
65@define-color view-grid-border rgba(255,255,255,0.15);
66@define-color headline-big rgb(187,187,187);
67@define-color headline-hl rgb(215,215,215);
68@define-color headline-frame rgb(210,210,210);
69/*** New Color Variable v2.53 ************************************************************************/
70@define-color fg-disabled rgb(128,128,128);
71@define-color bg-tb-spinbutton shade(@bg-grey, 1.35);
72/***********************************************************************************************/
73