diff options
author | Sn4il <sn4il@thedroth.rocks> | 2025-01-05 14:00:29 +0300 |
---|---|---|
committer | Sn4il <sn4il@thedroth.rocks> | 2025-01-05 14:00:29 +0300 |
commit | f627c63713c809c658e48de0b3e5bef226badaec (patch) | |
tree | 4e2724ce7f762f065e2b5c6342a4e2975ab24fae /themes/materia-cyberpunk-neon/gtk-2.0 | |
parent | 700c23d2f61fc5e03095c363fd13470861678f75 (diff) | |
download | dotfiles-master.tar.gz dotfiles-master.zip |
Diffstat (limited to 'themes/materia-cyberpunk-neon/gtk-2.0')
137 files changed, 2839 insertions, 0 deletions
diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/apps.rc b/themes/materia-cyberpunk-neon/gtk-2.0/apps.rc new file mode 100644 index 0000000..ef31766 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/apps.rc @@ -0,0 +1,92 @@ +# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: +# +# This file, unlike hacks.rc, contains legitimate cases we need to handle, e.g. +# custom widgets, programs giving us a chance to alter their UI to fit more with +# the theme or stuff that is supposed to look different, like panels. + +# TODO: This could really look nicer +style "gimp_spin_scale" { + # Spin background + bg[NORMAL] = @base_color + + engine "pixmap" { + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/pan-up-alt.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/pan-up-alt.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/pan-up-disabled.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/pan-down-alt.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/pan-down-alt.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/pan-down-disabled.png" + overlay_stretch = FALSE + } + } +} + +style "chrome_gtk_frame" { + ChromeGtkFrame::frame-color = @titlebar_bg_color + ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color + ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color + ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color + + ChromeGtkFrame::frame-gradient-size = 0 +} + +# Disable spin button assets for GimpSpinScale +class "GimpSpinScale" style "gimp_spin_scale" + +# Chromium lets us define some colours and settings for better integration +class "ChromeGtkFrame" style "chrome_gtk_frame" diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/border.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/border.png Binary files differnew file mode 100644 index 0000000..7ccbe8f --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/border.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/button-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/button-active.png Binary files differnew file mode 100644 index 0000000..01a5d8a --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/button-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/button-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/button-disabled.png Binary files differnew file mode 100644 index 0000000..b75c382 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/button-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/button-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/button-hover.png Binary files differnew file mode 100644 index 0000000..2536cf2 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/button-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/button.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/button.png Binary files differnew file mode 100644 index 0000000..b96515a --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/button.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-checked-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-checked-active.png Binary files differnew file mode 100644 index 0000000..6ce9842 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-checked-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-checked-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-checked-disabled.png Binary files differnew file mode 100644 index 0000000..f25f2b9 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-checked-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-checked-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-checked-hover.png Binary files differnew file mode 100644 index 0000000..f164c9e --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-checked-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-checked.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-checked.png Binary files differnew file mode 100644 index 0000000..c5f4e6b --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-checked.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-mixed-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-mixed-active.png Binary files differnew file mode 100644 index 0000000..962e898 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-mixed-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-mixed-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-mixed-disabled.png Binary files differnew file mode 100644 index 0000000..09b2bdc --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-mixed-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-mixed-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-mixed-hover.png Binary files differnew file mode 100644 index 0000000..1009c3a --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-mixed-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-mixed.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-mixed.png Binary files differnew file mode 100644 index 0000000..2c2c219 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-mixed.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-unchecked-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-unchecked-active.png Binary files differnew file mode 100644 index 0000000..7d2a053 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-unchecked-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-unchecked-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-unchecked-disabled.png Binary files differnew file mode 100644 index 0000000..94aa5d6 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-unchecked-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-unchecked-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-unchecked-hover.png Binary files differnew file mode 100644 index 0000000..33ab3cd --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-unchecked-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-unchecked.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-unchecked.png Binary files differnew file mode 100644 index 0000000..6f9cbb4 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/checkbox-unchecked.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-left-entry-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-left-entry-active.png Binary files differnew file mode 100644 index 0000000..c67a52c --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-left-entry-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-left-entry-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-left-entry-disabled.png Binary files differnew file mode 100644 index 0000000..9278f88 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-left-entry-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-left-entry-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-left-entry-hover.png Binary files differnew file mode 100644 index 0000000..30bfb41 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-left-entry-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-left-entry.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-left-entry.png Binary files differnew file mode 100644 index 0000000..1cfe8ff --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-left-entry.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-right-entry-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-right-entry-active.png Binary files differnew file mode 100644 index 0000000..1471d8f --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-right-entry-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-right-entry-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-right-entry-disabled.png Binary files differnew file mode 100644 index 0000000..b3171af --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-right-entry-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-right-entry-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-right-entry-hover.png Binary files differnew file mode 100644 index 0000000..42c731c --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-right-entry-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-right-entry.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-right-entry.png Binary files differnew file mode 100644 index 0000000..a10e3bd --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/combo-right-entry.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/entry-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/entry-active.png Binary files differnew file mode 100644 index 0000000..64ec311 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/entry-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/entry-background-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/entry-background-disabled.png Binary files differnew file mode 100644 index 0000000..9d87acf --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/entry-background-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/entry-background.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/entry-background.png Binary files differnew file mode 100644 index 0000000..9d87acf --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/entry-background.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/entry-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/entry-disabled.png Binary files differnew file mode 100644 index 0000000..ce48d08 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/entry-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/entry-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/entry-hover.png Binary files differnew file mode 100644 index 0000000..784718a --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/entry-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/entry.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/entry.png Binary files differnew file mode 100644 index 0000000..af4f8ec --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/entry.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/flat-button-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/flat-button-active.png Binary files differnew file mode 100644 index 0000000..5b1da1b --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/flat-button-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/flat-button-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/flat-button-disabled.png Binary files differnew file mode 100644 index 0000000..e32db9c --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/flat-button-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/flat-button-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/flat-button-hover.png Binary files differnew file mode 100644 index 0000000..b75c382 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/flat-button-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/flat-button.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/flat-button.png Binary files differnew file mode 100644 index 0000000..e32db9c --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/flat-button.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/focus.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/focus.png Binary files differnew file mode 100644 index 0000000..b3cfb10 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/focus.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/frame-inline.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/frame-inline.png Binary files differnew file mode 100644 index 0000000..0a06c23 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/frame-inline.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/frame-notebook.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/frame-notebook.png Binary files differnew file mode 100644 index 0000000..8038366 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/frame-notebook.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/frame.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/frame.png Binary files differnew file mode 100644 index 0000000..bcaf628 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/frame.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/handle-horz-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/handle-horz-active.png Binary files differnew file mode 100644 index 0000000..74d0c30 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/handle-horz-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/handle-horz-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/handle-horz-hover.png Binary files differnew file mode 100644 index 0000000..1d8e919 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/handle-horz-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/handle-horz.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/handle-horz.png Binary files differnew file mode 100644 index 0000000..ff809f1 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/handle-horz.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/handle-vert-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/handle-vert-active.png Binary files differnew file mode 100644 index 0000000..361fa6a --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/handle-vert-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/handle-vert-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/handle-vert-hover.png Binary files differnew file mode 100644 index 0000000..ae5e32d --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/handle-vert-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/handle-vert.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/handle-vert.png Binary files differnew file mode 100644 index 0000000..a6de0ab --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/handle-vert.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-checkbox-checked-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-checkbox-checked-disabled.png Binary files differnew file mode 100644 index 0000000..6a1eb08 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-checkbox-checked-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-checkbox-checked.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-checkbox-checked.png Binary files differnew file mode 100644 index 0000000..05901f5 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-checkbox-checked.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-checkbox-mixed-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-checkbox-mixed-disabled.png Binary files differnew file mode 100644 index 0000000..88b3d2d --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-checkbox-mixed-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-checkbox-mixed.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-checkbox-mixed.png Binary files differnew file mode 100644 index 0000000..524afc3 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-checkbox-mixed.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png Binary files differnew file mode 100644 index 0000000..cb7ebb5 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-checkbox-unchecked.png Binary files differnew file mode 100644 index 0000000..12a905d --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-checkbox-unchecked.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-radio-checked-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-radio-checked-disabled.png Binary files differnew file mode 100644 index 0000000..8c83d5c --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-radio-checked-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-radio-checked.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-radio-checked.png Binary files differnew file mode 100644 index 0000000..afd1349 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-radio-checked.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-radio-mixed-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-radio-mixed-disabled.png Binary files differnew file mode 100644 index 0000000..b85c210 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-radio-mixed-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-radio-mixed.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-radio-mixed.png Binary files differnew file mode 100644 index 0000000..de38076 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-radio-mixed.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-radio-unchecked-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-radio-unchecked-disabled.png Binary files differnew file mode 100644 index 0000000..228daf5 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-radio-unchecked-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-radio-unchecked.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-radio-unchecked.png Binary files differnew file mode 100644 index 0000000..235f354 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/menu-radio-unchecked.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-down-alt.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-down-alt.png Binary files differnew file mode 100644 index 0000000..9492f95 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-down-alt.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-down-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-down-disabled.png Binary files differnew file mode 100644 index 0000000..f1ccd8a --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-down-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-down.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-down.png Binary files differnew file mode 100644 index 0000000..51115ef --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-down.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-left-alt.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-left-alt.png Binary files differnew file mode 100644 index 0000000..564e08e --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-left-alt.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-left-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-left-disabled.png Binary files differnew file mode 100644 index 0000000..7ab897e --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-left-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-left-semi.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-left-semi.png Binary files differnew file mode 100644 index 0000000..6cd188e --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-left-semi.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-left.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-left.png Binary files differnew file mode 100644 index 0000000..2eec216 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-left.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-right-alt.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-right-alt.png Binary files differnew file mode 100644 index 0000000..12e838b --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-right-alt.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-right-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-right-disabled.png Binary files differnew file mode 100644 index 0000000..bcce7fa --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-right-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-right-semi.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-right-semi.png Binary files differnew file mode 100644 index 0000000..91895c2 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-right-semi.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-right.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-right.png Binary files differnew file mode 100644 index 0000000..94e410d --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-right.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-up-alt.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-up-alt.png Binary files differnew file mode 100644 index 0000000..d7285f5 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-up-alt.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-up-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-up-disabled.png Binary files differnew file mode 100644 index 0000000..6dbe8e1 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-up-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-up.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-up.png Binary files differnew file mode 100644 index 0000000..9bbadb1 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/pan-up.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/progressbar-progress.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/progressbar-progress.png Binary files differnew file mode 100644 index 0000000..8d122f5 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/progressbar-progress.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/progressbar-trough.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/progressbar-trough.png Binary files differnew file mode 100644 index 0000000..7df35d4 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/progressbar-trough.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-checked-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-checked-active.png Binary files differnew file mode 100644 index 0000000..8f1974f --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-checked-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-checked-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-checked-disabled.png Binary files differnew file mode 100644 index 0000000..d2fcb4b --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-checked-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-checked-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-checked-hover.png Binary files differnew file mode 100644 index 0000000..76f6951 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-checked-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-checked.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-checked.png Binary files differnew file mode 100644 index 0000000..8cbde0f --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-checked.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-mixed-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-mixed-active.png Binary files differnew file mode 100644 index 0000000..cdc063c --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-mixed-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-mixed-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-mixed-disabled.png Binary files differnew file mode 100644 index 0000000..0be4fb5 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-mixed-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-mixed-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-mixed-hover.png Binary files differnew file mode 100644 index 0000000..8c6577a --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-mixed-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-mixed.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-mixed.png Binary files differnew file mode 100644 index 0000000..cc6f7e7 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-mixed.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-unchecked-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-unchecked-active.png Binary files differnew file mode 100644 index 0000000..82a7554 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-unchecked-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-unchecked-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-unchecked-disabled.png Binary files differnew file mode 100644 index 0000000..29eacdd --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-unchecked-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-unchecked-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-unchecked-hover.png Binary files differnew file mode 100644 index 0000000..872cc9b --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-unchecked-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-unchecked.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-unchecked.png Binary files differnew file mode 100644 index 0000000..8bd35d1 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/radio-unchecked.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-horz-trough-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-horz-trough-active.png Binary files differnew file mode 100644 index 0000000..e7e3b7e --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-horz-trough-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-horz-trough-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-horz-trough-disabled.png Binary files differnew file mode 100644 index 0000000..1990d29 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-horz-trough-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-horz-trough.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-horz-trough.png Binary files differnew file mode 100644 index 0000000..9fd47f0 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-horz-trough.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-slider-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-slider-active.png Binary files differnew file mode 100644 index 0000000..c9a32ea --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-slider-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-slider-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-slider-disabled.png Binary files differnew file mode 100644 index 0000000..ca1aea8 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-slider-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-slider-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-slider-hover.png Binary files differnew file mode 100644 index 0000000..6eb4c09 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-slider-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-slider.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-slider.png Binary files differnew file mode 100644 index 0000000..1c8b0d4 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-slider.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-vert-trough-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-vert-trough-active.png Binary files differnew file mode 100644 index 0000000..42ab93a --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-vert-trough-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-vert-trough-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-vert-trough-disabled.png Binary files differnew file mode 100644 index 0000000..c535d26 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-vert-trough-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-vert-trough.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-vert-trough.png Binary files differnew file mode 100644 index 0000000..bd0d970 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scale-vert-trough.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-horz-slider-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-horz-slider-active.png Binary files differnew file mode 100644 index 0000000..dd9fc5e --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-horz-slider-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-horz-slider-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-horz-slider-disabled.png Binary files differnew file mode 100644 index 0000000..a4d9a48 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-horz-slider-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-horz-slider-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-horz-slider-hover.png Binary files differnew file mode 100644 index 0000000..7876867 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-horz-slider-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-horz-slider.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-horz-slider.png Binary files differnew file mode 100644 index 0000000..9e333db --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-horz-slider.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-horz-trough.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-horz-trough.png Binary files differnew file mode 100644 index 0000000..e86c42c --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-horz-trough.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png Binary files differnew file mode 100644 index 0000000..2cd38c4 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png Binary files differnew file mode 100644 index 0000000..ac39c0c --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png Binary files differnew file mode 100644 index 0000000..a0cd398 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-ltr-slider.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-ltr-slider.png Binary files differnew file mode 100644 index 0000000..efc724a --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-ltr-slider.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-ltr-trough.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-ltr-trough.png Binary files differnew file mode 100644 index 0000000..818fbb6 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-ltr-trough.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png Binary files differnew file mode 100644 index 0000000..85f2fb4 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png Binary files differnew file mode 100644 index 0000000..45484d6 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png Binary files differnew file mode 100644 index 0000000..6e47f53 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-rtl-slider.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-rtl-slider.png Binary files differnew file mode 100644 index 0000000..7ed9072 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-rtl-slider.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-rtl-trough.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-rtl-trough.png Binary files differnew file mode 100644 index 0000000..98a40ec --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/scrollbar-vert-rtl-trough.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-down-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-down-active.png Binary files differnew file mode 100644 index 0000000..7309e16 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-down-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-down-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-down-disabled.png Binary files differnew file mode 100644 index 0000000..c5fbf17 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-down-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-down-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-down-hover.png Binary files differnew file mode 100644 index 0000000..e2379e8 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-down-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-down.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-down.png Binary files differnew file mode 100644 index 0000000..1265ede --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-down.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-up-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-up-active.png Binary files differnew file mode 100644 index 0000000..06d7b53 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-up-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-up-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-up-disabled.png Binary files differnew file mode 100644 index 0000000..e8fedcf --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-up-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-up-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-up-hover.png Binary files differnew file mode 100644 index 0000000..8362d8c --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-up-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-up.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-up.png Binary files differnew file mode 100644 index 0000000..e8fedcf --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-ltr-up.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-down-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-down-active.png Binary files differnew file mode 100644 index 0000000..a8e7134 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-down-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-down-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-down-disabled.png Binary files differnew file mode 100644 index 0000000..840ed10 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-down-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-down-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-down-hover.png Binary files differnew file mode 100644 index 0000000..ced2623 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-down-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-down.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-down.png Binary files differnew file mode 100644 index 0000000..861217e --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-down.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-up-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-up-active.png Binary files differnew file mode 100644 index 0000000..61eb3df --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-up-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-up-disabled.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-up-disabled.png Binary files differnew file mode 100644 index 0000000..0951bc5 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-up-disabled.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-up-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-up-hover.png Binary files differnew file mode 100644 index 0000000..07bce99 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-up-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-up.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-up.png Binary files differnew file mode 100644 index 0000000..0951bc5 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/spin-rtl-up.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/tab.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/tab.png Binary files differnew file mode 100644 index 0000000..2583e08 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/tab.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/treeview-ltr-button-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/treeview-ltr-button-active.png Binary files differnew file mode 100644 index 0000000..0de10e4 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/treeview-ltr-button-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/treeview-ltr-button-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/treeview-ltr-button-hover.png Binary files differnew file mode 100644 index 0000000..20ae637 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/treeview-ltr-button-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/treeview-ltr-button.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/treeview-ltr-button.png Binary files differnew file mode 100644 index 0000000..f5d7ec6 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/treeview-ltr-button.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/treeview-rtl-button-active.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/treeview-rtl-button-active.png Binary files differnew file mode 100644 index 0000000..83d6f95 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/treeview-rtl-button-active.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/treeview-rtl-button-hover.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/treeview-rtl-button-hover.png Binary files differnew file mode 100644 index 0000000..13c1345 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/treeview-rtl-button-hover.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/assets/treeview-rtl-button.png b/themes/materia-cyberpunk-neon/gtk-2.0/assets/treeview-rtl-button.png Binary files differnew file mode 100644 index 0000000..df810c8 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/assets/treeview-rtl-button.png diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/gtkrc b/themes/materia-cyberpunk-neon/gtk-2.0/gtkrc new file mode 100644 index 0000000..508743e --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/gtkrc @@ -0,0 +1,42 @@ +# Based on Bridge by ScionicSpectre and Adwaita by GNOME +# vim:set ts=2 sw=2 sts=2 ai et: +# +# This is the GTK 2 version of materia-cyberpunk-neon. It's whole purpose is to look as the +# GTK 3 version as much as possible until GTK 2 dies completely. +# +# Note: comments for explaining styles are on the bottom of each file beside the +# widget matches. + +# Declare the colours used throughout the theme. +# There shouldn't be any fiddling with them in the theme files themselves in +# order to not mess up the dark theme. + +# Text/base +gtk-color-scheme = "base_color:#091833" +gtk-color-scheme = "text_color:#0abdc6" +# Foreground/background +gtk-color-scheme = "bg_color:#000b1e" +gtk-color-scheme = "fg_color:#0abdc6" +# Selected foreground/background +gtk-color-scheme = "selected_bg_color:#711c91" +gtk-color-scheme = "selected_fg_color:#000000" +# Titlebar foreground/background +gtk-color-scheme = "titlebar_bg_color:#091833" +gtk-color-scheme = "titlebar_fg_color:#0abdc6" +# Menus +gtk-color-scheme = "menu_color:#133e7c" +# Tooltips foreground/background +gtk-color-scheme = "tooltip_bg_color:#616161" +gtk-color-scheme = "tooltip_fg_color:#0abdc6" +# Links +gtk-color-scheme = "link_color:#711c91" +gtk-color-scheme = "visited_link_color:#c58af9" + +# Set GTK settings +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +# And hand over the control to the theme files +include "main.rc" +include "apps.rc" +include "hacks.rc" diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/hacks.rc b/themes/materia-cyberpunk-neon/gtk-2.0/hacks.rc new file mode 100644 index 0000000..c288da3 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/hacks.rc @@ -0,0 +1,36 @@ +# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: +# +# This file contains horrible hacks to make this theme work with some programs +# This is mostly due to the limitations of GTK 2 but sometimes its the fault of +# the programs themselves. Not going to point fingers. +# +# Either way, it's a WONTFIX for both, hence this horrible file. + +style "toplevel_hack" { + engine "adwaita" {} +} + +style "chrome_entry" { + base[NORMAL] = @base_color + base[INSENSITIVE] = @base_color +} + +style "vim_notebook" { + bg[NORMAL] = @base_color + bg[ACTIVE] = @bg_color +} + +# Vim puts an eventbox between the tab and the label and colours it, +# we need to handle that +widget "vim-main-window*GtkNotebook.GtkEventBox" style "vim_notebook" + +# (he)xchat input box +class "SexySpellEntry" style:highest "normal_entry" + +# Chromium uses base as the fill colour of its own entries +# This would be fine but GTK uses it to fill the surrounding space, so its set to bg +# That results in Chromium using it for the fill, so we need to handle that +widget_class "*Chrom*<GtkEntry>" style "chrome_entry" + +# Hack to be able to match widgets in LibreOffice +class "GtkWindow" style "toplevel_hack" diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/main.rc b/themes/materia-cyberpunk-neon/gtk-2.0/main.rc new file mode 100644 index 0000000..b29ee95 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/main.rc @@ -0,0 +1,2669 @@ +# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: +# +# This is the main theme file, handling all the default widgets and theme +# properties. Since GTK 2 is old, we need to overcome some of its limitations, +# which is also mostly done in this file. Sadly not all of them can be overcome +# so there will always be a visible difference between the GTK 2 and 3 theme. + +style "default" { + xthickness = 2 + ythickness = 2 + + #################### + # Style Properties # + #################### + + GtkWidget::focus-padding = 0 + GtkWidget::focus-line-width = 4 + GtkWidget::focus-line-pattern = "\2\1" + + GtkToolbar::space-size = 10 # 2 + 4*2 (separator + margins) + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 8 + + GtkWidget::tooltip-radius = 8 + GtkWidget::tooltip-alpha = 230 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @visited_link_color + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkHTML::vlink-color = @visited_link_color + GtkIMHtml::hyperlink-color = @link_color + GtkIMHtml::hyperlink-visited-color = @visited_link_color + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 6 + + GtkButton::child-displacement-y = 0 + + GtkButton::default-border = {0, 0, 0, 0} + GtkButton::default-outside-border = {0, 0, 0, 0} + GtkButton::inner-border = {8, 8, 8, 8} + + GtkEntry::state-hint = 1 + GtkEntry::inner-border = {8, 8, 8, 8} + + GtkPaned::handle-size = 16 + GtkHPaned::handle-size = 16 + GtkVPaned::handle-size = 16 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 34 + GtkRange::stepper-size = 0 + GtkRange::activate-slider = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 64 # 48 + 2*8 (margins) + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 48 + GtkScale::slider_width = 48 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + GtkProgressBar::xspacing = 8 + GtkProgressBar::yspacing = 8 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + # TODO: find out what this comment means: + # ( every window is misaligned for the sake of menus ): + GtkMenuBar::internal-padding = 0 + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 8 + GtkMenu::double-arrows = 0 + GtkMenuItem::arrow-scaling = 1 + GtkMenuItem::toggle-spacing = 24 + + GtkCheckButton::indicator-size = 48 + GtkCheckButton::indicator_spacing = 4 + GtkOptionMenu::indicator_spacing = {16, 16, 8, 8} + + GtkTreeView::expander-size = 32 + GtkTreeView::vertical-separator = 0 + GtkTreeView::horizontal-separator = 8 + GtkTreeView::allow-rules = 0 + # Set this because some apps read it + GtkTreeView::odd-row-color = @base_color + GtkTreeView::even-row-color = @base_color + + GtkExpander::expander-size = 32 + + GtkNotebook::tab-overlap = 0 + + ########## + # Colors # + ########## + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = @bg_color + bg[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) + bg[INSENSITIVE] = @bg_color + bg[ACTIVE] = @bg_color + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = mix (0.5, @fg_color, @bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = mix (0.5, @text_color, @base_color) + text[ACTIVE] = @text_color + + base[NORMAL] = @base_color + base[PRELIGHT] = mix (0.08, @text_color, @base_color) + base[SELECTED] = mix (0.24, @selected_bg_color, @base_color) + base[INSENSITIVE] = mix (0.5, @base_color, @bg_color) + base[ACTIVE] = mix (0.24, @selected_bg_color, @base_color) + + # For succinctness, all reasonable pixmap options remain here + + # Draw frame around menu in a non-compositied environment + # This needs to go before pixmap because we need to override some stuff + engine "adwaita" {} + + engine "pixmap" { + + ################# + # Check Buttons # + ################# + + image { + function = CHECK + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-active.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-disabled.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked-active.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-disabled.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = NORMAL + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed-active.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = SELECTED + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed-disabled.png" + overlay_stretch = FALSE + } + + ################# + # Radio Buttons # + ################# + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-active.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-disabled.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked-active.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-disabled.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed-active.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed-disabled.png" + overlay_stretch = FALSE + } + + ########## + # Arrows # + ########## + + # Overrides + + # Disable arrows in spinbuttons + image { + function = ARROW + detail = "spinbutton" + } + + # Disable arrows for qt in scrollbars + + image { + function = ARROW + detail = "vscrollbar" + } + + image { + function = ARROW + detail = "hscrollbar" + } + + # Menu arrows + + image { + function = ARROW + state = NORMAL + detail = "menuitem" + overlay_file = "assets/pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = PRELIGHT + detail = "menuitem" + overlay_file = "assets/pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + detail = "menuitem" + overlay_file = "assets/pan-left-disabled.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = NORMAL + detail = "menuitem" + overlay_file = "assets/pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + detail = "menuitem" + overlay_file = "assets/pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + detail = "menuitem" + overlay_file = "assets/pan-right-disabled.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + detail = "menu_scroll_arrow_up" + overlay_file = "assets/pan-up-disabled.png" + overlay_stretch = FALSE + } + + image { + function = ARROW + detail = "menu_scroll_arrow_up" + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + } + + image { + function = ARROW + state = INSENSITIVE + detail = "menu_scroll_arrow_down" + overlay_file = "assets/pan-down-disabled.png" + overlay_stretch = FALSE + } + + image { + function = ARROW + detail = "menu_scroll_arrow_down" + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + # Regular arrows + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/pan-up-disabled.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/pan-down-disabled.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/pan-left-disabled.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/pan-right-disabled.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + ###################### + # Option Menu Arrows # + ###################### + + image { + function = TAB + state = NORMAL + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = ACTIVE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/pan-down-disabled.png" + overlay_stretch = FALSE + } + + ######### + # Lines # + ######### + + image { + function = VLINE + file = "assets/border.png" + border = {2, 0, 0, 0} + } + + image { + function = HLINE + file = "assets/border.png" + border = {0, 0, 2, 0} + } + + ######### + # Focus # + ######### + + image { + function = FOCUS + file = "assets/focus.png" + border = {10, 10, 10, 10} # Super strange, {8, 8, 8, 8} does not work properly... + stretch = TRUE + } + + ########### + # Handles # + ########### + + image { + function = HANDLE + detail = "handlebox" + overlay_file = "assets/handle-vert.png" + overlay_stretch = FALSE + } + + image { + function = HANDLE + overlay_file = "assets/handle-horz.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-vert.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = RESIZE_GRIP + } + + ############# + # Expanders # + ############# + + image { + function = EXPANDER + expander_style = EXPANDED + state = NORMAL + file = "assets/pan-down.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + state = PRELIGHT + file = "assets/pan-down-alt.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + state = ACTIVE + file = "assets/pan-down-alt.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + state = INSENSITIVE + file = "assets/pan-down-disabled.png" + } + + # LTR + + image { + function = EXPANDER + expander_style = COLLAPSED + state = NORMAL + file = "assets/pan-right.png" + direction = LTR + } + + image { + function = EXPANDER + expander_style = COLLAPSED + state = PRELIGHT + file = "assets/pan-right-alt.png" + direction = LTR + } + + image { + function = EXPANDER + expander_style = COLLAPSED + state = ACTIVE + file = "assets/pan-right-alt.png" + direction = LTR + } + + image { + function = EXPANDER + expander_style = COLLAPSED + state = INSENSITIVE + file = "assets/pan-right-disabled.png" + direction = LTR + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/pan-right-semi.png" + direction = LTR + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/pan-right-semi.png" + direction = LTR + } + + # RTL + + image { + function = EXPANDER + expander_style = COLLAPSED + state = NORMAL + file = "assets/pan-left.png" + direction = RTL + } + + image { + function = EXPANDER + expander_style = COLLAPSED + state = PRELIGHT + file = "assets/pan-left-alt.png" + direction = RTL + } + + image { + function = EXPANDER + expander_style = COLLAPSED + state = ACTIVE + file = "assets/pan-left-alt.png" + direction = RTL + } + + image { + function = EXPANDER + expander_style = COLLAPSED + state = INSENSITIVE + file = "assets/pan-left-disabled.png" + direction = RTL + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/pan-left-semi.png" + direction = RTL + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/pan-left-semi.png" + direction = RTL + } + + ############# + # Notebooks # + ############# + + # Left + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab.png" + border = {0, 2, 0, 0} + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + gap_side = RIGHT + } + + # Right + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab.png" + border = {2, 0, 0, 0} + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + gap_side = LEFT + } + + # Up + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab.png" + border = {0, 0, 0, 2} + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + gap_side = BOTTOM + } + + # Down + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab.png" + border = {0, 0, 2, 0} + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + gap_side = TOP + } + + # Inner frame + + image { + function = BOX_GAP + detail = "notebook" + file = "assets/frame-notebook.png" + border = {2, 2, 2, 2} + stretch = TRUE + gap_file = "assets/tab.png" + gap_border = {2, 0, 0, 0} + gap_side = LEFT + } + + image { + function = BOX_GAP + detail = "notebook" + file = "assets/frame-notebook.png" + border = {2, 2, 2, 2} + stretch = TRUE + gap_file = "assets/tab.png" + gap_border = {0, 2, 0, 0} + gap_side = RIGHT + } + + image { + function = BOX_GAP + detail = "notebook" + file = "assets/frame-notebook.png" + border = {2, 2, 2, 2} + stretch = TRUE + gap_file = "assets/tab.png" + gap_border = {0, 0, 2, 0} + gap_side = TOP + } + + image { + function = BOX_GAP + detail = "notebook" + file = "assets/frame-notebook.png" + border = {2, 2, 2, 2} + stretch = TRUE + gap_file = "assets/tab.png" + gap_border = {0, 0, 0, 2} + gap_side = BOTTOM + } + + # Standalone frame + image { + function = BOX + detail = "notebook" + file = "assets/frame-notebook.png" + border = {2, 2, 2, 2} + stretch = TRUE + } + + ############## + # Scrollbars # + ############## + + image { + function = BOX + detail = "trough" + file = "assets/scrollbar-horz-trough.png" + border = {0, 0, 2, 0} + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/scrollbar-vert-ltr-trough.png" + border = {2, 0, 0, 0} + orientation = VERTICAL + direction = LTR + } + + image { + function = BOX + detail = "trough" + file = "assets/scrollbar-vert-rtl-trough.png" + border = {0, 2, 0, 0} + orientation = VERTICAL + direction = RTL + } + + # Horizontal sliders + + image { + function = SLIDER + state = NORMAL + detail = "slider" + file = "assets/scrollbar-horz-slider.png" + border = {16, 16, 18, 16 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + detail = "slider" + file = "assets/scrollbar-horz-slider-hover.png" + border = {16, 16, 18, 16 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + detail = "slider" + file = "assets/scrollbar-horz-slider-active.png" + border = {16, 16, 18, 16 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + detail = "slider" + file = "assets/scrollbar-horz-slider-disabled.png" + border = {16, 16, 18, 16 } + stretch = TRUE + orientation = HORIZONTAL + } + + # Vertical sliders + + image { + function = SLIDER + state = NORMAL + detail = "slider" + file = "assets/scrollbar-vert-ltr-slider.png" + border = {18, 16, 16, 16} + stretch = TRUE + orientation = VERTICAL + direction = LTR + } + + image { + function = SLIDER + state = PRELIGHT + detail = "slider" + file = "assets/scrollbar-vert-ltr-slider-hover.png" + border = {18, 16, 16, 16} + stretch = TRUE + orientation = VERTICAL + direction = LTR + } + + image { + function = SLIDER + state = ACTIVE + detail = "slider" + file = "assets/scrollbar-vert-ltr-slider-active.png" + border = {18, 16, 16, 16} + stretch = TRUE + orientation = VERTICAL + direction = LTR + } + + image { + function = SLIDER + state = INSENSITIVE + detail = "slider" + file = "assets/scrollbar-vert-ltr-slider-disabled.png" + border = {18, 16, 16, 16} + stretch = TRUE + orientation = VERTICAL + direction = LTR + } + + # RTL + + image { + function = SLIDER + state = NORMAL + detail = "slider" + file = "assets/scrollbar-vert-rtl-slider.png" + border = {16, 18, 16, 16} + stretch = TRUE + orientation = VERTICAL + direction = RTL + } + + image { + function = SLIDER + state = PRELIGHT + detail = "slider" + file = "assets/scrollbar-vert-rtl-slider-hover.png" + border = {16, 18, 16, 16} + stretch = TRUE + orientation = VERTICAL + direction = RTL + } + + image { + function = SLIDER + state = ACTIVE + detail = "slider" + file = "assets/scrollbar-vert-rtl-slider-active.png" + border = {16, 18, 16, 16} + stretch = TRUE + orientation = VERTICAL + direction = RTL + } + + image { + function = SLIDER + state = INSENSITIVE + detail = "slider" + file = "assets/scrollbar-vert-rtl-slider-disabled.png" + border = {16, 18, 16, 16} + stretch = TRUE + orientation = VERTICAL + direction = RTL + } + + ########## + # Scales # + ########## + + # Troughs, overrided later on. We set them here too because some widgets + # don't specify their orientation. + + image { + function = BOX + detail = "trough-upper" + file = "assets/scale-horz-trough.png" + border = {12, 12, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + state = INSENSITIVE + detail = "trough-upper" + file = "assets/scale-horz-trough-disabled.png" + border = {12, 12, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/scale-horz-trough-active.png" + border = {12, 12, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + state = INSENSITIVE + detail = "trough-lower" + file = "assets/scale-horz-trough-disabled.png" + border = {12, 12, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/scale-vert-trough.png" + border = {0, 0, 12, 12} + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + state = INSENSITIVE + detail = "trough-upper" + file = "assets/scale-vert-trough-disabled.png" + border = {0, 0, 12, 12} + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/scale-vert-trough-active.png" + border = {0, 0, 12, 12} + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + state = INSENSITIVE + detail = "trough-lower" + file = "assets/scale-vert-trough-disabled.png" + border = {0, 0, 12, 12} + stretch = TRUE + orientation = VERTICAL + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + detail = "hscale" + file = "assets/scale-slider.png" + } + + image { + function = SLIDER + state = PRELIGHT + detail = "hscale" + file = "assets/scale-slider-hover.png" + } + + image { + function = SLIDER + state = ACTIVE + detail = "hscale" + file = "assets/scale-slider-active.png" + } + + image { + function = SLIDER + state = INSENSITIVE + detail = "hscale" + file = "assets/scale-slider-disabled.png" + } + + image { + function = SLIDER + state = NORMAL + detail = "vscale" + file = "assets/scale-slider.png" + } + + image { + function = SLIDER + state = PRELIGHT + detail = "vscale" + file = "assets/scale-slider-hover.png" + } + + image { + function = SLIDER + state = ACTIVE + detail = "vscale" + file = "assets/scale-slider-active.png" + } + + image { + function = SLIDER + state = INSENSITIVE + detail = "vscale" + file = "assets/scale-slider-disabled.png" + } + + ########### + # Menubar # + ########### + + # image { + # function = BOX + # detail = "menubar" + # file = "assets/border.png" + # border = {0, 0, 0, 2} + # } + + ######### + # Menus # + ######### + + image { + function = BOX + state = PRELIGHT + detail = "menu_scroll_arrow_up" + file = "assets/border.png" + } + + image { + function = BOX + detail = "menu_scroll_arrow_up" + file = "assets/border.png" + border = {0, 0, 0, 2} + } + + image { + function = BOX + state = PRELIGHT + detail = "menu_scroll_arrow_down" + file = "assets/border.png" + } + + image { + function = BOX + detail = "menu_scroll_arrow_down" + file = "assets/border.png" + border = {0, 0, 2, 0} + } + + ########### + # Entries # + ########### + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/entry-active.png" + border = {16, 16, 16, 16} + stretch = TRUE + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/entry-disabled.png" + border = {16, 16, 16, 16} + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + file = "assets/entry.png" + border = {16, 16, 16, 16} + stretch = TRUE + } + + image { + function = FLAT_BOX + state = ACTIVE + detail = "entry_bg" + file = "assets/entry-background.png" + } + + image { + function = FLAT_BOX + state = INSENSITIVE + detail = "entry_bg" + file = "assets/entry-background-disabled.png" + } + + image { + function = FLAT_BOX + detail = "entry_bg" + file = "assets/entry-background.png" + } + + ######### + # Spins # + ######### + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/spin-ltr-up.png" + border = {0, 16, 16, 0} + stretch = TRUE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/spin-ltr-up-hover.png" + border = {0, 16, 16, 0} + stretch = TRUE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/spin-ltr-up-active.png" + border = {0, 16, 16, 0} + stretch = TRUE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/spin-ltr-up-disabled.png" + border = {0, 16, 16, 0} + stretch = TRUE + overlay_file = "assets/pan-up-disabled.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/spin-rtl-up.png" + border = {16, 0, 16, 0} + stretch = TRUE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/spin-rtl-up-hover.png" + border = {16, 0, 16, 0} + stretch = TRUE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/spin-rtl-up-hover.png" + border = {16, 0, 16, 0} + stretch = TRUE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/spin-rtl-up-disabled.png" + border = {16, 0, 16, 0} + stretch = TRUE + overlay_file = "assets/pan-up-disabled.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/spin-ltr-down.png" + border = {0, 16, 0, 16} + stretch = TRUE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/spin-ltr-down-hover.png" + border = {0, 16, 0, 16} + stretch = TRUE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/spin-ltr-down-active.png" + border = {0, 16, 0, 16} + stretch = TRUE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/spin-ltr-down-disabled.png" + border = {0, 16, 0, 16} + stretch = TRUE + overlay_file = "assets/pan-down-disabled.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/spin-rtl-down.png" + border = {16, 0, 0, 16} + stretch = TRUE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/spin-rtl-down-hover.png" + border = {16, 0, 0, 16} + stretch = TRUE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/spin-rtl-down-active.png" + border = {16, 0, 0, 16} + stretch = TRUE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/spin-rtl-down-disabled.png" + border = {16, 0, 0, 16} + stretch = TRUE + overlay_file = "assets/pan-down-disabled.png" + overlay_stretch = FALSE + direction = RTL + } + + ############## + # Scrollbars # + ############## + + image { + function = BOX + detail = "bar" + file = "assets/progressbar-progress.png" + stretch = TRUE + border = {0, 0, 0, 0} + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar-progress.png" + stretch = TRUE + border = {0, 0, 0, 0} + orientation = VERTICAL + } + + ############# + # Treeviews # + ############# + + # Disable active the column highlight + # We need to match specific cells or we break stuff + # Looking at you deadbeef + + image { + function = FLAT_BOX + detail = "cell_even_sorted" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "cell_odd_sorted" + state = NORMAL + } + + # Disable all the other shadows + # This prevents the Raleigh effect + image { + function = SHADOW + } + } +} + +style "menubar" { + bg[NORMAL] = @titlebar_bg_color + fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) + fg[PRELIGHT] = @titlebar_fg_color + fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) + # Needed to fix Firefox's menubar text + bg[SELECTED] = mix(0.12, @titlebar_fg_color, @titlebar_bg_color) + fg[SELECTED] = @titlebar_fg_color +} + +style "menubar_item" { + xthickness = 6 + ythickness = 8 + + fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) + bg[PRELIGHT] = mix(0.12, @titlebar_fg_color, @titlebar_bg_color) + fg[PRELIGHT] = @titlebar_fg_color + fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) +} + +style "menu" { + xthickness = 0 + ythickness = 0 + + bg[NORMAL] = @menu_color + bg[INSENSITIVE] = @menu_color + bg[PRELIGHT] = @menu_color + bg[SELECTED] = mix(0.08, @fg_color, @menu_color) +} + +style "menu_item" { + xthickness = 8 + ythickness = 8 + + bg[PRELIGHT] = mix(0.08, @fg_color, @menu_color) + fg[PRELIGHT] = @fg_color + # Chromium uses this setting + bg[SELECTED] = mix(0.08, @fg_color, @menu_color) + text[SELECTED] = @fg_color + # Some widgets use text, we need to handle that + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + + # Unfortunately we can't tell regular and menu checks/radios apart + # Without the heirarchy + engine "pixmap" { + + ################# + # Check Buttons # + ################# + + image { + function = CHECK + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-disabled.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-disabled.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = NORMAL + shadow = ETCHED_IN + overlay_file = "assets/menu-checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/menu-checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = ETCHED_IN + overlay_file = "assets/menu-checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = ETCHED_IN + overlay_file = "assets/menu-checkbox-mixed-disabled.png" + overlay_stretch = FALSE + } + + ################# + # Radio Buttons # + ################# + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-disabled.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-disabled.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = ETCHED_IN + overlay_file = "assets/menu-radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/menu-radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = ETCHED_IN + overlay_file = "assets/menu-radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = ETCHED_IN + overlay_file = "assets/menu-radio-mixed-disabled.png" + overlay_stretch = FALSE + } + } +} + +style "separator_menu_item" { + xthickness = 0 + ythickness = 4 + + engine "pixmap" { + image { + function = BOX + file = "assets/border.png" + border = {0, 0, 0, 2} + } + } +} + +style "button_label" { + # fg[NORMAL] = mix(0.7, @fg_color, @bg_color) + # fg[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) + + font_name = "Medium" +} + +style "normal_button_label" { + # fg[NORMAL] = @fg_color + # fg[INSENSITIVE] = mix(0.5, @fg_color, @bg_color) + + font_name = "Regular" +} + +style "button" { + xthickness = 8 + ythickness = 8 + + # For the sake of sanity style buttons this way + engine "pixmap" { + + ########### + # Buttons # + ########### + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = {16, 16, 16, 16} + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + shadow = OUT + file = "assets/button-hover.png" + border = {16, 16, 16, 16} + stretch = TRUE + } + + # Don't add hover effect on pressed buttons + image { + function = BOX + state = PRELIGHT + shadow = IN + file = "assets/button-active.png" + border = {16, 16, 16, 16} + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = {16, 16, 16, 16} + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-disabled.png" + border = {16, 16, 16, 16} + stretch = TRUE + } + } +} + +style "link_button" { + # Disable the button effect, leave just the link + engine "pixmap" { + image { + function = BOX + } + } +} + +style "entry" { + base[NORMAL] = @bg_color + base[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) + base[INSENSITIVE] = @bg_color + base[ACTIVE] = mix (0.24, @selected_bg_color, @bg_color) + + # We set this same as the border of the border of the entry + # This way there's no overlap + xthickness = 12 + ythickness = 12 +} + +style "combobox" { + xthickness = 12 + ythickness = 12 + + # This affects only the button beside an entry + GtkButton::inner-border = {0, 0, 0, 0} + + # For the sake of sanity style buttons this way + engine "pixmap" { + + ########### + # Buttons # + ########### + + image { + function = BOX + state = NORMAL + file = "assets/entry.png" + border = {16, 16, 16, 16} + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/entry-hover.png" + border = {16, 16, 16, 16} + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/entry-active.png" + border = {16, 16, 16, 16} + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/entry-disabled.png" + border = {16, 16, 16, 16} + stretch = TRUE + } + } +} + +style "combobox_cellview" { + # text[NORMAL] = mix(0.7, @fg_color, @bg_color) + # text[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) +} + +style "combobox_entry" { + # Since one side of the button is missing, we need to shift the arrow a little to the right + GtkButton::inner-border = {0, 4, 0, 0} + + engine "pixmap" { + + ############# + # LTR entry # + ############# + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/combo-left-entry.png" + border = {16, 16, 16, 16} + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/combo-left-entry-active.png" + border = {16, 16, 16, 16} + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/combo-left-entry-disabled.png" + border = {16, 16, 16, 16} + stretch = TRUE + direction = LTR + } + + ############# + # RTL entry # + ############# + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/combo-right-entry.png" + border = {16, 16, 16, 16} + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/combo-right-entry-active.png" + border = {16, 16, 16, 16} + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/combo-right-entry-disabled.png" + border = {16, 16, 16, 16} + stretch = TRUE + direction = RTL + } + + ############## + # LTR button # + ############## + + image { + function = BOX + state = NORMAL + detail = "button" + file = "assets/combo-right-entry.png" + border = {0, 16, 16, 16} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "button" + file = "assets/combo-right-entry-hover.png" + border = {0, 16, 16, 16} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "button" + file = "assets/combo-right-entry-active.png" + border = {0, 16, 16, 16} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "button" + file = "assets/combo-right-entry-disabled.png" + border = {0, 16, 16, 16} + stretch = TRUE + direction = LTR + } + + ############## + # RTL button # + ############## + + image { + function = BOX + state = NORMAL + detail = "button" + file = "assets/combo-left-entry.png" + border = {16, 0, 16, 16} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "button" + file = "assets/combo-left-entry-hover.png" + border = {16, 0, 16, 16} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "button" + file = "assets/combo-left-entry-active.png" + border = {16, 0, 16, 16} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "button" + file = "assets/combo-left-entry-disabled.png" + border = {16, 0, 16, 16} + stretch = TRUE + direction = RTL + } + } +} + +style "combo_button_padding" { + # Since one side of the button is missing, we need to shift the arrow a + # little to the right. + # This is the same thing we've done above but the combo, unlike the combobox, + # uses padding the same way as a button. + GtkButton::inner-border = {6, 12, 6, 6} +} + +style "notebook" { + xthickness = 6 + ythickness = 6 +} + +style "notebook_tab_label" { + fg[ACTIVE] = mix(0.7, @fg_color, @bg_color) + + font_name = "Medium" +} + +style "notebook_viewport" { + bg[NORMAL] = @base_color +} + +style "notebook_bg" { + bg[NORMAL] = @base_color + bg[PRELIGHT] = @base_color + bg[INSENSITIVE] = @base_color +} + +style "notebook_entry" { + base[NORMAL] = @base_color + base[SELECTED] = mix (0.24, @selected_bg_color, @base_color) + base[INSENSITIVE] = @base_color + base[ACTIVE] = mix (0.24, @selected_bg_color, @base_color) +} + +style "normal_bg" { + bg[NORMAL] = @bg_color + bg[PRELIGHT] = @bg_color + bg[INSENSITIVE] = @bg_color +} + +style "normal_entry" { + base[NORMAL] = @bg_color + base[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) + base[INSENSITIVE] = @bg_color + base[ACTIVE] = mix (0.24, @selected_bg_color, @bg_color) +} + +style "textview" { + bg[NORMAL] = @base_color +} + +style "scale_horz" { + engine "pixmap" { + image { + function = BOX + detail = "trough-upper" + file = "assets/scale-horz-trough.png" + border = {12, 12, 0, 0} + stretch = TRUE + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/scale-horz-trough-active.png" + border = {12, 12, 0, 0} + stretch = TRUE + } + } +} + +style "scale_vert" { + engine "pixmap" { + image { + function = BOX + detail = "trough-upper" + file = "assets/scale-vert-trough.png" + border = {0, 0, 12, 12} + stretch = TRUE + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/scale-vert-trough-active.png" + border = {0, 0, 12, 12} + stretch = TRUE + } + } +} + +style "progressbar" { + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + image { + function = BOX + detail = "trough" + file = "assets/progressbar-trough.png" + border = {0, 0, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/progressbar-trough.png" + border = {0, 0, 0, 0} + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "treeview_header" { + xthickness = 4 + ythickness = 4 + + fg[NORMAL] = mix(0.7, @fg_color, @base_color) + fg[PRELIGHT] = mix(0.7, @fg_color, @base_color) + fg[ACTIVE] = mix(0.7, @fg_color, @base_color) + + font_name = "Medium" + + GtkButton::inner-border = {8, 8, 0, 4} + + engine "pixmap" { + image { + function = BOX + state = NORMAL + file = "assets/treeview-ltr-button.png" + border = {0, 2, 0, 2} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/treeview-ltr-button-hover.png" + border = {0, 2, 0, 2} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/treeview-ltr-button-active.png" + border = {0, 2, 0, 2} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = NORMAL + file = "assets/treeview-rtl-button.png" + border = {2, 0, 0, 2} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/treeview-rtl-button-hover.png" + border = {2, 0, 0, 2} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/treeview-rtl-button-active.png" + border = {2, 0, 0, 2} + stretch = TRUE + direction = RTL + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + } +} + +style "scrolled_window" { + engine "pixmap" { + image { + function = SHADOW + file = "assets/frame.png" + border = {2, 2, 2, 2} + stretch = TRUE + } + } +} + +style "frame" { + engine "pixmap" { + image { + function = SHADOW + shadow = NONE + } + + image { + function = SHADOW + file = "assets/frame.png" + border = {2, 2, 2, 2} + stretch = TRUE + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = {2, 2, 2, 2} + stretch = TRUE + gap_start_file = "assets/border.png" + gap_end_file = "assets/border.png" + } + } +} + +style "tool_button" { + GtkButton::inner-border = {4, 4, 4, 4} + + # For the sake of sanity style buttons this way + engine "pixmap" { + image { + function = BOX + state = NORMAL + file = "assets/flat-button.png" + border = {16, 16, 16, 16} + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + shadow = OUT + file = "assets/flat-button-hover.png" + border = {16, 16, 16, 16} + stretch = TRUE + } + + # Don't add hover effect on pressed buttons + image { + function = BOX + state = PRELIGHT + shadow = IN + file = "assets/flat-button-active.png" + border = {16, 16, 16, 16} + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/flat-button-active.png" + border = {16, 16, 16, 16} + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + shadow = OUT + file = "assets/flat-button-disabled.png" + border = {16, 16, 16, 16} + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + shadow = IN + file = "assets/button-disabled.png" + border = {16, 16, 16, 16} + stretch = TRUE + } + } +} + +style "toolbar_separator" { + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 2 + GtkWidget::separator-height = 2 + + engine "pixmap" { + image { + function = BOX + file = "assets/border.png" + } + } +} + +style "inline_toolbar" { + # GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + image { + function = BOX + file = "assets/frame-inline.png" + border = {2, 2, 0, 2} + stretch = TRUE + } + } +} + +style "tooltip" { + xthickness = 16 + ythickness = 16 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color +} + +style "disable_text_shadow" { + engine "murrine" { + textstyle = 0 + } +} + +style "disable_separator" { + xthickness = 0 + ythickness = 0 + + GtkWidget::wide-separators = 1 +} + +# Default style, containing theme properties and trying to match every widget as +# much as possible, which is not only faster than trying to match every widget +# by its own but also less bug-prune and more consistent. However there is some +# widget specific stuff that needs to be taken care of, which is the point of +# every other style below. +class "GtkWidget" style "default" + +###################################### +# Override padding, style and colour # +###################################### + +class "GtkButton" style "button" +class "GtkLinkButton" style "link_button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkNotebook" style "notebook" +class "GtkHScale" style "scale_horz" +class "GtkVScale" style "scale_vert" +class "GtkProgressBar" style "progressbar" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkSeparatorToolItem" style "toolbar_separator" +class "GtkMenuBar" style "menubar" +class "GtkMenu" style "menu" +class "GtkTextView" style "textview" + +# Menu and menubar items +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" +widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" + +# Treeview buttons +widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header" + +# Give the file chooser toolbar a border +widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" + +# Fix padding on regular comboboxes +widget_class "*<GtkComboBox>.<GtkButton>" style "combobox" +widget_class "*<GtkOptionMenu>" style "combobox" + +# And disable separators on them +widget_class "*<GtkComboBox>.<GtkButton>*<GtkSeparator>" style "disable_separator" +widget_class "*<GtkFontButton>*<GtkSeparator>" style "disable_separator" +widget_class "*<GtkFileChooserButton>*<GtkSeparator>" style "disable_separator" + +# Join together the ComboBoxEntry entry and button +widget_class "*<GtkComboBoxEntry>*" style "combobox_entry" + +# Join the Combo entry and button +widget_class "*<GtkCombo>*" style "combobox_entry" + +# Tweak the padding on the button a little bit because it +# uses it a bit differently +widget_class "*<GtkCombo>.<GtkButton>" style "combo_button_padding" + +# Alas we cannot do the same for ComboBoxText because there +# isn't a way to apply the style to only the comboboxes that +# have an entry inside + +# Tool buttons have different styles +widget_class "*<GtkToolButton>*<GtkButton>" style "tool_button" +widget_class "*<GtkVBox>*<GtkEventBox>.<GtkToolbar>*<GtkButton>" style "tool_button" + +# Notebooks +widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" +widget_class "*<GtkNotebook>.<GtkHBox>.<GtkLabel>" style "notebook_tab_label" + +# Notebooks are white, act accordingly +widget_class "*<GtkNotebook>*<GtkEntry>" style "notebook_entry" +widget_class "*<GtkNotebook>*<GtkProgressBar>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkSpinButton>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GimpRuler>" style "notebook_bg" +widget_class "*<GtkNotebook>.<GimpDisplayShell>*<GtkEventBox>" style "notebook_bg" + +# However, stuff inside eventboxes inside notebooks is grey +# again, react +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "normal_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkProgressBar>" style "normal_bg" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkSpinButton>" style "normal_bg" + +# Button labels +widget_class "*<GtkButton>.<GtkLabel>" style "button_label" + +# Normalize button labels +widget_class "*<GtkCheckButton>.<GtkLabel>" style "normal_button_label" +widget_class "*<GtkOptionMenu>.<GtkLabel>" style "normal_button_label" + +# ComboBoxes tend to draw the button label with text[] +# instead of fg[], we need to fix that +widget_class "*<GtkComboBox>*<GtkCellView>" style "combobox_cellview" + +# Disable white text shadows +widget_class "*<GtkLabel>" style "disable_text_shadow" +widget_class "*<GtkCellView>" style "disable_text_shadow" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltip" |