aboutsummaryrefslogtreecommitdiff
path: root/.themes/Relax-GTK/gtk-2.0/apps
diff options
context:
space:
mode:
Diffstat (limited to '.themes/Relax-GTK/gtk-2.0/apps')
-rwxr-xr-x.themes/Relax-GTK/gtk-2.0/apps/chrome.rc50
-rwxr-xr-x.themes/Relax-GTK/gtk-2.0/apps/gimp.rc83
-rwxr-xr-x.themes/Relax-GTK/gtk-2.0/apps/libreoffice.rc12
-rwxr-xr-x.themes/Relax-GTK/gtk-2.0/apps/terminal.rc48
-rwxr-xr-x.themes/Relax-GTK/gtk-2.0/apps/thunar.rc24
-rwxr-xr-x.themes/Relax-GTK/gtk-2.0/apps/xfce.rc90
6 files changed, 307 insertions, 0 deletions
diff --git a/.themes/Relax-GTK/gtk-2.0/apps/chrome.rc b/.themes/Relax-GTK/gtk-2.0/apps/chrome.rc
new file mode 100755
index 000000000..0c37ab339
--- /dev/null
+++ b/.themes/Relax-GTK/gtk-2.0/apps/chrome.rc
@@ -0,0 +1,50 @@
+# ==============================================================================
+# CHROME/-UIM SPECIFIC SETTINGS
+# ==============================================================================
+
+# Chromium lets us define some colours and settings for better integration
+
+style "chrome-gtk-frame"
+{
+ ChromeGtkFrame::frame-color = @wm_color
+ ChromeGtkFrame::inactive-frame-color = @unfocused_wm_color
+
+ ChromeGtkFrame::frame-gradient-size = 16
+ ChromeGtkFrame::frame-gradient-color = shade(1.07, @wm_color)
+
+ ChromeGtkFrame::incognito-frame-color = shade(0.85, @wm_color)
+ ChromeGtkFrame::incognito-inactive-frame-color = @wm_color
+
+ ChromeGtkFrame::incognito-frame-gradient-color = @wm_color
+
+ ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @wm_color)
+ ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @wm_color)
+ ChromeGtkFrame::scrollbar-slider-normal-color = @wm_color
+}
+
+class "ChromeGtkFrame" style "chrome-gtk-frame"
+
+# Chromium uses base as the fill colour of its own entries
+# This would be fine but Gtk+ uses it to fill the surrounding space, so its set to bg
+# That results in Chromium using it for the fill, so we need to handle that
+
+style "chrome_entry" {
+ base[NORMAL] = @base_color
+ base[INSENSITIVE] = @base_color
+}
+
+widget_class "*Chrom*<GtkEntry>" style "chrome_entry"
+
+# Chrome Menu item background
+
+style "chrome_menu_item"
+{
+ bg[SELECTED] = @wm_color
+}
+
+widget_class "*<GtkCustomMenu>*<GtkCustomMenuItem>*" style "chrome_menu_item"
+
+
+# Chrome buttons
+
+widget_class "*Chrom*Button*" style "button"
diff --git a/.themes/Relax-GTK/gtk-2.0/apps/gimp.rc b/.themes/Relax-GTK/gtk-2.0/apps/gimp.rc
new file mode 100755
index 000000000..490880394
--- /dev/null
+++ b/.themes/Relax-GTK/gtk-2.0/apps/gimp.rc
@@ -0,0 +1,83 @@
+# ==============================================================================
+# GIMP SPECIFIC SETTINGS
+# ==============================================================================
+
+# TODO: This could really look nicer
+style "gimp_spin_scale" {
+
+ # Spin background
+ bg[NORMAL] = @base_color
+
+ engine "pixmap" {
+
+ image {
+ function = BOX
+ state = NORMAL
+ detail = "spinbutton_up"
+ overlay_file = "assets/spin-up.png"
+ overlay_stretch = FALSE
+ }
+
+ image {
+ function = BOX
+ state = PRELIGHT
+ detail = "spinbutton_up"
+ overlay_file = "assets/spin-up.png"
+ overlay_stretch = FALSE
+ }
+
+ image {
+ function = BOX
+ state = ACTIVE
+ detail = "spinbutton_up"
+ overlay_file = "assets/spin-up.png"
+ overlay_stretch = FALSE
+ }
+
+ image {
+ function = BOX
+ state = INSENSITIVE
+ detail = "spinbutton_up"
+ overlay_file = "assets/spin-up-insensitive.png"
+ overlay_stretch = FALSE
+ }
+
+ image {
+ function = BOX
+ state = NORMAL
+ detail = "spinbutton_down"
+ overlay_file = "assets/spin-down.png"
+ overlay_stretch = FALSE
+ }
+
+ image {
+ function = BOX
+ state = PRELIGHT
+ detail = "spinbutton_down"
+ overlay_file = "assets/spin-down.png"
+ overlay_stretch = FALSE
+ }
+
+ image {
+ function = BOX
+ state = ACTIVE
+ detail = "spinbutton_down"
+ overlay_file = "assets/spin-down.png"
+ overlay_stretch = FALSE
+ }
+
+ image {
+ function = BOX
+ state = INSENSITIVE
+ detail = "spinbutton_down"
+ overlay_file = "assets/spin-down-insensitive.png"
+ overlay_stretch = FALSE
+ }
+
+ }
+
+}
+
+
+# Disable spin button assets for GimpSpinScale
+class "GimpSpinScale" style "gimp_spin_scale" \ No newline at end of file
diff --git a/.themes/Relax-GTK/gtk-2.0/apps/libreoffice.rc b/.themes/Relax-GTK/gtk-2.0/apps/libreoffice.rc
new file mode 100755
index 000000000..6e976a2b4
--- /dev/null
+++ b/.themes/Relax-GTK/gtk-2.0/apps/libreoffice.rc
@@ -0,0 +1,12 @@
+# ==============================================================================
+# OPEN/LIBREOFFICE SPECIFIC SETTINGS
+# ==============================================================================
+
+style "ooo_stepper_hack"
+{
+ GtkScrollbar::stepper-size = 13
+ GtkScrollbar::has-backward-stepper = 1
+ GtkScrollbar::has-forward-stepper = 1
+}
+
+widget "*openoffice-toplevel*" style "ooo_stepper_hack" \ No newline at end of file
diff --git a/.themes/Relax-GTK/gtk-2.0/apps/terminal.rc b/.themes/Relax-GTK/gtk-2.0/apps/terminal.rc
new file mode 100755
index 000000000..07f4346b7
--- /dev/null
+++ b/.themes/Relax-GTK/gtk-2.0/apps/terminal.rc
@@ -0,0 +1,48 @@
+# ==============================================================================
+# GNOME TERMINAL SPECIFIC SETTINGS
+# ==============================================================================
+
+style "terminal_window" = "dark" {
+}
+
+style "terminal_menubar"
+{
+
+ engine "murrine" {
+ }
+}
+
+style "terminal_notebook" = "dark"
+{
+ fg[ACTIVE] = mix (0.8, "#DADBDB", "#DADBDB")
+
+ engine "murrine" {
+ }
+}
+
+style "terminal_scrollbar" = "scrollbar"
+{
+ bg[NORMAL] = "#263238"
+ bg[PRELIGHT] = shade(1.08, "#263238")
+ bg[ACTIVE] = shade(0.94, "#263238")
+ bg[SELECTED] = shade(1.0, @selected_bg_color)
+ bg[INSENSITIVE] = "#263238"
+
+ engine "murrine" {
+ }
+}
+
+style "terminal_screen"
+{
+ text[NORMAL] = "#DADBDB"
+ base[NORMAL] = "#384952"
+
+ TerminalScreen::background-darkness = 0.95
+}
+
+widget "*TerminalWindow*" style "terminal_window"
+#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar"
+widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook"
+widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar"
+#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button"
+widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen"
diff --git a/.themes/Relax-GTK/gtk-2.0/apps/thunar.rc b/.themes/Relax-GTK/gtk-2.0/apps/thunar.rc
new file mode 100755
index 000000000..328ceb58c
--- /dev/null
+++ b/.themes/Relax-GTK/gtk-2.0/apps/thunar.rc
@@ -0,0 +1,24 @@
+# ==============================================================================
+# THUNAR SPECIFIC SETTINGS
+# ==============================================================================
+
+style "sidepane" {
+
+ GtkTreeView::odd_row_color = @sidebar_bg
+ GtkTreeView::even_row_color = @sidebar_bg
+ base[NORMAL] = @bg_color
+ base[INSENSITIVE] = mix(0.4, shade(1.35, @selected_bg_color), shade(0.9, @base_color))
+ bg[NORMAL] = @bg_color
+ text[NORMAL] = mix(0.9, @fg_color, @bg_color)
+}
+
+style "thunar-frame" {
+ xthickness = 0
+ ythickness = 0
+}
+style "thunar-handle" { GtkPaned::handle-size = 2 }
+widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame"
+widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle"
+
+widget_class "*ThunarShortcutsView*" style "sidepane"
+widget_class "*ThunarTreeView*" style "sidepane"
diff --git a/.themes/Relax-GTK/gtk-2.0/apps/xfce.rc b/.themes/Relax-GTK/gtk-2.0/apps/xfce.rc
new file mode 100755
index 000000000..f8c2acd5a
--- /dev/null
+++ b/.themes/Relax-GTK/gtk-2.0/apps/xfce.rc
@@ -0,0 +1,90 @@
+style "theme-panel" = "dark" {
+ xthickness = 1
+ ythickness = 1
+ bg[NORMAL] = @panel_bg_color
+}
+
+style "xfdesktop-icon-view" {
+ XfdesktopIconView::label-alpha = 0
+ XfdesktopIconView::selected-label-alpha = 80
+ XfdesktopIconView::shadow-x-offset = 0
+ XfdesktopIconView::shadow-y-offset = 0
+ XfdesktopIconView::selected-shadow-x-offset = 0
+ XfdesktopIconView::selected-shadow-y-offset = 0
+ XfdesktopIconView::shadow-color = @tooltip_bg_color
+ XfdesktopIconView::selected-shadow-color = @tooltip_bg_color
+ XfdesktopIconView::cell-spacing = 2
+ XfdesktopIconView::cell-padding = 6
+ XfdesktopIconView::cell-text-width-proportion = 1.9
+
+ fg[NORMAL] = shade (0.9, @selected_fg_color)
+ fg[ACTIVE] = @selected_fg_color
+
+}
+
+style "theme-panel-text" = "dark" {
+}
+
+style "panel-entry" = "dark" {
+}
+
+style "theme-main-menu-text" = "theme-panel-text"
+{
+ fg[PRELIGHT] = "#ffffff"
+ text[PRELIGHT] = "#ffffff"
+}
+
+style "workspace-switcher" = "dark"
+{
+ bg[SELECTED] = shade (0.8, @selected_bg_color)
+}
+
+style "window-buttons" = "dark" {
+
+}
+
+style "indicator" = "theme-panel"
+{
+ xthickness = 0
+ ythickness = 0
+}
+
+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"
+widget "*XfdesktopIconView*" style "xfdesktop-icon-view"
+
+# Fix gtk-entries in the panel
+class "*SexyIconEntry*" style:highest "entry" # fixes dict-plugin
+widget "*xfce4-verve-plugin*GtkEntry" style:highest "entry" # fixes verve-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"
+#widget "*XfceTasklist*" style "dark_button"