summaryrefslogtreecommitdiff
path: root/Redcore-daylight/gtk-2.0/apps
diff options
context:
space:
mode:
Diffstat (limited to 'Redcore-daylight/gtk-2.0/apps')
-rw-r--r--Redcore-daylight/gtk-2.0/apps/chromium.rc19
-rw-r--r--Redcore-daylight/gtk-2.0/apps/claws-mail.rc3
-rw-r--r--Redcore-daylight/gtk-2.0/apps/gmusicbrowser.rc17
-rw-r--r--Redcore-daylight/gtk-2.0/apps/terminal.rc51
-rw-r--r--Redcore-daylight/gtk-2.0/apps/thunar.rc79
-rw-r--r--Redcore-daylight/gtk-2.0/apps/thunar/breadcrumb_active.pngbin0 -> 1198 bytes
-rw-r--r--Redcore-daylight/gtk-2.0/apps/thunar/breadcrumb_default.pngbin0 -> 725 bytes
-rw-r--r--Redcore-daylight/gtk-2.0/apps/thunar/breadcrumb_prelight.pngbin0 -> 724 bytes
-rw-r--r--Redcore-daylight/gtk-2.0/apps/thunar/sidebar_active.pngbin0 -> 194 bytes
-rw-r--r--Redcore-daylight/gtk-2.0/apps/xfce-panel.rc144
10 files changed, 313 insertions, 0 deletions
diff --git a/Redcore-daylight/gtk-2.0/apps/chromium.rc b/Redcore-daylight/gtk-2.0/apps/chromium.rc
new file mode 100644
index 0000000..ae907fb
--- /dev/null
+++ b/Redcore-daylight/gtk-2.0/apps/chromium.rc
@@ -0,0 +1,19 @@
+# Google Chrome/Chromium theming (requires 9.0.597 or newer)
+style "chrome-gtk-frame"
+{
+ ChromeGtkFrame::frame-color = shade (1.0, @bg_color)
+ ChromeGtkFrame::inactive-frame-color = shade (1.0, @bg_color)
+ ChromeGtkFrame::incognito-frame-color = shade (0.5, @bg_color)
+ ChromeGtkFrame::incognito-inactive-frame-color = shade (0.5, @bg_color)
+
+ ChromeGtkFrame::frame-gradient-size = 100
+ ChromeGtkFrame::frame-gradient-color = shade (1.08,@bg_color)
+ ChromeGtkFrame::inactive-frame-gradient-color = shade (1.08,@bg_color)
+ ChromeGtkFrame::incognito-frame-gradient-color = shade (1.08,@bg_color)
+ ChromeGtkFrame::incognito-inactive-frame-gradient-color = shade (1.08,@bg_color)
+
+ ChromeGtkFrame::scrollbar-trough-color = @base_color
+ ChromeGtkFrame::scrollbar-slider-prelight-color = shade(0.92, @bg_color)
+ ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color
+}
+class "ChromeGtkFrame" style "chrome-gtk-frame"
diff --git a/Redcore-daylight/gtk-2.0/apps/claws-mail.rc b/Redcore-daylight/gtk-2.0/apps/claws-mail.rc
new file mode 100644
index 0000000..0dc1c1d
--- /dev/null
+++ b/Redcore-daylight/gtk-2.0/apps/claws-mail.rc
@@ -0,0 +1,3 @@
+widget_class "*<GtkNotebook>.<GtkScrolledWindow>.<GtkViewport>*" style "notebook" # Claws-Mail compose-window workaround
+widget_class "*.<GtkCMCTree>.<GtkButton>" style "treeview-header" # Claws-Mail treeview-headers
+widget_class "*.<GtkCMCList>.<GtkButton>" style "treeview-header" # Claws-Mail treeview-headers
diff --git a/Redcore-daylight/gtk-2.0/apps/gmusicbrowser.rc b/Redcore-daylight/gtk-2.0/apps/gmusicbrowser.rc
new file mode 100644
index 0000000..9672665
--- /dev/null
+++ b/Redcore-daylight/gtk-2.0/apps/gmusicbrowser.rc
@@ -0,0 +1,17 @@
+style "traytip-bg"
+{
+ bg[NORMAL] = @base_color
+ engine "murrine"
+ {
+ textstyle = 1
+ text_shade = 0.75
+ }
+}
+
+style "gmusicbrowser-handle"
+{
+ GtkPaned::handle-size = 1
+}
+
+widget "Shimmer Desktop.VBMain.HPMain" style "gmusicbrowser-handle"
+widget "Shimmer Traytip" style "traytip-bg" \ No newline at end of file
diff --git a/Redcore-daylight/gtk-2.0/apps/terminal.rc b/Redcore-daylight/gtk-2.0/apps/terminal.rc
new file mode 100644
index 0000000..de05835
--- /dev/null
+++ b/Redcore-daylight/gtk-2.0/apps/terminal.rc
@@ -0,0 +1,51 @@
+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"
+{
+ base[NORMAL] = @bg_color
+ bg[NORMAL] = @bg_color
+ bg[PRELIGHT] = shade(0.95,@bg_color)
+ engine "murrine" {
+ gradient_shades = {0.85,0.85,0.85,0.85}
+ colorize_scrollbar = FALSE
+ glow_shade = 1.0
+ trough_shades = { 0.975, 0.975 } # make the trough #CECECE (@bg_color)
+ trough_border_shades = { 1.03, 1.03 } # make the trough #CECECE
+ border_shades = { 0.75, 0.75 }
+ contrast = 0.0
+ }
+}
+
+style "terminal-notebook" = "dark"
+{
+ bg[NORMAL] = shade (1.08, @bg_color) # Tab background.
+ bg[ACTIVE] = shade (0.98, @bg_color) # Unfocused tab background.
+ fg[ACTIVE] = shade (0.86, @bg_color)
+ base[NORMAL] = @text_color
+ engine "murrine"
+ {
+ highlight_shade = 1.0
+ roundness = 3
+ contrast = 0.6
+
+
+ ## 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
+ }
+}
+
+class "*TerminalWindow" style "terminal"
+widget_class "TerminalWindow*GtkNotebook" style "terminal-notebook"
+widget "*TerminalWindow.*.GtkVScrollbar" style "terminal-scrollbar"
diff --git a/Redcore-daylight/gtk-2.0/apps/thunar.rc b/Redcore-daylight/gtk-2.0/apps/thunar.rc
new file mode 100644
index 0000000..9add032
--- /dev/null
+++ b/Redcore-daylight/gtk-2.0/apps/thunar.rc
@@ -0,0 +1,79 @@
+style "sidepane"
+{
+ GtkTreeView::vertical-separator = 4
+
+ base[NORMAL] = mix (0.1, shade (1.35,@selected_bg_color), shade (0.9,@base_color))
+ base[INSENSITIVE] = mix (0.4, shade (1.35,@selected_bg_color), shade (0.9,@base_color))
+
+ text[NORMAL] = mix (0.7, @text_color, @base_color)
+ text[ACTIVE] = mix (0.7, @text_color, @base_color)
+ text[SELECTED] = mix (0.7, @text_color, @base_color)
+
+ engine "pixmap" {
+
+ image {
+ function = FLAT_BOX
+ state = SELECTED
+ recolorable = TRUE
+ file = "thunar/sidebar_active.png"
+ border = { 0, 0, 0, 0 }
+ stretch = TRUE
+ }
+
+ image {
+ function = FOCUS
+ recolorable = TRUE
+ file = "thunar/sidebar_active.png"
+ border = { 0, 0, 0, 0 }
+ stretch = TRUE
+ }
+ }
+}
+
+style "breadcrumbs"
+{
+ xthickness = 9
+ ythickness = 4
+ ThunarLocationButtons::spacing = 0
+
+ engine "pixmap" {
+ image {
+ function = BOX
+ state = PRELIGHT
+ recolorable = TRUE
+ file = "thunar/breadcrumb_prelight.png"
+ border = { 4, 10, 0, 0 }
+ stretch = TRUE
+ }
+ image {
+ function = BOX
+ state = ACTIVE
+ file = "thunar/breadcrumb_active.png"
+ border = { 4, 10, 0, 0 }
+ stretch = TRUE
+ }
+ image {
+ function = BOX
+ state = INSENSITIVE
+ file = ""
+ border = { 0, 10, 0, 0 }
+ stretch = TRUE
+ }
+ image {
+ function = BOX
+ file = "thunar/breadcrumb_default.png"
+ border = { 4, 10, 0, 10 }
+ stretch = TRUE
+ }
+ }
+}
+
+widget_class "*ThunarLocationButtons*" style "breadcrumbs"
+widget_class "*ThunarShortcutsView*" style "sidepane"
+widget_class "*ThunarTreeView*" style "sidepane"
+widget_class "*ThunarLocationEntry*" style "entry"
+widget_class "*ThunarStatusbar*" style "resize-grip"
+
+# Gtk2 Open-File Dialog
+widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane"
+widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.<GtkTreeView>.<GtkButton>" style "treeview-header" \ No newline at end of file
diff --git a/Redcore-daylight/gtk-2.0/apps/thunar/breadcrumb_active.png b/Redcore-daylight/gtk-2.0/apps/thunar/breadcrumb_active.png
new file mode 100644
index 0000000..08fa7d0
--- /dev/null
+++ b/Redcore-daylight/gtk-2.0/apps/thunar/breadcrumb_active.png
Binary files differ
diff --git a/Redcore-daylight/gtk-2.0/apps/thunar/breadcrumb_default.png b/Redcore-daylight/gtk-2.0/apps/thunar/breadcrumb_default.png
new file mode 100644
index 0000000..57b41e9
--- /dev/null
+++ b/Redcore-daylight/gtk-2.0/apps/thunar/breadcrumb_default.png
Binary files differ
diff --git a/Redcore-daylight/gtk-2.0/apps/thunar/breadcrumb_prelight.png b/Redcore-daylight/gtk-2.0/apps/thunar/breadcrumb_prelight.png
new file mode 100644
index 0000000..dbd7bc7
--- /dev/null
+++ b/Redcore-daylight/gtk-2.0/apps/thunar/breadcrumb_prelight.png
Binary files differ
diff --git a/Redcore-daylight/gtk-2.0/apps/thunar/sidebar_active.png b/Redcore-daylight/gtk-2.0/apps/thunar/sidebar_active.png
new file mode 100644
index 0000000..f430cfe
--- /dev/null
+++ b/Redcore-daylight/gtk-2.0/apps/thunar/sidebar_active.png
Binary files differ
diff --git a/Redcore-daylight/gtk-2.0/apps/xfce-panel.rc b/Redcore-daylight/gtk-2.0/apps/xfce-panel.rc
new file mode 100644
index 0000000..60f497a
--- /dev/null
+++ b/Redcore-daylight/gtk-2.0/apps/xfce-panel.rc
@@ -0,0 +1,144 @@
+style "theme-panel" = "dark"
+{
+ xthickness = 1
+ ythickness = 1
+
+ bg[NORMAL] = shade (0.35, @bg_color_dark)
+ bg[ACTIVE] = shade (0.65, @bg_color_dark)
+ bg[PRELIGHT] = shade (0.85, @selected_bg_color)
+ bg[SELECTED] = @selected_bg_color
+
+ 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" {
+ roundness = 0
+ glowstyle = 0
+ glazestyle = 0
+ textstyle = 1
+ text_shade = 0.2
+ }
+}
+
+style "theme-panel-text"
+{
+ fg[NORMAL] = @base_color
+ fg[PRELIGHT] = "#dedede"
+ fg[ACTIVE] = @base_color
+
+ text[NORMAL] = @base_color
+ text[PRELIGHT] = "#dedede"
+ text[ACTIVE] = @base_color
+
+ engine "murrine" {
+ textstyle = 1
+ text_shade = 0.2
+ }
+}
+
+style "panel-entry" = "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] = "#dedede"
+ text[PRELIGHT] = "#dedede"
+}
+
+style "workspace-switcher" = "theme-panel"
+{
+ bg[ACTIVE] = shade (0.8, @selected_bg_color)
+ bg[SELECTED] = shade (0.8, @selected_bg_color)
+}
+
+style "window-buttons" = "theme-panel"
+{
+ xthickness = 3
+ ythickness = 3
+
+ bg[ACTIVE] = shade (0.65, @selected_bg_color)
+ bg[PRELIGHT] = shade (0.85, @selected_bg_color)
+ bg[SELECTED] = shade (0.85, @selected_bg_color)
+
+ fg[NORMAL] = shade (0.7, @base_color)
+ fg[ACTIVE] = @base_color
+ fg[PRELIGHT] = @base_color
+
+ engine "murrine" {
+ contrast = 0.0
+ gradient_shades = { 1.0, 0.9, 0.8, 0.7 }
+ roundness = 1
+ reliefstyle = 0
+ textstyle = 1
+ text_shade = 0.2
+ }
+}
+
+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"
+widget "*TopMenu*" 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 "*PagerButtons*" style "workspace-switcher"
+
+# Fix gtk-entries in the panel
+class "GtkEntry" style "combo"
+class "*SexyIconEntry*" style:highest "combo" # fixes dict-plugin
+widget "*xfce4-verve-plugin*GtkEntry" style:highest "combo" # fixes verve-plugin
+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"
+widget "*XfceTasklist*" style "window-buttons"