aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_colors_accent.css
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_colors_accent.css')
-rwxr-xr-x.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_colors_accent.css74
1 files changed, 74 insertions, 0 deletions
diff --git a/.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_colors_accent.css b/.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_colors_accent.css
new file mode 100755
index 0000000..2aab19b
--- /dev/null
+++ b/.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_colors_accent.css
@@ -0,0 +1,74 @@
+/**************************************************************************************
+This file is distributed under the GNU General Public License version 2 (a.k.a. GPL-v2)
+(c) 2019-2021 Virgil Mager - vvmager@gmail.com
+(c) 2019-2021 Information Technology Group - http://itgroup.ro
+**************************************************************************************/
+
+/**********************************************************************/
+
+style "scrollbar" {
+ color["scrollbar_bg_color"] = @accent_bg_color
+ color["scrollbar_fg_color"] = @accent_fg_color /*mix(0.85, @fg_color, @scrollbar_bg_color)*/
+}
+
+/**********************************************************************/
+
+#highlight with accent color
+#mix(0.12, @bg_color, mix(0.6, @accent_bg_color, mix(00.10, @shift_bg_color, @bg_color)))
+#shade(1.05, mix(0.8, @accent_bg_color, "#999999"))
+#shade(0.96, @accent_bg_color)
+
+style "button" {
+ color["button_bg_color"] = mix(0.12, @bg_color, mix(0.6, @accent_bg_color, mix(00.10, @shift_bg_color, @bg_color)))
+ color["button_fg_color"] = mix(0.95, @fg_color, @button_bg_color)
+}
+
+style "toolbar_button" {
+ color["button_bg_color"] = mix(0.12, @bg_color, mix(0.6, @accent_bg_color, mix(00.10, @shift_bg_color, @bg_color)))
+ color["button_fg_color"] = mix(0.95, @fg_color, @button_bg_color)
+}
+
+style "treeview_header" {
+ color["button_bg_color"] = mix(0.12, @bg_color, mix(0.6, @accent_bg_color, mix(00.10, @shift_bg_color, @bg_color)))
+ color["button_fg_color"] = mix(0.95, @fg_color, @button_bg_color)
+}
+
+style "combo" {
+ color["button_bg_color"] = mix(0.12, @bg_color, mix(0.6, @accent_bg_color, mix(00.10, @shift_bg_color, @bg_color)))
+ color["button_fg_color"] = mix(0.95, @fg_color, @button_bg_color)
+}
+
+style "combo_button" {
+ color["button_bg_color"] = mix(0.12, @bg_color, mix(0.6, @accent_bg_color, mix(00.10, @shift_bg_color, @bg_color)))
+ color["button_fg_color"] = mix(0.95, @fg_color, @button_bg_color)
+}
+
+style "combobox" {
+ color["button_bg_color"] = mix(0.12, @bg_color, mix(0.6, @accent_bg_color, mix(00.10, @shift_bg_color, @bg_color)))
+ color["button_fg_color"] = mix(0.95, @fg_color, @button_bg_color)
+}
+
+style "combobox_entry" {
+ color["button_bg_color"] = mix(0.12, @bg_color, mix(0.6, @accent_bg_color, mix(00.10, @shift_bg_color, @bg_color)))
+ color["button_fg_color"] = mix(0.95, @fg_color, @button_bg_color)
+}
+
+style "combobox_entry_button" {
+ color["button_bg_color"] = mix(0.12, @bg_color, mix(0.6, @accent_bg_color, mix(00.10, @shift_bg_color, @bg_color)))
+ color["button_fg_color"] = mix(0.95, @fg_color, @button_bg_color)
+}
+
+style "spinbutton" {
+ color["button_bg_color"] = mix(0.12, @bg_color, mix(0.6, @accent_bg_color, mix(00.10, @shift_bg_color, @bg_color)))
+ color["button_fg_color"] = mix(0.95, @fg_color, @button_bg_color)
+}
+
+style "radiocheck" {
+ color["button_bg_color"] = mix(0.12, @bg_color, mix(0.6, @accent_bg_color, mix(00.10, @shift_bg_color, @bg_color)))
+ color["button_fg_color"] = mix(0.95, @fg_color, @button_bg_color)
+}
+
+style "set_text_color_to_fg_color_workaround" {
+ color["button_bg_color"] = mix(0.12, @bg_color, mix(0.6, @accent_bg_color, mix(00.10, @shift_bg_color, @bg_color)))
+ color["button_fg_color"] = mix(0.95, @fg_color, @button_bg_color)
+}