From 56560fd597f94dfe6fe5fa79648398ab29d05775 Mon Sep 17 00:00:00 2001 From: xero Date: Mon, 14 Jul 2014 13:23:05 -0400 Subject: updated repo to manage dotfiles via gnu stow, the symlink farm manager. happy birthday commit! :birthday: :sparkles: --- themes/.themes/cathexis/gtk-2.0/apps/banshee.rc | 23 ++++++++++ themes/.themes/cathexis/gtk-2.0/apps/chromium.rc | 40 +++++++++++++++++ themes/.themes/cathexis/gtk-2.0/apps/ff.rc | 43 ++++++++++++++++++ .../cathexis/gtk-2.0/apps/gnome-terminal.rc | 52 ++++++++++++++++++++++ themes/.themes/cathexis/gtk-2.0/apps/nautilus.rc | 11 +++++ 5 files changed, 169 insertions(+) create mode 100755 themes/.themes/cathexis/gtk-2.0/apps/banshee.rc create mode 100755 themes/.themes/cathexis/gtk-2.0/apps/chromium.rc create mode 100755 themes/.themes/cathexis/gtk-2.0/apps/ff.rc create mode 100755 themes/.themes/cathexis/gtk-2.0/apps/gnome-terminal.rc create mode 100755 themes/.themes/cathexis/gtk-2.0/apps/nautilus.rc (limited to 'themes/.themes/cathexis/gtk-2.0/apps') diff --git a/themes/.themes/cathexis/gtk-2.0/apps/banshee.rc b/themes/.themes/cathexis/gtk-2.0/apps/banshee.rc new file mode 100755 index 0000000..d49aaf7 --- /dev/null +++ b/themes/.themes/cathexis/gtk-2.0/apps/banshee.rc @@ -0,0 +1,23 @@ +# ============================================================================== +# BANSHEE SPECIFIC SETTINGS +# ============================================================================== + +style "banshee_scrollbar" { + engine "murrine" { + roundness = 20 + } +} + +widget "__gtksharp_1*SeekSlider*" style "scale" +widget "__gtksharp_1*Player*croll*" style "banshee_scrollbar" + +widget_class "__gtksharp_1**" style "default" +widget_class "__gtksharp_1**" style "button" +#widget_class "__gtksharp_1**" style "scale" + + + + + + + diff --git a/themes/.themes/cathexis/gtk-2.0/apps/chromium.rc b/themes/.themes/cathexis/gtk-2.0/apps/chromium.rc new file mode 100755 index 0000000..c73343a --- /dev/null +++ b/themes/.themes/cathexis/gtk-2.0/apps/chromium.rc @@ -0,0 +1,40 @@ +# ============================================================================== +# CHROMIUM SPECIFIC SETTINGS +# ============================================================================== + +style "chromium_toolbar_button" { + engine "murrine" { + roundness = 3 + textstyle = 0 + } +} + +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = @menu_bg_color + ChromeGtkFrame::inactive-frame-color = @menu_bg_color + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = @menu_bg_color + + ChromeGtkFrame::incognito-frame-color = @selected_bg_color + ChromeGtkFrame::incognito-inactive-frame-color = @menu_bg_color + + + ChromeGtkFrame::incognito-frame-gradient-size = 0 + ChromeGtkFrame::incognito-frame-gradient-color = @selected_bg_color + + ChromeGtkFrame::scrollbar-trough-color = @bg_color + ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*Chrome*Button*" style "chromium_toolbar_button" + + + + + + diff --git a/themes/.themes/cathexis/gtk-2.0/apps/ff.rc b/themes/.themes/cathexis/gtk-2.0/apps/ff.rc new file mode 100755 index 0000000..43a8360 --- /dev/null +++ b/themes/.themes/cathexis/gtk-2.0/apps/ff.rc @@ -0,0 +1,43 @@ +# ============================================================================== +# FIREFOX SPECIFIC SETTINGS +# ============================================================================== + +style "ff-default" { + GtkCheckButton::indicator-size = 14 + bg[NORMAL] = @menu_bg_color +} + +style "theme-toolbar" { + + bg[NORMAL] = @bg_color + bg[INSENSITIVE] = lighter (@menu_bg_color) + fg[NORMAL] = @fg_color + fg[ACTIVE] = @menu_bg_color + fg[SELECTED] =@menu_bg_color + fg[PRELIGHT] = @selected_fg_color + text[NORMAL] = @fg_color + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @menu_bg_color + text[PRELIGHT] = @selected_fg_color + base[NORMAL] = @base_color + +} + +widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar" +#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar" + +widget "MozillaGtkWidget*" style "ff-default" + +# ------------------------------------------------------------------------------ +# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone) +# ------------------------------------------------------------------------------ + +# Top toolbars (and maybe others) +#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar" + +# Findbar entry, gecko (all html) entry +#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry" + +# ALL buttons +#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button" + diff --git a/themes/.themes/cathexis/gtk-2.0/apps/gnome-terminal.rc b/themes/.themes/cathexis/gtk-2.0/apps/gnome-terminal.rc new file mode 100755 index 0000000..403991d --- /dev/null +++ b/themes/.themes/cathexis/gtk-2.0/apps/gnome-terminal.rc @@ -0,0 +1,52 @@ +# ============================================================================== +# GNOME TERMINAL SPECIFIC SETTINGS +# ============================================================================== + +style "terminal_window" = "dark" { +} + +style "terminal_menubar" +{ + engine "murrine" { + } +} + +style "terminal_notebook" = "dark" +{ + fg[ACTIVE] = mix (0.8, "#dfdbd2", "#3c3b37") + + engine "murrine" { + } +} + +style "terminal_scrollbar" = "scrollbar" +{ + bg[NORMAL] = "#3c3b37" + bg[PRELIGHT] = shade(1.08, "#3c3b37") + bg[ACTIVE] = shade(0.94, "#3c3b37") + bg[SELECTED] = shade(1.0, @selected_bg_color) + bg[INSENSITIVE] = "#3c3b37" + + engine "murrine" { + } +} + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#300a24" + + 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/.themes/cathexis/gtk-2.0/apps/nautilus.rc b/themes/.themes/cathexis/gtk-2.0/apps/nautilus.rc new file mode 100755 index 0000000..1f5fd66 --- /dev/null +++ b/themes/.themes/cathexis/gtk-2.0/apps/nautilus.rc @@ -0,0 +1,11 @@ +# ============================================================================== +# NAUTILUS SPECIFIC SETTINGS +# ============================================================================== + +style "nautilus_info_pane" { + bg[NORMAL] = @bg_color +} + +widget_class "*Nautilus**" style "nautilus_info_pane" +widget_class "*Nautilus*" style "notebook_button" +widget_class "*Nautilus**" style "notebook_button" -- cgit v1.2.1