From e450545b966e867db59adcfa74c59d9940007414 Mon Sep 17 00:00:00 2001 From: bionel Date: Tue, 28 Jul 2015 22:09:35 +0300 Subject: add themes --- Kogaion-nighttime/gtk-2.0/apps/gmusicbrowser.rc | 7 ++ Kogaion-nighttime/gtk-2.0/apps/panel.rc | 117 ++++++++++++++++++++++++ Kogaion-nighttime/gtk-2.0/apps/terminal.rc | 59 ++++++++++++ Kogaion-nighttime/gtk-2.0/apps/thunar.rc | 30 ++++++ 4 files changed, 213 insertions(+) create mode 100755 Kogaion-nighttime/gtk-2.0/apps/gmusicbrowser.rc create mode 100755 Kogaion-nighttime/gtk-2.0/apps/panel.rc create mode 100755 Kogaion-nighttime/gtk-2.0/apps/terminal.rc create mode 100755 Kogaion-nighttime/gtk-2.0/apps/thunar.rc (limited to 'Kogaion-nighttime/gtk-2.0/apps') diff --git a/Kogaion-nighttime/gtk-2.0/apps/gmusicbrowser.rc b/Kogaion-nighttime/gtk-2.0/apps/gmusicbrowser.rc new file mode 100755 index 0000000..0cbc046 --- /dev/null +++ b/Kogaion-nighttime/gtk-2.0/apps/gmusicbrowser.rc @@ -0,0 +1,7 @@ +style "gmusicbrowser-handle" +{ + GtkPaned::handle-size = 1 +} + +widget "Shimmer Desktop.VBMain.HPMain" style "gmusicbrowser-handle" +widget_class "Shimmer Desktop.VBMain.VBTop.HBTop.*" style "toolbar" diff --git a/Kogaion-nighttime/gtk-2.0/apps/panel.rc b/Kogaion-nighttime/gtk-2.0/apps/panel.rc new file mode 100755 index 0000000..fd23793 --- /dev/null +++ b/Kogaion-nighttime/gtk-2.0/apps/panel.rc @@ -0,0 +1,117 @@ +style "theme-panel" = "murrine-dark" +{ + xthickness = 0 + ythickness = 0 + + bg[NORMAL] = shade (0.7, @bg_color_dark) + bg[ACTIVE] = shade (0.5, @bg_color_dark) + bg[PRELIGHT] = shade (0.35, @bg_color_dark) + bg[SELECTED] = shade (0.5, @bg_color_dark) + + fg[NORMAL] = shade (0.9, @base_color) + fg[PRELIGHT] = @base_color + fg[ACTIVE] = shade (0.9, @base_color) + fg[SELECTED] = shade (0.9, @base_color) + + text[NORMAL] = shade (0.9, @base_color) + text[PRELIGHT] = @base_color + text[ACTIVE] = shade (0.9, @base_color) + text[SELECTED] = shade (0.9, @base_color) + + engine "murrine" { + #border_shades = { 1.3, 0.9 } + contrast = 0.0 + roundness = 0 + glowstyle = 0 + glow_shade = 1.4 + glazestyle = 2 + #trough_border_shades = { 3.0, 2.5 } # improve visibility in panel-plugins using the progressbar (xfce4-timer-plugin) + } +} + +style "theme-panel-text" +{ + fg[NORMAL] = @base_color + fg[PRELIGHT] = "#ffffff" + fg[ACTIVE] = @base_color + + text[NORMAL] = @base_color + text[PRELIGHT] = "#ffffff" + text[ACTIVE] = @base_color +} + +style "panel-entry" = "murrine-dark" +{ + 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] = "#ffffff" + text[PRELIGHT] = "#ffffff" +} + +style "workspace-switcher" = "theme-panel" +{ + bg[SELECTED] = shade (0.8, @selected_bg_color) +} + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +widget "*indicator-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 +class "GtkEntry" style "murrine-combo" +class "*SexyIconEntry*" style:highest "murrine-combo" # fixes dict-plugin +widget "*xfce4-verve-plugin*GtkEntry" style:highest "murrine-combo" # fixes verve-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel**" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# dark menus +widget_class "**" style "murrine-dark" +widget_class "**" style "murrine-wide-dark" +widget_class "*.*." style "murrine-dark" +widget_class "*.*." style "panel-entry" +widget_class "*.*." style "murrine-scale-dark" +widget_class "**" style "murrine-menubar" +widget "*.gtk-combobox-popup-menu.*" style "murrine-wide-dark" + +# dark bg and black text for gdm's panel +widget_class "*GdmGreeterPanel*" style "panel-entry" +widget "*GdmClockWidget*" style "murrine-dark" diff --git a/Kogaion-nighttime/gtk-2.0/apps/terminal.rc b/Kogaion-nighttime/gtk-2.0/apps/terminal.rc new file mode 100755 index 0000000..aa48c5f --- /dev/null +++ b/Kogaion-nighttime/gtk-2.0/apps/terminal.rc @@ -0,0 +1,59 @@ +style "terminal" +{ + + bg[NORMAL] = @bg_color + bg[ACTIVE] = @bg_color + bg[PRELIGHT] = @bg_color + bg[SELECTED] = @bg_color + base[NORMAL] = @bg_color +} + +style "terminal-scrollbar" = "scrollbar" +{ + +} + +style "terminal-notebook" +{ + bg[NORMAL] = shade( 0.85, @sidebar_background) + bg[ACTIVE] = shade( 0.70, @sidebar_background) + fg[NORMAL] = shade (0.80, @text_color) # text selected tab + fg[ACTIVE] = shade( 0.28, @sidebar_background) # text unselected tab + + engine "murrine" + { + gradient_shades = {1.00,0.96,0.92,0.88} + highlight_shade = 1.03 + roundness = 0 + contrast = 0.0 + + ## things that don't work: + #glow_shade = 0.8 + #glowstyle = 2 + #focusstyle = 3 + #glazestyle = 3 + #border_shades = { 0.45, 2.5 } + #prelight_shade = 1.5 + } +} + +style "notebook-button" { + xthickness = 0 + ythickness = 0 + bg[ACTIVE] = shade (0.68, @sidebar_background) + bg[PRELIGHT] = shade (0.75, @sidebar_background) + engine "murrine" + { + gradient_shades = {1.00,1.00,1.00,1.00} + contrast = 0.6 + roundness = 0 + } +} + +class "*TerminalWindow" style "terminal" +widget_class "TerminalWindow*GtkNotebook" style "terminal-notebook" +widget_class "TerminalWindow**" style "terminal-notebook" +widget_class "TerminalWindow**" style "notebook-button" +# widget "*TerminalWindow.*.GtkVScrollbar" style "terminal-scrollbar" + + diff --git a/Kogaion-nighttime/gtk-2.0/apps/thunar.rc b/Kogaion-nighttime/gtk-2.0/apps/thunar.rc new file mode 100755 index 0000000..8e6ef55 --- /dev/null +++ b/Kogaion-nighttime/gtk-2.0/apps/thunar.rc @@ -0,0 +1,30 @@ +## Some additional thunar-specific theming +style "thunar-path-entry-increased-style" +{ + ThunarPathEntry::icon-size = 16 +} +class "ThunarPathEntry" style "thunar-path-entry-increased-style" + +style "thunar-location-buttons" +{ + ThunarLocationButtons::spacing = 0 +} +class "ThunarLocationButtons" style "thunar-location-buttons" + +style "sidepane" +{ + base[NORMAL] = @sidebar_background # backgroung + bg[NORMAL] = shade (0.91, @base_color) + bg[PRELIGHT] = @fg_color + + engine "murrine" + { + # gradient_shades = {1.00, 1.05, 1.05, 1.10} + contrast = 0.80 + } +} + +widget_class "*ThunarShortcutsView*" style "sidepane" +widget_class "*ThunarTreeView*" style "sidepane" +widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane" + -- cgit v1.2.3