TooWaGrey - Bright-GTK3-20_.css 3.4 KB

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