diff options
| author | Syndamia <kamen@syndamia.com> | 2023-05-20 11:28:29 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-05-20 11:28:29 +0300 |
| commit | eab0507af6367a9a75f40ac3dd92e5e42860c2dc (patch) | |
| tree | 71f56e8725b505d70954ad665a03988d85316c85 /themes/Mint-Y-Dark/gtk-2.0 | |
| parent | 48de6d4af249f23b3a431d357236588208a9f419 (diff) | |
| download | old-mint-y-eab0507af6367a9a75f40ac3dd92e5e42860c2dc.tar old-mint-y-eab0507af6367a9a75f40ac3dd92e5e42860c2dc.tar.gz old-mint-y-eab0507af6367a9a75f40ac3dd92e5e42860c2dc.zip | |
Diffstat (limited to 'themes/Mint-Y-Dark/gtk-2.0')
143 files changed, 3043 insertions, 0 deletions
diff --git a/themes/Mint-Y-Dark/gtk-2.0/apps.rc b/themes/Mint-Y-Dark/gtk-2.0/apps.rc new file mode 100644 index 00000000..88200773 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/apps.rc @@ -0,0 +1,45 @@ + +########### FILE MANAGERS ############## + +style "thunar-handle" { GtkPaned::handle-size = 2 } + +style "dark-sidebar" { + GtkTreeView::odd_row_color = @dark_sidebar_bg + GtkTreeView::even_row_color = @dark_sidebar_bg + + + base[NORMAL] = @dark_sidebar_bg + base[INSENSITIVE] = @dark_sidebar_bg + + text[NORMAL] = "#C3C3C3" + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color +} + +style "thunar-frame" { + xthickness = 0 + ythickness = 0 +} + +# Thunar +widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle" + +# Caja +widget_class "*CajaSidePane*" style "dark-sidebar" + + + +####### TERMINAL ################ + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#3f3f3f" + + TerminalScreen::background-darkness = 0.9 +} + +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-insens.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-insens.png Binary files differnew file mode 100644 index 00000000..39049a2c --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-insens.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-prelight.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-prelight.png Binary files differnew file mode 100644 index 00000000..a7ca38da --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-prelight.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small-insens.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small-insens.png Binary files differnew file mode 100644 index 00000000..d8762052 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small-insens.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small-prelight.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small-prelight.png Binary files differnew file mode 100644 index 00000000..70297cf3 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small-prelight.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small.png Binary files differnew file mode 100644 index 00000000..45eb1cb0 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down.png Binary files differnew file mode 100644 index 00000000..004cf94d --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left-insens.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left-insens.png Binary files differnew file mode 100644 index 00000000..7653f873 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left-insens.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left-prelight.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left-prelight.png Binary files differnew file mode 100644 index 00000000..8e71a139 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left-prelight.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left.png Binary files differnew file mode 100644 index 00000000..03af616b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right-insens.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right-insens.png Binary files differnew file mode 100644 index 00000000..a2b04ba7 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right-insens.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right-prelight.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right-prelight.png Binary files differnew file mode 100644 index 00000000..47ef3c83 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right-prelight.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right.png Binary files differnew file mode 100644 index 00000000..0d3982e1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-insens.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-insens.png new file mode 120000 index 00000000..20a7234e --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-insens.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/arrow-up-prelight.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-prelight.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-prelight.png Binary files differnew file mode 100644 index 00000000..abf473e7 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-prelight.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small-insens.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small-insens.png Binary files differnew file mode 100644 index 00000000..38725246 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small-insens.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small-prelight.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small-prelight.png Binary files differnew file mode 100644 index 00000000..b013b5d3 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small-prelight.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small.png Binary files differnew file mode 100644 index 00000000..3197e557 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up.png Binary files differnew file mode 100644 index 00000000..d2b02e55 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/button-active.png b/themes/Mint-Y-Dark/gtk-2.0/assets/button-active.png Binary files differnew file mode 100644 index 00000000..2d92fb9f --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/button-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/button-hover.png b/themes/Mint-Y-Dark/gtk-2.0/assets/button-hover.png Binary files differnew file mode 100644 index 00000000..822be9a9 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/button-hover.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/button-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/button-insensitive.png Binary files differnew file mode 100644 index 00000000..1f872c37 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/button-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/button.png b/themes/Mint-Y-Dark/gtk-2.0/assets/button.png Binary files differnew file mode 100644 index 00000000..5a3e7d03 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/button.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..cae5bb25 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-checked-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-checked.png b/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-checked.png Binary files differnew file mode 100644 index 00000000..29619ac5 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-checked.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png Binary files differnew file mode 100644 index 00000000..af6c77db --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-unchecked.png Binary files differnew file mode 100644 index 00000000..8d383891 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-unchecked.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-active-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-active-rtl.png Binary files differnew file mode 100644 index 00000000..0883c559 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-active-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-active.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-active.png Binary files differnew file mode 100644 index 00000000..164af5f3 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png Binary files differnew file mode 100644 index 00000000..294edc46 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-insensitive.png Binary files differnew file mode 100644 index 00000000..996f9c3b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-rtl.png Binary files differnew file mode 100644 index 00000000..86de7a35 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button.png Binary files differnew file mode 100644 index 00000000..d7dd2bf0 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png Binary files differnew file mode 100644 index 00000000..f4148edf --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus-notebook.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus-notebook.png Binary files differnew file mode 100644 index 00000000..a38fb89a --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus-notebook.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus-rtl.png Binary files differnew file mode 100644 index 00000000..f3529fd7 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus.png Binary files differnew file mode 100644 index 00000000..892bca39 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png Binary files differnew file mode 100644 index 00000000..b1e058c3 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-notebook.png Binary files differnew file mode 100644 index 00000000..5030f752 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-notebook.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-rtl.png Binary files differnew file mode 100644 index 00000000..52c60974 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive.png Binary files differnew file mode 100644 index 00000000..e103c4ab --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-notebook-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-notebook-rtl.png Binary files differnew file mode 100644 index 00000000..9499e0c1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-notebook-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-notebook.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-notebook.png Binary files differnew file mode 100644 index 00000000..6160331d --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-notebook.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-rtl.png Binary files differnew file mode 100644 index 00000000..e236ab3b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry.png Binary files differnew file mode 100644 index 00000000..ca4318d8 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-disable-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-disable-rtl.png Binary files differnew file mode 100644 index 00000000..3cfdd577 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-disable-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-disable.png b/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-disable.png Binary files differnew file mode 100644 index 00000000..ff532eb6 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-disable.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-rtl.png Binary files differnew file mode 100644 index 00000000..6eb7bbd4 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/down-background.png b/themes/Mint-Y-Dark/gtk-2.0/assets/down-background.png Binary files differnew file mode 100644 index 00000000..134101a9 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/down-background.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-active-bg-solid.png b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-active-bg-solid.png Binary files differnew file mode 100644 index 00000000..d1b03655 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-active-bg-solid.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-active-bg.png b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-active-bg.png Binary files differnew file mode 100644 index 00000000..bca0e137 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-active-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-bg-solid.png b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-bg-solid.png Binary files differnew file mode 100644 index 00000000..a9d669e1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-bg-solid.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-bg.png b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-bg.png Binary files differnew file mode 100644 index 00000000..8aa5f4d4 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-disabled-bg.png b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-disabled-bg.png Binary files differnew file mode 100644 index 00000000..42d6894f --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-disabled-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-fill.png b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-fill.png Binary files differnew file mode 100644 index 00000000..15d83a1d --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-fill.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/focus-line.png b/themes/Mint-Y-Dark/gtk-2.0/assets/focus-line.png Binary files differnew file mode 100644 index 00000000..a6f1fe0d --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/focus-line.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/frame-gap-end.png b/themes/Mint-Y-Dark/gtk-2.0/assets/frame-gap-end.png Binary files differnew file mode 100644 index 00000000..99645fce --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/frame-gap-end.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/frame-gap-start.png b/themes/Mint-Y-Dark/gtk-2.0/assets/frame-gap-start.png new file mode 120000 index 00000000..9485a104 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/frame-gap-start.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/frame-gap-end.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/frame.png b/themes/Mint-Y-Dark/gtk-2.0/assets/frame.png Binary files differnew file mode 100644 index 00000000..53f4b6e8 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/frame.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/handle-h.png b/themes/Mint-Y-Dark/gtk-2.0/assets/handle-h.png Binary files differnew file mode 100644 index 00000000..7d9ccf39 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/handle-h.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/handle-v.png b/themes/Mint-Y-Dark/gtk-2.0/assets/handle-v.png Binary files differnew file mode 100644 index 00000000..878ed87d --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/handle-v.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/inline-toolbar.png b/themes/Mint-Y-Dark/gtk-2.0/assets/inline-toolbar.png Binary files differnew file mode 100644 index 00000000..c7c8df00 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/inline-toolbar.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/line-h.png b/themes/Mint-Y-Dark/gtk-2.0/assets/line-h.png Binary files differnew file mode 100644 index 00000000..a0987d43 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/line-h.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/line-v.png b/themes/Mint-Y-Dark/gtk-2.0/assets/line-v.png Binary files differnew file mode 100644 index 00000000..efca2859 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/line-v.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menu-arrow-prelight.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-arrow-prelight.png new file mode 120000 index 00000000..da3c56d5 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-arrow-prelight.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/menu-arrow-prelight.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menu-arrow.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-arrow.png Binary files differnew file mode 100644 index 00000000..7a8b544c --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-arrow.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..cc5826d5 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-checked.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-checked.png Binary files differnew file mode 100644 index 00000000..89b98a0f --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-checked.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png Binary files differnew file mode 100644 index 00000000..7a0e4ae9 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-unchecked.png Binary files differnew file mode 100644 index 00000000..09d6c319 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-unchecked.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-checked-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..385ecfbe --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-checked-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-checked.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-checked.png Binary files differnew file mode 100644 index 00000000..b3b35960 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-checked.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-unchecked-insensitive.png Binary files differnew file mode 100644 index 00000000..c005a940 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-unchecked-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-unchecked.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-unchecked.png Binary files differnew file mode 100644 index 00000000..e3c1cac8 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-unchecked.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menubar.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menubar.png Binary files differnew file mode 100644 index 00000000..e9a0d1c6 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menubar.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menubar_button.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menubar_button.png Binary files differnew file mode 100644 index 00000000..7dd7e97b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menubar_button.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menuitem.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menuitem.png Binary files differnew file mode 100644 index 00000000..5b3fc3b7 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menuitem.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/minus.png b/themes/Mint-Y-Dark/gtk-2.0/assets/minus.png Binary files differnew file mode 100644 index 00000000..95503c54 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/minus.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-entry-border-active-bg.png b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-entry-border-active-bg.png Binary files differnew file mode 100644 index 00000000..17ee9178 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-entry-border-active-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-entry-border-bg.png b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-entry-border-bg.png Binary files differnew file mode 100644 index 00000000..c5402bfc --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-entry-border-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-entry-border-disabled-bg.png b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-entry-border-disabled-bg.png Binary files differnew file mode 100644 index 00000000..a3b73bff --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-entry-border-disabled-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-gap-horiz.png b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-gap-horiz.png Binary files differnew file mode 100644 index 00000000..b2171629 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-gap-horiz.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-gap-vert.png b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-gap-vert.png Binary files differnew file mode 100644 index 00000000..c123ea30 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-gap-vert.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/notebook.png b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook.png new file mode 120000 index 00000000..93d7a69b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/frame.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/null.png b/themes/Mint-Y-Dark/gtk-2.0/assets/null.png new file mode 120000 index 00000000..3a70a2d2 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/null.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/null.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/plus.png b/themes/Mint-Y-Dark/gtk-2.0/assets/plus.png Binary files differnew file mode 100644 index 00000000..9a6b5679 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/plus.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/progressbar.png b/themes/Mint-Y-Dark/gtk-2.0/assets/progressbar.png Binary files differnew file mode 100644 index 00000000..264647f7 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/progressbar.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/progressbar_v.png b/themes/Mint-Y-Dark/gtk-2.0/assets/progressbar_v.png Binary files differnew file mode 100644 index 00000000..7f6269c4 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/progressbar_v.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/radio-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..82ce63ee --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/radio-checked-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/radio-checked.png b/themes/Mint-Y-Dark/gtk-2.0/assets/radio-checked.png Binary files differnew file mode 100644 index 00000000..203a52d9 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/radio-checked.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/radio-unchecked-insensitive.png Binary files differnew file mode 100644 index 00000000..dfbba95e --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/radio-unchecked-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/radio-unchecked.png b/themes/Mint-Y-Dark/gtk-2.0/assets/radio-unchecked.png Binary files differnew file mode 100644 index 00000000..b307bf19 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/radio-unchecked.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz-active.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz-active.png Binary files differnew file mode 100644 index 00000000..32ab1113 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz-insens.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz-insens.png Binary files differnew file mode 100644 index 00000000..5f746825 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz-insens.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz-prelight.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz-prelight.png Binary files differnew file mode 100644 index 00000000..08e46a5e --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz-prelight.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz.png Binary files differnew file mode 100644 index 00000000..8ab3ec91 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-insensitive.png Binary files differnew file mode 100644 index 00000000..1bb71624 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider-prelight.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-prelight.png Binary files differnew file mode 100644 index 00000000..29b663fd --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-prelight.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert-active.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert-active.png Binary files differnew file mode 100644 index 00000000..040335b1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert-insens.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert-insens.png Binary files differnew file mode 100644 index 00000000..70c8ca87 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert-insens.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert-prelight.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert-prelight.png Binary files differnew file mode 100644 index 00000000..d388402d --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert-prelight.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert.png Binary files differnew file mode 100644 index 00000000..653154c0 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider.png Binary files differnew file mode 100644 index 00000000..b1f8d190 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/tab-bottom-active.png b/themes/Mint-Y-Dark/gtk-2.0/assets/tab-bottom-active.png Binary files differnew file mode 100644 index 00000000..a5c3df74 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/tab-bottom-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/tab-left-active.png b/themes/Mint-Y-Dark/gtk-2.0/assets/tab-left-active.png Binary files differnew file mode 100644 index 00000000..a1278db0 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/tab-left-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/tab-right-active.png b/themes/Mint-Y-Dark/gtk-2.0/assets/tab-right-active.png Binary files differnew file mode 100644 index 00000000..c8be1d52 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/tab-right-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/tab-top-active.png b/themes/Mint-Y-Dark/gtk-2.0/assets/tab-top-active.png Binary files differnew file mode 100644 index 00000000..26949a82 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/tab-top-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar-entry-border-active-bg.png Binary files differnew file mode 100644 index 00000000..5625235c --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar-entry-border-active-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar-entry-border-bg.png b/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar-entry-border-bg.png Binary files differnew file mode 100644 index 00000000..83bf83ec --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar-entry-border-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png Binary files differnew file mode 100644 index 00000000..05df870c --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar.png b/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar.png Binary files differnew file mode 100644 index 00000000..27e7dec2 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/tree_header.png b/themes/Mint-Y-Dark/gtk-2.0/assets/tree_header.png Binary files differnew file mode 100644 index 00000000..c6e7fa7b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/tree_header.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/trough-horizontal-active.png b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-horizontal-active.png Binary files differnew file mode 100644 index 00000000..82c47c72 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-horizontal-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/trough-horizontal.png b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-horizontal.png Binary files differnew file mode 100644 index 00000000..d7904e62 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-horizontal.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/trough-progressbar.png b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-progressbar.png Binary files differnew file mode 100644 index 00000000..ac062a56 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-progressbar.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/trough-progressbar_v.png b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-progressbar_v.png Binary files differnew file mode 100644 index 00000000..bcb8fcd1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-progressbar_v.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/trough-scrollbar-horiz.png b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-scrollbar-horiz.png Binary files differnew file mode 100644 index 00000000..cf2a4826 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-scrollbar-horiz.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/trough-scrollbar-vert.png b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-scrollbar-vert.png Binary files differnew file mode 100644 index 00000000..6c56642d --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-scrollbar-vert.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/trough-vertical-active.png b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-vertical-active.png Binary files differnew file mode 100644 index 00000000..08de2697 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-vertical-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/trough-vertical.png b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-vertical.png Binary files differnew file mode 100644 index 00000000..3ba143f1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-vertical.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-disable-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-disable-rtl.png Binary files differnew file mode 100644 index 00000000..6d312219 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-disable-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-disable.png b/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-disable.png Binary files differnew file mode 100644 index 00000000..b67bf809 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-disable.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-rtl.png Binary files differnew file mode 100644 index 00000000..2944a0c3 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/up-background.png b/themes/Mint-Y-Dark/gtk-2.0/assets/up-background.png Binary files differnew file mode 100644 index 00000000..1a9fa30b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/up-background.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/gtkrc b/themes/Mint-Y-Dark/gtk-2.0/gtkrc new file mode 100644 index 00000000..442a545a --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#404040\nfg_color:#DADADA\ntooltip_fg_color:#4a4a4a\nselected_bg_color:#8fa876\nselected_fg_color:#FFFFFF\ntext_color:#D3D3D3\nbg_color:#383838\ninsensitive_bg_color:#3e3e3e\ninsensitive_fg_color:#7f7f7f\nnotebook_bg:#404040\ndark_sidebar_bg:#353535\ntooltip_bg_color:#fbeaa0\nlink_color:#5294E2\nmenu_bg:#383838" + +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +include "main.rc" +include "apps.rc" +include "panel.rc" +include "menubar-toolbar/menubar-toolbar-dark.rc" diff --git a/themes/Mint-Y-Dark/gtk-2.0/main.rc b/themes/Mint-Y-Dark/gtk-2.0/main.rc new file mode 100644 index 00000000..51e9ed21 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/main.rc @@ -0,0 +1,2442 @@ +style "default" { + + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkWidget::focus-line-width = 1 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 2 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkEntry::state-hint = 1 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 15 + GtkScale::slider_width = 15 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 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 + GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkExpander::expander-size = 11 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @insensitive_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # For succinctness, all reasonable pixmap options remain here + + engine "pixmap" { + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.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.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked.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-insensitive.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.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked.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-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image { + function = ARROW + overlay_file = "assets/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state= PRELIGHT + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Option Menu Arrows + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image { + function = VLINE + file = "assets/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image { + function = HLINE + file = "assets/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image { + function = FOCUS + file = "assets/focus-line.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + # Handles + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/plus.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/plus.png" + } + + image { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "assets/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image { + function = SHADOW_GAP + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +style "toplevel_hack" { + + engine "adwaita" { + } +} + +style "ooo_stepper_hack" { + + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + +} + +style "scrollbar" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-horiz.png" + border = { 2, 2, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-vert.png" + border = { 3, 3, 2, 2 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-horiz.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-horiz-active.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-horiz-prelight.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-horiz-insens.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-vert.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-vert-active.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-vert-prelight.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-vert-insens.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = @menu_bg + bg[INSENSITIVE] = @menu_bg + bg[PRELIGHT] = @menu_bg + + engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator + + image { + function = HLINE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 4 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = @selected_fg_color + + fg[NORMAL] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[PRELIGHT] = @selected_fg_color + + text[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "assets/menuitem.png" + border = { 1, 0, 1, 0 } + stretch = TRUE + } + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.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-insensitive.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-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = SHADOW # This fixes boxy Qt menu items + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "checkbutton" { + + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + +} + +style "entry" { + + xthickness = 6 + ythickness = 4 + + base[NORMAL] = @base_color + base[INSENSITIVE] = @insensitive_bg_color + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_entry" { + xthickness = 6 + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/notebook-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/notebook-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/notebook-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_tab_label" { + + fg[ACTIVE] = @text_color + +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 4 + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "notebook_combobox_entry" { + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "combobox_entry_button" +{ + xthickness = 6 + + fg[ACTIVE] = @text_color + + engine "pixmap" { + + # LTR version + + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "spinbutton" { + + bg[NORMAL] = @bg_color + + xthickness = 6 + ythickness = 4 + + engine "pixmap" { + + image { + function = ARROW + } + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} + +style "gimp_spin_scale" { + + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "libreoffice_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "standalone_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + + engine "pixmap" { + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # How to draw boxes with a gap on one side (ie the page of a notebook) + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + + # How to draw the box of a notebook when it isnt attached to a tab + + image { + function = BOX + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "handlebox" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" { + + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 + +} + +style "combobox" { + + xthickness = 0 + ythickness = 0 + +} + +style "combobox_button" { + + xthickness = 3 + ythickness = 3 + +} + +style "range" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-horizontal.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-horizontal-active.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-vertical.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-vertical-active.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + + image { + function = BOX + file = "assets/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + } +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar_v.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar_v.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "treeview_header" { + ythickness = 1 + + fg[PRELIGHT] = mix(0.70, @text_color, @base_color) + font_name = "Bold" + + engine "pixmap" { + + image { + function = BOX + file = "assets/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +# Treeview Rows + +style "treeview" { + + xthickness = 2 + ythickness = 0 + + base[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + recolorable = TRUE + state = NORMAL + file = "assets/null.png" + stretch = TRUE + } + } +} + +style "scrolled_window" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" { + + engine "pixmap" { + + image { + function = SHADOW + } + } +} + +style "toolbar" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = VLINE + recolorable = TRUE + file = "assets/null.png" + } + + image { + function = HLINE + recolorable = TRUE + file = "assets/null.png" + } + } +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + + image { + function = BOX + file = "assets/inline-toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "notebook_viewport" { + + bg[NORMAL] = @notebook_bg +} + + +style "notebook_eventbox" { + + bg[NORMAL] = @notebook_bg + bg[ACTIVE] = @bg_color +} + +style "tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + +style "eclipse-tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = shade(1.05, @bg_color) + fg[NORMAL] = @text_color + bg[SELECTED] = shade(1.05, @bg_color) + +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 100 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = "#000000" + XfdesktopIconView::selected-shadow-color = "#000000" + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @bg_color + bg[SELECTED] = @bg_color + + fg[NORMAL] = @fg_color + + engine "murrine" { + contrast = 0.7 + glazestyle = 0 + glowstyle = 0 + highlight_shade = 1.0 + gradient_shades = {1.0,1.0,1.0,1.0} + border_shades = { 0.8, 0.8 } + } +} + +style "xfwm-tabwin-button" { + + font_name = "bold" + bg[SELECTED] = @selected_bg_color +} + +# Chromium +style "chrome_menu_item" { + + bg[SELECTED] = @selected_bg_color + +} + +# Text Style +style "text" { + engine "murrine" { textstyle = 0 } +} + +style "null" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + } + } +} + + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkTreeView" style "treeview" +class "GtkToolbar" style "toolbar" +class "*HandleBox" style "toolbar" + +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkCheckButton>*" style "checkbutton" +widget_class "*<GtkComboBox>" style "combobox" +widget_class "*<GtkComboBox>*<GtkButton>" style "combobox_button" +widget_class "*<GtkComboBox>*<GtkSeparator>" style "combobox_separator" +widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header" +widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" +widget_class "*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" +widget_class "*<GtkComboBoxEntry>*<GtkButton>" style "combobox_entry_button" +widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_viewport" +widget_class "*HandleBox" style "toolbar" + +# Entries in notebooks draw with notebook's base color, but not if there's +# something else in the middle that draws gray again +widget_class "*<GtkNotebook>*<GtkEntry>" style "notebook_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "entry" + +widget_class "*<GtkNotebook>*<GtkComboBoxEntry>*<GtkEntry>" style "notebook_combobox_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" + +# We also need to avoid changing fg color for the inactive notebook tab labels +widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" + +#Fix GVim tabs +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_eventbox" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# GIMP +# Disable gradients completely for GimpSpinScale +#class "GimpSpinScale" style "gimp_spin_scale" + +# Remove borders from "Wilbert frame" in Gimp +widget_class "*<GimpToolbox>*<GtkFrame>" style "gimp_toolbox_frame" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget_class "*<GtkCustomMenu>*<GtkCustomMenuItem>*" style "chrome_menu_item" + +# We use this weird selector to target an offscreen entry as created +# by Chrome/Chromium to derive the style for its toolbar +widget_class "<GtkEntry>" style "standalone_entry" + +# Eclipse/SWT +widget "gtk-tooltips*" style "eclipse-tooltips" +widget "*swt-toolbar-flat" style "null" + +# Openoffice, Libreoffice +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*" style "ooo_stepper_hack" +widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" + +# Xfce +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" + +# Fixes ugly text shadows for insensitive text +widget_class "*<GtkLabel>" style "text" +widget_class "*<GtkComboBox>*<GtkCellLayout>" style "text" +widget_class "*<GtkNotebook>*<GtkLabel>" style "text" +widget_class "*<GtkNotebook>*<GtkCellLayout>" style "text" diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-active.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-active.png Binary files differnew file mode 100644 index 00000000..dcd68657 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-hover.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-hover.png Binary files differnew file mode 100644 index 00000000..aa079ece --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-hover.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-insensitive.png Binary files differnew file mode 100644 index 00000000..4ed82372 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button.png Binary files differnew file mode 100644 index 00000000..9d50a7e4 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-dark.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-dark.png Binary files differnew file mode 100644 index 00000000..299c5506 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-dark.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 100644 index 00000000..23a344ee --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1,222 @@ +style "menubar" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[ACTIVE] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar-dark.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button-dark.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + + +style "toolbar_text" { + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[INSENSITIVE] = shade(0.7, "#dadada") + fg[ACTIVE] = "#dadada" + + text[NORMAL] = "#dadada" + text[PRELIGHT] = "#dadada" + text[INSENSITIVE] = shade(0.7, "#dadada") + text[ACTIVE] = "#dadada" + +} + +style "toolbar_button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "menubar-toolbar/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "menubar-toolbar/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "menubar-toolbar/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#414141" + base[INSENSITIVE] = "#393939" + + text[NORMAL] = "#dadada" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#2f2f2f" + ChromeGtkFrame::inactive-frame-color = "#2f2f2f" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" + +widget_class "*ThunarWindow*<GtkToolbar>" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*<GtkMenuBar>*<GtkMenuItem>*<GtkAccelLabel>" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkButton>" style "toolbar_button" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkWidget>" style "toolbar_text" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkButton>*<GtkLabel>" style "menubar-text" + diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 100644 index 00000000..9164b8c1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1,166 @@ +style "menubar" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#404040" + fg[PRELIGHT] = "#404040" + fg[ACTIVE] = "#404040" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(1.3, "#404040") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#404040" + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = shade(1.3, "#404040") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#fdfdfd" + base[INSENSITIVE] = "#f4f4f4" + + text[NORMAL] = "#404040" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#d9d9d9" + ChromeGtkFrame::inactive-frame-color = "#d9d9d9" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" + +widget_class "*ThunarWindow*<GtkToolbar>" style "menubar" +widget_class "*CajaNavigationWindow*<GtkToolbar>" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*<GtkMenuBar>*<GtkMenuItem>*<GtkAccelLabel>" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*CajaNavigationWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" +widget_class "*CajaNavigationWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar.png Binary files differnew file mode 100644 index 00000000..2be034ef --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar_button-dark.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar_button-dark.png Binary files differnew file mode 100644 index 00000000..8179244b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar_button-dark.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar_button.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar_button.png Binary files differnew file mode 100644 index 00000000..5f2cb234 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar_button.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png Binary files differnew file mode 100644 index 00000000..54293fdf --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png Binary files differnew file mode 100644 index 00000000..519e134b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png Binary files differnew file mode 100644 index 00000000..bf7b10d0 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png Binary files differnew file mode 100644 index 00000000..401c5cb5 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png Binary files differnew file mode 100644 index 00000000..24480b98 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png Binary files differnew file mode 100644 index 00000000..0fc822f0 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/panel.rc b/themes/Mint-Y-Dark/gtk-2.0/panel.rc new file mode 100644 index 00000000..bf1155af --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/panel.rc @@ -0,0 +1,153 @@ +style "theme-panel" { + + ythickness = 0 + + bg[NORMAL] = "#383838" + bg[ACTIVE] = @selected_bg_color + bg[PRELIGHT] = shade(1.1, @selected_bg_color) + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = "#DADADA" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + text[NORMAL] = "#DADADA" + text[PRELIGHT] = "#DADADA" + text[ACTIVE] = "#DADADA" + text[SELECTED] = "#DADADA" + + engine "murrine" { + reliefstyle = 0 + glazestyle = 0 + glow_shade = 1.0 + highlight_shade = 1.0 + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + textstyle = 0 + contrast = 0.0 + textstyle = 0 + } +} + +style "panelbar" { + + fg[NORMAL] = "#DADADA" + fg[ACTIVE] = "#DADADA" + fg[PRELIGHT] = "#DADADA" + fg[SELECTED] = @selected_fg_color + + bg[SELECTED] = @selected_bg_color + + engine "murrine" {} +} + +style "panelbuttons" { + + xthickness = 4 + ythickness = 0 + + engine "murrine" { + textstyle = 0 + } +} + +style "theme-panel-text" { + + fg[NORMAL] = "#DADADA" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = "#DADADA" + + text[NORMAL] = "#DADADA" + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = "#DADADA" + + engine "murrine" { + textstyle = 0 + text_shade = 0.2 + } +} + +style "panel-entry" { + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + fg[INSENSITIVE] = @text_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = @text_color + +} + +style "theme-main-menu-text" = "theme-panel-text" { + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "workspace-switcher" = "theme-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "indicator" = "theme-panel" { + xthickness = 0 + ythickness = 0 +} + +widget "*tasklist*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*PanelToplevel*Button" style "panelbuttons" +widget_class "*Panel*GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*Panel*Button*" style "panelbuttons" +widget_class "*<XfceArrowButton>" style "panelbuttons" +widget_class "*<XfceActionsPlugin>*" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" +widget "*dict*Applet*" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*Tasklist*" style:highest "panelbuttons" + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" + +# Fix gtk-entries in the panel +widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" |
