diff --git a/rtdata/themes/TooWaBlue.css b/rtdata/themes/TooWaBlue.css index 59c12bb7f..ace83aa01 100644 --- a/rtdata/themes/TooWaBlue.css +++ b/rtdata/themes/TooWaBlue.css @@ -1,7 +1,7 @@ /* This file is part of RawTherapee. - Copyright (c) 2016 TooWaBoo (v1.19.1) + Copyright (c) 2016 TooWaBoo (v1.19.3) Many thanks to the RawTherapee Developer Team for this great piece of software RawTherapee is free software: you can redistribute it and/or modify @@ -24,6 +24,7 @@ @define-color text-hl-color rgb(210,210,210); /*** Highlight/selected text color ***/ @define-color accent-color2 rgb(35,99,166); /*** Slider, Progressbar, Scrollbar ***/ +@define-color accent-color4 rgb(35,99,166); /*** Slider knob ***/ @define-color accent-color3 rgb(35,99,166); /*** Selected thumbnail background color ***/ @define-color text-hl-color3 rgb(210,210,210); /*** Selected thumbnail text color ***/ @@ -101,7 +102,7 @@ GtkColorChooser { /*** Menu bubble box ***/ GtkPopover { - background-color: @bg-dark-grey; + background-color: @bg-grey; border: 1px solid @accent-color; border-radius: 0; } @@ -110,13 +111,14 @@ GtkPopover { background-color: @bg-dark-grey; border: 1px solid @accent-color; } -.menu .menuitem { +.menu > .menuitem { padding: 2px 4px; } -.menu .menuitem:hover { +.menu > .menuitem:hover { background-color: @accent-color; } -.menu .menuitem:hover * { +.menu > .menuitem:hover > * > *, +.menu > .menuitem:hover > * { color: @text-hl-color; } @@ -286,10 +288,9 @@ GtkDialog .label, } .scale.slider, #ToolPanelNotebook .scale.slider { - box-shadow: inset 0 2px rgba(255, 255, 255, 0.08), inset 0 -2px rgba(0, 0, 0, 0.09); - background-image: none; - background-color: @accent-color2; - border: 1px solid shade(@bg-dark-grey, 1.12); + background-image: linear-gradient(to bottom, shade (@accent-color4,1.15), shade (@accent-color4,.85)); + border: 1px solid shade(@bg-dark-grey, 1.25); + box-shadow: none; } .scale.fine-tune { -GtkRange-trough-border: 5; @@ -306,9 +307,14 @@ GtkDialog .label, .scale.fine-tune.scale-has-marks-below { -GtkRange-trough-border: 5; } +.scale.slider:hover, +#ToolPanelNotebook .scale.slider:hover { + background-image: linear-gradient(to bottom, shade (@accent-color4,1.25), shade (@accent-color4,.95)); +} + .scale.slider:active, #ToolPanelNotebook .scale.slider:active { - border-color: shade (@accent-color2,.55); + background-image: linear-gradient(to bottom, shade (@accent-color4,1.25), shade (@accent-color4,.95)); } GtkProgressBar { @@ -567,10 +573,13 @@ GtkFileChooserWidget .button GtkImage{ background-color: @bg-scale-entry; border: 1px solid @bg-entry-border; border-radius: 0; - padding: 3px 4px; + padding: 2px 4px; color: @text-color; box-shadow: inset 1px 1px rgba(0, 0, 0, 0.08), 0 1px rgba(242 , 242, 242, 0.1); } +#FileBrowser .entry { + padding: 3px 4px; +} .entry:focused:selected { color: @text-hl-color; background-color: @accent-color; @@ -686,6 +695,9 @@ GtkFileChooserWidget .button.text-button, #RightNotebook .button.text-button { padding: 3px 4px; } +GtkPopover .button.text-button { + padding: 2px 4px; +} .spinbutton .button { background-image: none; @@ -859,5 +871,6 @@ GtkFileChooserWidget .button.text-button, #ToolPanelNotebook .scale.trough:insensitive { background-color: #414141; box-shadow: none; + background-image: none; } /*** end ***/ diff --git a/rtdata/themes/images/svg/twb/checkbox-checked-disabled.svg b/rtdata/themes/images/svg/twb/checkbox-checked-disabled.svg new file mode 100644 index 000000000..351c07d88 --- /dev/null +++ b/rtdata/themes/images/svg/twb/checkbox-checked-disabled.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/rtdata/themes/images/svg/twb/checkbox-checked.file b/rtdata/themes/images/svg/twb/checkbox-checked.file deleted file mode 100644 index e73336e49..000000000 --- a/rtdata/themes/images/svg/twb/checkbox-checked.file +++ /dev/null @@ -1 +0,0 @@ -checkbox-checked.png,w16,actions diff --git a/rtdata/themes/images/svg/twb/checkbox-checked.svg b/rtdata/themes/images/svg/twb/checkbox-checked.svg index dfb8cdb1d..502d48b05 100644 --- a/rtdata/themes/images/svg/twb/checkbox-checked.svg +++ b/rtdata/themes/images/svg/twb/checkbox-checked.svg @@ -28,9 +28,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="68.999862" - inkscape:cx="7.9999989" - inkscape:cy="8.500013" + inkscape:zoom="56.0625" + inkscape:cx="8" + inkscape:cy="8" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -107,13 +107,13 @@ id="layer1" transform="translate(0,-1036.3622)"> + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/rtdata/themes/images/svg/twb/checkbox-inconsistent.file b/rtdata/themes/images/svg/twb/checkbox-inconsistent.file deleted file mode 100644 index 3cf556015..000000000 --- a/rtdata/themes/images/svg/twb/checkbox-inconsistent.file +++ /dev/null @@ -1 +0,0 @@ -checkbox-inconsistent.png,w16,actions diff --git a/rtdata/themes/images/svg/twb/checkbox-inconsistent.svg b/rtdata/themes/images/svg/twb/checkbox-inconsistent.svg index 6f84862ab..f1a6dcd1e 100644 --- a/rtdata/themes/images/svg/twb/checkbox-inconsistent.svg +++ b/rtdata/themes/images/svg/twb/checkbox-inconsistent.svg @@ -28,9 +28,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="64" - inkscape:cx="6.7252931" - inkscape:cy="7.5150551" + inkscape:zoom="56.0625" + inkscape:cx="8" + inkscape:cy="8" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -107,7 +107,7 @@ id="layer1" transform="translate(0,-1036.3622)"> + 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" /> diff --git a/rtdata/themes/images/svg/twb/checkbox-unchecked-disabled.svg b/rtdata/themes/images/svg/twb/checkbox-unchecked-disabled.svg new file mode 100644 index 000000000..b3510bddb --- /dev/null +++ b/rtdata/themes/images/svg/twb/checkbox-unchecked-disabled.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/rtdata/themes/images/svg/twb/checkbox-unchecked.file b/rtdata/themes/images/svg/twb/checkbox-unchecked.file deleted file mode 100644 index 830b9580f..000000000 --- a/rtdata/themes/images/svg/twb/checkbox-unchecked.file +++ /dev/null @@ -1 +0,0 @@ -checkbox-unchecked.png,w16,actions diff --git a/rtdata/themes/images/svg/twb/checkbox-unchecked.svg b/rtdata/themes/images/svg/twb/checkbox-unchecked.svg index fbff9883e..832c403ad 100644 --- a/rtdata/themes/images/svg/twb/checkbox-unchecked.svg +++ b/rtdata/themes/images/svg/twb/checkbox-unchecked.svg @@ -28,9 +28,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="69.000501" - inkscape:cx="7.4999919" - inkscape:cy="8.5000646" + inkscape:zoom="56.0625" + inkscape:cx="8" + inkscape:cy="8" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -113,6 +113,6 @@ height="11.999906" width="11.999984" id="rect6602" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.7;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#2a7fff;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;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" /> diff --git a/rtdata/themes/images/svg/twb/radio-checked-disabled.svg b/rtdata/themes/images/svg/twb/radio-checked-disabled.svg new file mode 100644 index 000000000..f415b4be7 --- /dev/null +++ b/rtdata/themes/images/svg/twb/radio-checked-disabled.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/rtdata/themes/images/svg/twb/radio-checked.file b/rtdata/themes/images/svg/twb/radio-checked.file deleted file mode 100644 index c6fda7ded..000000000 --- a/rtdata/themes/images/svg/twb/radio-checked.file +++ /dev/null @@ -1 +0,0 @@ -radio-checked.png,w16,actions diff --git a/rtdata/themes/images/svg/twb/radio-checked.svg b/rtdata/themes/images/svg/twb/radio-checked.svg index 338a9927a..c6f9b4ee8 100644 --- a/rtdata/themes/images/svg/twb/radio-checked.svg +++ b/rtdata/themes/images/svg/twb/radio-checked.svg @@ -28,9 +28,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="69.000182" - inkscape:cx="7.5000086" - inkscape:cy="8.5000174" + inkscape:zoom="56.0625" + inkscape:cx="8" + inkscape:cy="8" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -107,13 +107,13 @@ id="layer1" transform="translate(0,-1036.3622)"> + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/rtdata/themes/images/svg/twb/radio-inconsistent.file b/rtdata/themes/images/svg/twb/radio-inconsistent.file deleted file mode 100644 index 811aad4e3..000000000 --- a/rtdata/themes/images/svg/twb/radio-inconsistent.file +++ /dev/null @@ -1 +0,0 @@ -radio-inconsistent.png,w16,actions diff --git a/rtdata/themes/images/svg/twb/radio-inconsistent.svg b/rtdata/themes/images/svg/twb/radio-inconsistent.svg index 45da3f39e..65ea2a8e8 100644 --- a/rtdata/themes/images/svg/twb/radio-inconsistent.svg +++ b/rtdata/themes/images/svg/twb/radio-inconsistent.svg @@ -28,9 +28,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="69.000182" - inkscape:cx="7.5000086" - inkscape:cy="8.5000174" + inkscape:zoom="56.0625" + inkscape:cx="8" + inkscape:cy="8" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -107,13 +107,13 @@ id="layer1" transform="translate(0,-1036.3622)"> + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/rtdata/themes/images/svg/twb/radio-unchecked.file b/rtdata/themes/images/svg/twb/radio-unchecked.file deleted file mode 100644 index bc2ab4d30..000000000 --- a/rtdata/themes/images/svg/twb/radio-unchecked.file +++ /dev/null @@ -1 +0,0 @@ -radio-unchecked.png,w16,actions diff --git a/rtdata/themes/images/svg/twb/radio-unchecked.svg b/rtdata/themes/images/svg/twb/radio-unchecked.svg index 07e824660..8b448f3cf 100644 --- a/rtdata/themes/images/svg/twb/radio-unchecked.svg +++ b/rtdata/themes/images/svg/twb/radio-unchecked.svg @@ -107,7 +107,7 @@ id="layer1" transform="translate(0,-1036.3622)">