summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-06-06 21:52:24 +0200
committerraveit65 <[email protected]>2014-06-06 21:52:24 +0200
commit29dab61ffada44e708fc50ea57a1a11132fa456d (patch)
tree1ff640b3f032aa984b7c10086d4eaff423f62cd0 /desktop-themes/GreenLaguna
parentbdd6cbd03d4f5a5cf310d20beadcbf5a7959c23c (diff)
downloadmate-themes-29dab61ffada44e708fc50ea57a1a11132fa456d.tar.bz2
mate-themes-29dab61ffada44e708fc50ea57a1a11132fa456d.tar.xz
GreenLaguna GTK3: adjustments for caja, mate-terminal and mate-panel
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/Makefile.am1
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css1
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css393
3 files changed, 395 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am b/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am
index ca0da724..a503672d 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am
+++ b/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am
@@ -8,6 +8,7 @@ theme_DATA = \
gtk-main-common.css \
gtk-widgets.css \
gtk-widgets-assets.css \
+ mate-applications.css \
settings.ini
EXTRA_DIST = $(theme_DATA)
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css
index c54329af..06f28c72 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css
@@ -99,3 +99,4 @@
@import url("gtk-main-common.css");
@import url("gtk-widgets.css");
@import url("gtk-widgets-assets.css");
+@import url("mate-applications.css");
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
new file mode 100644
index 00000000..2de053e7
--- /dev/null
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -0,0 +1,393 @@
+/************
+ * Caja *
+ ************/
+
+/* Look out !
+This is the background color of caja view */
+CajaView .entry {
+ background-color: shade(@base_color, 1.08);
+}
+
+/* FIXME, doesn't work */
+.caja-inactive-pane .view {
+ background-color: shade(@theme_bg_color, 0.9);
+}
+
+.caja-inactive-pane .notebook {
+ background-color: shade(@theme_bg_color, 0.9);
+}
+
+.caja-inactive-pane .notebook tab.top:active {
+ background-image: linear-gradient(to bottom,
+ shade(@theme_bg_color, 0.8),
+ shade(@theme_bg_color, 0.86) 40%,
+ shade(@theme_bg_color, 0.88) 70%,
+ shade(@theme_bg_color, 0.9));
+}
+
+.caja-inactive-pane .notebook .scrollbar.button:insensitive {
+ background-color: shade(@theme_bg_color, 0.9);
+ border-radius: 0px;
+}
+
+/*FIXME normaly this isn't the right entry for adjusting
+the sidebar background color*/
+CajaWindow .view {
+ background-color: shade(@base_color, 1.03);
+}
+
+/* file renaming */
+CajaView .view .entry,
+CajaView .view .entry:focus {
+ background-image: none;
+ border-image: none;
+ border-style: solid;
+ border-radius: 1px;
+ border-color: @theme_selected_bg_color;
+}
+
+/*CajaToolbar .toolbar {
+ border-radius: 0px;
+}*/
+
+/* the small line between sidebar and view */
+CajaWindow * {
+ -GtkPaned-handle-size: 1px;
+}
+
+CajaWindow GtkScrolledWindow.frame {
+ border-style: none;
+}
+
+CajaView .expander column:sorted:selected,
+CajaView .expander column:sorted:selected:hover {
+ background-image: none;
+ background-color: transparent;
+}
+
+CajaWindow .floating-bar {
+ font: italic;
+}
+
+CajaWindow .notebook {
+ /*border-color: shade(@notebook_border, 1.2);*/
+ border-radius: 0px 0px 5px 5px;
+}
+
+CajaWindow .notebook tab {
+ border-radius: 0px;
+}
+
+CajaWindow .notebook tab:active {
+ border-radius: 0px 0px 5px 5px;
+}
+
+CajaWindow .notebook tab.top {
+ /* top right-left bottom */
+ padding: 4px 8px 4px;
+}
+
+CajaWindow .notebook tab.top:active {
+ padding: 6px 8px 4px;
+}
+
+CajaWindow .notebook .view.rubberband,
+CajaWindow .notebook .rubberband {
+ background-color: alpha(@theme_selected_bg_color, 0.35);
+ border-radius: 6px;
+}
+
+/* FIXME, Why this doesn't work with caja? */
+CajaWindow .sidebar .view {
+ background-color: shade(@theme_bg_color, 1.03);
+ border-width: 0px;
+}
+
+CajaWindow .sidebar .frame {
+ border-width: 0px;
+}
+
+CajaWindow .sidebar .scrollbar.button {
+ color: transparent;
+}
+
+CajaWindow .sidebar .scrollbar.button:hover {
+ color: @theme_fg_color;
+}
+
+CajaPlacesSidebar .cell:selected,
+CajaPlacesSidebar *.cell:selected {
+ background-image: linear-gradient(to bottom,
+ shade(@theme_bg_color, 1.3),
+ shade(@theme_bg_color, 0.73));
+ color: @theme_text_color;
+ border-radius: 2px;
+}
+
+CajaPlacesSidebar .cell:selected:focus,
+CajaPlacesSidebar *.cell:selected:focus {
+ color: @theme_text_color;
+ background-image: linear-gradient(to top,
+ shade(@theme_bg_color, 1.3),
+ shade(@theme_bg_color, 0.73));
+}
+
+CajaPlacesSidebar .cell.image:selected,
+CajaPlacesSidebar .cell.image:selected:focus {
+ color: shade(@theme_selected_bg_color, 0.75);
+}
+
+
+CajaWindow .question, /* why question for trash? */
+CajaWindow .info,
+CajaTrashBar.info,
+CajaXContentBar.info,
+CajaQueryEditor.info,
+CajaSearchBar.info {
+ background-color: @theme_bg_color;
+}
+
+CajaSearchBar.info {
+ border-radius: 0px;
+}
+
+CajaWindow NautilusQueryEditor .toolbar,
+CajaWindow .notebook NautilusQueryEditor .toolbar {
+ background-image: none;
+ background-color: transparent;
+ padding: 5px 7px;
+}
+
+.caja-canvas-item {
+ border-radius: 5px;
+}
+
+.caja-desktop.nautilus-canvas-item {
+ color: @theme_bg_color;
+ text-shadow: 1px 1px black;
+}
+
+.caja-desktop.nautilus-canvas-item:active {
+ color: @theme_text_color;
+}
+
+.caja-desktop.nautilus-canvas-item:selected {
+ color: @theme_selected_fg_color;
+}
+
+.caja-desktop.nautilus-canvas-item:active,
+.caja-desktop.nautilus-canvas-item:prelight,
+.caja-desktop.nautilus-canvas-item:selected {
+ text-shadow: none;
+}
+/****************
+ * Mate-Panel *
+ ****************/
+
+/* the panel bar itself */
+.mate-panel-menu-bar,
+MatePanelApplet > GtkMenuBar.menubar,
+PanelToplevel,
+PanelWidget,
+PanelFrame,
+PanelAppletFrame,
+MatePanelAppletFrameDBus,
+MatePanelAppletContainer,
+MatePanelApplet {
+ background-image: none;
+ background-color: @theme_bg_color;
+ padding: 0;
+ color: @theme_fg_color;
+ text-shadow: none;
+}
+
+/* needed for a working top panel with 24px (default) */
+PanelMenuBar.menubar * {
+ background-image: none;
+ background-color: transparent;
+ border-width: 0px;
+ border-style: none;
+ padding: 0px;
+ text-shadow: none;
+}
+
+/* set selected menubar button */
+PanelMenuBar.menubar .menuitem:hover {
+ background-image: none;
+ background-color: shade(@theme_selected_bg_color, 1.1);
+ border-style: none;
+ border-image: none;
+ /* join menuitem to menu */
+ border-radius: 3px 3px 0px 0px;
+ border-width: 0px;
+ text-shadow: none;
+}
+
+/* set selected menubar menuitem */
+PanelMenuBar.menubar .menu .menuitem:active:hover,
+PanelMenuBar.menubar .menu .menuitem:hover {
+ background-image: linear-gradient(to bottom,
+ shade(@theme_selected_bg_color, 1.6),
+ shade(@theme_selected_bg_color, 0.6));
+ color: @theme_text_color;
+ border-style: solid;
+ border-width: 1px;
+ border-radius: 3px;
+ border-image: url("assets/menu-border.svg") 2 / 2px stretch;
+ /*border-color: alpha(@theme_selected_bg_color, 0.1);*/
+}
+
+MatePanelApplet {
+ border-width: 0;
+}
+
+PanelSeparator {
+ border-width: 0;
+ background-image: -gtk-gradient (linear, left top, left bottom,
+ from (shade (@theme_bg_color, 0.96)),
+ to (shade (@theme_bg_color, 1.05)));
+ color: shade (@theme_selected_bg_color, 1.65);
+ text-shadow: none;
+}
+
+/* desktop-applet, clockapplet, drivemount, character-map,
+dictionary */
+MatePanelApplet .button {
+ /* Due to a bug somewhere in gtk or cairo,
+ a padding of zero (or even one) doesn't work always!!! */
+ padding: 0px;
+
+ border-radius: 3px;
+ border-width: 1px;
+ border-style: solid;
+ text-shadow: none;
+
+ color: @theme_fg_color;
+ background-image: -gtk-gradient (radial,
+ 0.5 -2.0, 2.0,
+ 0.5 -2.0, 3.0,
+ from (shade(@button_gradient_color_a, 1.5)),
+ to (shade(@button_gradient_color_b, 0.7)));
+}
+
+MatePanelApplet .button:active:hover,
+MatePanelApplet .button:active {
+ border-style: solid;
+ background-image: linear-gradient(to bottom,
+ @button_gradient_color_b,
+ @button_gradient_color_a);
+}
+
+MatePanelApplet .button:hover {
+ border-style: solid;
+ background-image: linear-gradient(to bottom,
+ @button_gradient_color_b,
+ @button_gradient_color_a);
+}
+
+/*Wncklist */
+WnckTasklist .button {
+ /* Due to a bug somewhere in gtk or cairo,
+ a padding of zero (or even one) doesn't work always!!! */
+ padding: 2px;
+
+ border-radius: 3px;
+ border-width: 1px;
+ border-style: solid;
+ text-shadow: none;
+
+ color: @theme_fg_color;
+ background-image: -gtk-gradient (radial,
+ 0.5 -2.0, 2.0,
+ 0.5 -2.0, 3.0,
+ from (shade(@button_gradient_color_a, 1.5)),
+ to (shade(@button_gradient_color_b, 0.7)));
+}
+
+WnckTasklist .button:active:hover,
+WnckTasklist .button:active {
+ border-style: solid;
+ background-image: linear-gradient(to bottom,
+ @button_gradient_color_b,
+ @button_gradient_color_a);
+}
+
+WnckTasklist .button:hover {
+ border-style: solid;
+ background-image: linear-gradient(to bottom,
+ @button_gradient_color_b,
+ @button_gradient_color_a);
+}
+
+/* set selected button WnckSelector */
+.mate-panel-window-menu-menu-bar .menuitem:hover,
+MatePanelApplet > WnckSelector.menubar .menuitem:hover {
+ color: @theme_fg_color;
+ border-style: solid;
+ background-image: linear-gradient(to bottom,
+ shade(@button_gradient_color_b, 0.7),
+ @theme_bg_color 50%,
+ shade(@button_gradient_color_a, 1.5));
+}
+
+/* set WnckSelector selected menuitem */
+.mate-panel-window-menu-menu-bar .menu .menuitem:hover,
+MatePanelApplet > WnckSelector.menubar .menu .menuitem:hover {
+ background-image: linear-gradient(to bottom,
+ shade(@theme_selected_bg_color, 1.6),
+ shade(@theme_selected_bg_color, 0.6));
+ color: @theme_text_color;
+ border-style: solid;
+ border-width: 1px;
+ border-radius: 3px;
+ border-image: url("assets/menu-border.svg") 2 / 2px stretch;
+ /*border-color: alpha(@theme_selected_bg_color, 0.1);*/
+}
+
+ClockBox,
+.mate-panel-menu-bar.menubar,
+MatePanelApplet > GtkMenuBar.menubar {
+ font: normal;
+}
+
+WnckPager {
+ background-image: none;
+ border-color: transparent;
+ background-color: shade(@theme_bg_color, 0.9);
+ text-shadow: none;
+}
+
+/* prelight of WnckPager */
+MatePanelApplet *:hover {
+ background-image: linear-gradient(to bottom,
+ shade (@theme_selected_bg_color, 2.86),
+ shade (@theme_selected_bg_color, 1.0));
+ background-color: @theme_base_color;
+}
+
+/* Classic icon style */
+/*.mate-panel-menu-bar {
+ -PanelMenuBar-icon-visible: true;
+}*/
+
+NaTrayApplet {
+ background-image: none;
+ background-color: @theme_bg_color;
+ padding: 0;
+ color: @theme_fg_color;
+ text-shadow: none;
+/* -NaTrayApplet-icon-padding: 12;
+ -NaTrayApplet-icon-size: 16;*/
+}
+
+/****************
+ * Mate-Terminal *
+ ****************/
+
+/* Background mate-terminal, this isn't the normal way to style that! */
+TerminalWindow .entry {
+ -TerminalWindow-background-darkness: 0.95;
+ background-color: @selected_fg_color;
+ color: @theme_text_color;
+}
+