Updated TooWaBlue theme and SVG+PNG images, #3247
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
This file is part of RawTherapee.
|
This file is part of RawTherapee.
|
||||||
|
|
||||||
Copyright (c) 2016 TooWaBoo (v1.19.3)
|
Copyright (c) 2016 TooWaBoo (v1.19.4)
|
||||||
Many thanks to the RawTherapee Developer Team for this great piece of software
|
Many thanks to the RawTherapee Developer Team for this great piece of software
|
||||||
|
|
||||||
RawTherapee is free software: you can redistribute it and/or modify
|
RawTherapee is free software: you can redistribute it and/or modify
|
||||||
@ -31,12 +31,12 @@
|
|||||||
|
|
||||||
/*** Change me end ************************************************************************/
|
/*** Change me end ************************************************************************/
|
||||||
|
|
||||||
@define-color text-color #B4B4B4;
|
@define-color text-color rgb(180,180,180);
|
||||||
@define-color text-hl-color2 #C0C0C0;
|
@define-color text-hl-color2 rgb(192,192,192);
|
||||||
@define-color text-tbEntry #C0C0C0;
|
@define-color text-tbEntry rgb(192,192,192);
|
||||||
@define-color bg-dark-grey #242424;
|
@define-color bg-dark-grey rgb(36,36,36);
|
||||||
@define-color bg-grey #464646;
|
@define-color bg-grey rgb(70,70,70);
|
||||||
@define-color bg-light-grey #585858;
|
@define-color bg-light-grey rgb(88,88,88);
|
||||||
@define-color border-color rgba(255,255,255,.25);
|
@define-color border-color rgba(255,255,255,.25);
|
||||||
@define-color bg-list-hover rgba(255,255,255,.065);
|
@define-color bg-list-hover rgba(255,255,255,.065);
|
||||||
@define-color bg-scale-entry rgba(0,0,0,.14);
|
@define-color bg-scale-entry rgba(0,0,0,.14);
|
||||||
@ -46,7 +46,7 @@
|
|||||||
@define-color bg-button-hover rgba(0,0,0,.22);
|
@define-color bg-button-hover rgba(0,0,0,.22);
|
||||||
@define-color bg-spin-button-hover rgba(0,0,0,.25);
|
@define-color bg-spin-button-hover rgba(0,0,0,.25);
|
||||||
@define-color bg-entry-IPTC @bg-dark-grey;
|
@define-color bg-entry-IPTC @bg-dark-grey;
|
||||||
@define-color view-grid-border #404040;
|
@define-color view-grid-border rgb(64,64,64);
|
||||||
|
|
||||||
* {
|
* {
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
@ -176,7 +176,7 @@ GtkDrawingArea {
|
|||||||
}
|
}
|
||||||
/*** Histogram RGB-Bar***/
|
/*** Histogram RGB-Bar***/
|
||||||
#HistogramRGBArea {
|
#HistogramRGBArea {
|
||||||
background-color: #808080;
|
background-color: rgb(128,128,128);
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
/*** Navigator ***/
|
/*** Navigator ***/
|
||||||
@ -246,10 +246,10 @@ GtkDialog .label,
|
|||||||
padding: 8px 10px;
|
padding: 8px 10px;
|
||||||
}
|
}
|
||||||
#PartialPasteHeaderSep {
|
#PartialPasteHeaderSep {
|
||||||
color: #C0C0C0;
|
color: rgb(192,192,192);
|
||||||
}
|
}
|
||||||
#PartialPasteHeader .label {
|
#PartialPasteHeader .label {
|
||||||
color: #D5D5D5;
|
color: rgb(213,213,213);
|
||||||
}
|
}
|
||||||
/*** end ***/
|
/*** end ***/
|
||||||
|
|
||||||
@ -460,7 +460,8 @@ GtkFileChooserWidget .button GtkImage{
|
|||||||
#ToolPanelNotebook .separator {
|
#ToolPanelNotebook .separator {
|
||||||
color: transparent;
|
color: transparent;
|
||||||
}
|
}
|
||||||
#ToolPanelNotebook GtkFrame, #PrefNotebook GtkFrame {
|
#ToolPanelNotebook GtkFrame,
|
||||||
|
#PrefNotebook GtkFrame {
|
||||||
border: 1px solid @border-color;
|
border: 1px solid @border-color;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
@ -475,11 +476,15 @@ GtkFileChooserWidget .button GtkImage{
|
|||||||
border-radius: 1px; /* BUG: if 0, scale mini sliders look funny */
|
border-radius: 1px; /* BUG: if 0, scale mini sliders look funny */
|
||||||
}
|
}
|
||||||
|
|
||||||
#ExpanderBox #ExpanderBox, #ExpanderBox2, #ExpanderBox3 {
|
#ExpanderBox #ExpanderBox,
|
||||||
|
#ExpanderBox2,
|
||||||
|
#ExpanderBox3 {
|
||||||
border: 1px solid @border-color;
|
border: 1px solid @border-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ExpanderBox, #ExpanderBox2, #ExpanderBox3 {
|
#ExpanderBox,
|
||||||
|
#ExpanderBox2,
|
||||||
|
#ExpanderBox3 {
|
||||||
background-color: @bg-grey;
|
background-color: @bg-grey;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
@ -720,7 +725,7 @@ GtkPopover .button.text-button {
|
|||||||
|
|
||||||
.button:active,
|
.button:active,
|
||||||
.button:checked {
|
.button:checked {
|
||||||
background-image: linear-gradient(to bottom, #292929, #252525 40%, #191919);
|
background-image: linear-gradient(to bottom, rgb(41,41,41), rgb(37,37,37) 40%, rgb(25,25,25));
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: black;
|
border-color: black;
|
||||||
}
|
}
|
||||||
@ -755,7 +760,7 @@ GtkPopover .button.text-button {
|
|||||||
background-image: linear-gradient(to bottom, rgba(0,0,0,.05), rgba(0,0,0,.12) 40%, rgba(0,0,0,.24));
|
background-image: linear-gradient(to bottom, rgba(0,0,0,.05), rgba(0,0,0,.12) 40%, rgba(0,0,0,.24));
|
||||||
}
|
}
|
||||||
.view .button {
|
.view .button {
|
||||||
background-color: #141414;
|
background-color: rgb(20,20,20);
|
||||||
padding: 1px 5px 2px;
|
padding: 1px 5px 2px;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
border-color: black;
|
border-color: black;
|
||||||
@ -763,7 +768,7 @@ GtkPopover .button.text-button {
|
|||||||
}
|
}
|
||||||
.menu .button.bottom,
|
.menu .button.bottom,
|
||||||
.menu .button.bottom:insensitive {
|
.menu .button.bottom:insensitive {
|
||||||
background-color: #141414;
|
background-color: rgb(20,20,20);
|
||||||
border-color: @accent-color;
|
border-color: @accent-color;
|
||||||
border-width: 0 1px 1px 1px;
|
border-width: 0 1px 1px 1px;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
@ -771,7 +776,7 @@ GtkPopover .button.text-button {
|
|||||||
}
|
}
|
||||||
.menu .button.top,
|
.menu .button.top,
|
||||||
.menu .button.top:insensitive {
|
.menu .button.top:insensitive {
|
||||||
background-color: #141414;
|
background-color: rgb(20,20,20);
|
||||||
border-color: @accent-color;
|
border-color: @accent-color;
|
||||||
border-width: 1px 1px 0 1px;
|
border-width: 1px 1px 0 1px;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
@ -843,11 +848,11 @@ GtkPopover .button.text-button {
|
|||||||
|
|
||||||
*:insensitive,
|
*:insensitive,
|
||||||
#ToolPanelNotebook *:insensitive {
|
#ToolPanelNotebook *:insensitive {
|
||||||
color: #808080;
|
color: rgb(128,128,128);
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
#ToolPanelNotebook .entry:insensitive {
|
#ToolPanelNotebook .entry:insensitive {
|
||||||
color: #909090;
|
color: rgb(144,144,144);
|
||||||
background-color: rgba(255,255,255,.06);
|
background-color: rgba(255,255,255,.06);
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
@ -869,7 +874,7 @@ GtkPopover .button.text-button {
|
|||||||
#ToolPanelNotebook .scale.slider:insensitive,
|
#ToolPanelNotebook .scale.slider:insensitive,
|
||||||
#ToolPanelNotebook .scale.trough.highlight:insensitive,
|
#ToolPanelNotebook .scale.trough.highlight:insensitive,
|
||||||
#ToolPanelNotebook .scale.trough:insensitive {
|
#ToolPanelNotebook .scale.trough:insensitive {
|
||||||
background-color: #414141;
|
background-color: rgb(65,65,65);
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
@ -107,7 +107,7 @@
|
|||||||
id="layer1"
|
id="layer1"
|
||||||
transform="translate(0,-1036.3622)">
|
transform="translate(0,-1036.3622)">
|
||||||
<path
|
<path
|
||||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#808080;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#808080;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||||
d="m 13.5,1043.3622 0,6.5 -12,0 0,-12 0,0 7.5,0"
|
d="m 13.5,1043.3622 0,6.5 -12,0 0,-12 0,0 7.5,0"
|
||||||
id="path6609"
|
id="path6609"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
@ -29,7 +29,7 @@
|
|||||||
inkscape:pageopacity="0.0"
|
inkscape:pageopacity="0.0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="56.0625"
|
inkscape:zoom="56.0625"
|
||||||
inkscape:cx="8"
|
inkscape:cx="7.9821628"
|
||||||
inkscape:cy="8"
|
inkscape:cy="8"
|
||||||
inkscape:document-units="px"
|
inkscape:document-units="px"
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
@ -107,7 +107,7 @@
|
|||||||
id="layer1"
|
id="layer1"
|
||||||
transform="translate(0,-1036.3622)">
|
transform="translate(0,-1036.3622)">
|
||||||
<path
|
<path
|
||||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b4b4b4;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b4b4b4;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||||
d="m 13.5,1043.3622 0,6.5 -12,0 0,-12 0,0 7.5,0"
|
d="m 13.5,1043.3622 0,6.5 -12,0 0,-12 0,0 7.5,0"
|
||||||
id="path6609"
|
id="path6609"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
@ -29,7 +29,7 @@
|
|||||||
inkscape:pageopacity="0.0"
|
inkscape:pageopacity="0.0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="56.0625"
|
inkscape:zoom="56.0625"
|
||||||
inkscape:cx="8"
|
inkscape:cx="5.039019"
|
||||||
inkscape:cy="8"
|
inkscape:cy="8"
|
||||||
inkscape:document-units="px"
|
inkscape:document-units="px"
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
@ -97,7 +97,7 @@
|
|||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
@ -119,6 +119,6 @@
|
|||||||
height="11.999906"
|
height="11.999906"
|
||||||
width="11.999984"
|
width="11.999984"
|
||||||
id="rect6602"
|
id="rect6602"
|
||||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#808080;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
|
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#808080;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
@ -29,7 +29,7 @@
|
|||||||
inkscape:pageopacity="0.0"
|
inkscape:pageopacity="0.0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="56.0625"
|
inkscape:zoom="56.0625"
|
||||||
inkscape:cx="8"
|
inkscape:cx="5.039019"
|
||||||
inkscape:cy="8"
|
inkscape:cy="8"
|
||||||
inkscape:document-units="px"
|
inkscape:document-units="px"
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
@ -119,6 +119,6 @@
|
|||||||
height="11.999906"
|
height="11.999906"
|
||||||
width="11.999984"
|
width="11.999984"
|
||||||
id="rect6602"
|
id="rect6602"
|
||||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b4b4b4;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
|
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b4b4b4;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
@ -29,7 +29,7 @@
|
|||||||
inkscape:pageopacity="0.0"
|
inkscape:pageopacity="0.0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="56.0625"
|
inkscape:zoom="56.0625"
|
||||||
inkscape:cx="8"
|
inkscape:cx="5.039019"
|
||||||
inkscape:cy="8"
|
inkscape:cy="8"
|
||||||
inkscape:document-units="px"
|
inkscape:document-units="px"
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
@ -97,7 +97,7 @@
|
|||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
@ -113,6 +113,6 @@
|
|||||||
height="11.999906"
|
height="11.999906"
|
||||||
width="11.999984"
|
width="11.999984"
|
||||||
id="rect6602"
|
id="rect6602"
|
||||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#808080;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
|
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#808080;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
@ -29,7 +29,7 @@
|
|||||||
inkscape:pageopacity="0.0"
|
inkscape:pageopacity="0.0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="56.0625"
|
inkscape:zoom="56.0625"
|
||||||
inkscape:cx="8"
|
inkscape:cx="5.039019"
|
||||||
inkscape:cy="8"
|
inkscape:cy="8"
|
||||||
inkscape:document-units="px"
|
inkscape:document-units="px"
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
@ -113,6 +113,6 @@
|
|||||||
height="11.999906"
|
height="11.999906"
|
||||||
width="11.999984"
|
width="11.999984"
|
||||||
id="rect6602"
|
id="rect6602"
|
||||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b4b4b4;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
|
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#b4b4b4;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 378 B |
Before Width: | Height: | Size: 362 B After Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 265 B |
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 185 B After Width: | Height: | Size: 247 B |
Before Width: | Height: | Size: 185 B After Width: | Height: | Size: 272 B |