aboutsummaryrefslogtreecommitdiff
path: root/themes/Mint-Y-Dark/gtk-2.0/panel.rc
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2023-05-20 11:28:29 +0300
committerSyndamia <kamen@syndamia.com>2023-05-20 11:28:29 +0300
commiteab0507af6367a9a75f40ac3dd92e5e42860c2dc (patch)
tree71f56e8725b505d70954ad665a03988d85316c85 /themes/Mint-Y-Dark/gtk-2.0/panel.rc
parent48de6d4af249f23b3a431d357236588208a9f419 (diff)
downloadold-mint-y-main.tar
old-mint-y-main.tar.gz
old-mint-y-main.zip
Added icons and themesHEADmain
Diffstat (limited to 'themes/Mint-Y-Dark/gtk-2.0/panel.rc')
-rw-r--r--themes/Mint-Y-Dark/gtk-2.0/panel.rc153
1 files changed, 153 insertions, 0 deletions
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"