colors.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. @define-color theme_fg_color #dedede;
  2. @define-color theme_bg_color #242424;
  3. @define-color theme_text_color #dedede;
  4. @define-color theme_base_color #242424;
  5. @define-color theme_view_hover_decoration_color #315bef;
  6. @define-color theme_hovering_selected_bg_color #ffffff;
  7. @define-color theme_selected_bg_color #315bef;
  8. @define-color theme_selected_fg_color #ffffff;
  9. @define-color theme_view_active_decoration_color #315bef;
  10. @define-color theme_button_background_normal #656565;
  11. @define-color theme_button_decoration_hover #315bef;
  12. @define-color theme_button_decoration_focus #315bef;
  13. @define-color theme_button_foreground_normal #dedede;
  14. @define-color theme_button_foreground_active #ffffff;
  15. @define-color borders #525252;
  16. @define-color warning_color #f67400;
  17. @define-color success_color #27ae60;
  18. @define-color error_color #da4453;
  19. @define-color theme_unfocused_fg_color #dedede;
  20. @define-color theme_unfocused_text_color #dedede;
  21. @define-color theme_unfocused_bg_color #242424;
  22. @define-color theme_unfocused_base_color #242424;
  23. @define-color theme_unfocused_selected_bg_color_alt #1c2e6d;
  24. @define-color theme_unfocused_selected_bg_color #1c2e6d;
  25. @define-color theme_unfocused_selected_fg_color #dedede;
  26. @define-color theme_button_background_backdrop #656565;
  27. @define-color theme_button_decoration_hover_backdrop #315bef;
  28. @define-color theme_button_decoration_focus_backdrop #315bef;
  29. @define-color theme_button_foreground_backdrop #dedede;
  30. @define-color theme_button_foreground_active_backdrop #dedede;
  31. @define-color unfocused_borders #525252;
  32. @define-color warning_color_backdrop #f67400;
  33. @define-color success_color_backdrop #27ae60;
  34. @define-color error_color_backdrop #da4453;
  35. @define-color insensitive_fg_color #606060;
  36. @define-color insensitive_base_fg_color #606060;
  37. @define-color insensitive_bg_color #222222;
  38. @define-color insensitive_base_color #222222;
  39. @define-color insensitive_selected_bg_color #222222;
  40. @define-color insensitive_selected_fg_color #606060;
  41. @define-color theme_button_background_insensitive #606060;
  42. @define-color theme_button_decoration_hover_insensitive #4f5d8e;
  43. @define-color theme_button_decoration_focus_insensitive #4f5d8e;
  44. @define-color theme_button_foreground_insensitive #898989;
  45. @define-color theme_button_foreground_active_insensitive #606060;
  46. @define-color insensitive_borders #323232;
  47. @define-color warning_color_insensitive #683d16;
  48. @define-color success_color_insensitive #235036;
  49. @define-color error_color_insensitive #5f2d32;
  50. @define-color insensitive_unfocused_fg_color #606060;
  51. @define-color theme_unfocused_view_text_color #606060;
  52. @define-color insensitive_unfocused_bg_color #222222;
  53. @define-color theme_unfocused_view_bg_color #222222;
  54. @define-color insensitive_unfocused_selected_bg_color #222222;
  55. @define-color insensitive_unfocused_selected_fg_color #606060;
  56. @define-color theme_button_background_backdrop_insensitive #606060;
  57. @define-color theme_button_decoration_hover_backdrop_insensitive #4f5d8e;
  58. @define-color theme_button_decoration_focus_backdrop_insensitive #4f5d8e;
  59. @define-color theme_button_foreground_backdrop_insensitive #898989;
  60. @define-color theme_button_foreground_active_backdrop_insensitive #606060;
  61. @define-color unfocused_insensitive_borders #323232;
  62. @define-color warning_color_insensitive_backdrop #683d16;
  63. @define-color success_color_insensitive_backdrop #235036;
  64. @define-color error_color_insensitive_backdrop #5f2d32;
  65. @define-color link_color #315bef;
  66. @define-color link_visited_color #787878;
  67. @define-color tooltip_text #dedede;
  68. @define-color tooltip_background #333333;
  69. @define-color tooltip_border #5e5e5e;
  70. @define-color content_view_bg #242424;
  71. @define-color theme_titlebar_background rgb(51,51,51);
  72. @define-color theme_titlebar_foreground rgb(222,222,222);
  73. @define-color theme_titlebar_background_light #242424;
  74. @define-color theme_titlebar_foreground_backdrop rgb(120,120,120);
  75. @define-color theme_titlebar_background_backdrop rgb(66,66,66);
  76. @define-color theme_titlebar_foreground_insensitive rgb(120,120,120);
  77. @define-color theme_titlebar_foreground_insensitive_backdrop rgb(120,120,120);