summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine/gtk-3.0/apps
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0/apps')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/apps/Makefile.am13
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/apps/epiphany.css172
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/apps/gedit.css34
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/apps/gnome-panel.css152
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/apps/gnome-terminal.css20
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/apps/nautilus.css153
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/apps/nemo.css168
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/apps/popover.css109
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/apps/unity.css40
9 files changed, 0 insertions, 861 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/apps/Makefile.am b/desktop-themes/Blue-Submarine/gtk-3.0/apps/Makefile.am
deleted file mode 100644
index 4caaf98b..00000000
--- a/desktop-themes/Blue-Submarine/gtk-3.0/apps/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-themedir = $(datadir)/themes/Blue-Submarine/gtk-3.0/apps
-
-theme_DATA = \
- epiphany.css \
- gedit.css \
- gnome-panel.css \
- gnome-terminal.css \
- nautilus.css \
- nemo.css \
- popover.css \
- unity.css
-
-EXTRA_DIST = $(theme_DATA)
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/apps/epiphany.css b/desktop-themes/Blue-Submarine/gtk-3.0/apps/epiphany.css
deleted file mode 100644
index b8a209b3..00000000
--- a/desktop-themes/Blue-Submarine/gtk-3.0/apps/epiphany.css
+++ /dev/null
@@ -1,172 +0,0 @@
-/* epiphany */
-
-EphyToolbar.toolbar {
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (@toolbar_gradient_base),
- to (@toolbar_gradient_final));
- border-color: shade (@toolbar_border, 1.0);
- border-style: solid;
- border-width: 0 0 1px 0;
-
- color: @theme_fg_color;
- text-shadow: 0px 1px alpha (shade (@button_bg_color, 1.25), 0.4);
-
- -unico-border-gradient: none;
- -unico-inner-stroke-width: 0;
-
- padding-top: 4px;
- padding-bottom: 4px;
- padding-left: 6px;
- padding-right: 6px;
-}
-
-EphyToolbar .entry,
-EphyToolbar .entry:focus,
-EphyToolbar .entry:backdrop {
- border-width: 1px;
- padding-top: 5px;
- padding-bottom: 5px;
- padding-left: 4px;
- padding-right: 4px;
-}
-
-EphyToolbar .entry:focus {
-
-}
-
-EphyToolbar .location-entry .button {
- color: @theme_text_color;
- -GtkButton-child-displacement-y: 0;
-}
-
-/* EphyToolbar .location-entry .button:last-child {
- background-image: none;
- background-color: @transparent;
- border-width: 0px;
- padding-left: 4px;
- padding-right: 2px;
- -unico-inner-stroke-width: 0px;
- -unico-outer-stroke-width: 0px;
-}
-
-EphyToolbar .location-entry .button,
-EphyToolbar .location-entry .button:hover,
-EphyToolbar .location-entry .button:focus {
- background-image: none;
- background-color: @transparent;
- icon-shadow: none;
- color: shade (@theme_text_color, 1.4);
- border-width: 0px;
- -unico-inner-stroke-width: 0px;
- -unico-outer-stroke-width: 0px;
-}
-
-EphyToolbar .location-entry .button:active,
-EphyToolbar .location-entry .button:active:hover {
- background-image: none;
- background-color: @transparent;
- color: shade (@theme_text_color, 1.4);
- border-width: 0px;
- -unico-inner-stroke-width: 0px;
- -unico-outer-stroke-width: 0px;
-} */
-
-/* EphyToolbar .location-entry .button:hover,
-EphyToolbar .location-entry .button:focus,
-EphyToolbar .location-entry .button:active,
-EphyToolbar .location-entry .button *:active {
- background-image: none;
- background-color: @transparent;
- color: shade (@theme_text_color, 1.4);
- border-width: 0px;
- -unico-inner-stroke-width: 0px;
- -unico-outer-stroke-width: 0px;
-} */
-
-EphyNotebook.notebook {
- border-width: 1px 0 1px 0;
-}
-
-EphyNotebook.notebook tab {
- border-width: 1px;
- -unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
- from (shade (@theme_bg_color, 0.89)),
- to (shade (@theme_bg_color, 0.80)));
- -unico-inner-stroke-color: alpha (shade (@theme_bg_color, 1.15), 0.34);
- -unico-inner-stroke-gradient: none;
- -unico-inner-stroke-width: 1px;
- -unico-outer-stroke-color: @transparent;
- -unico-outer-stroke-gradient: none;
- -unico-outer-stroke-width: 1px;
-}
-
-EphyToolbar.toolbar .button {
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@button_bg_color, 1.1)),
- to (shade (@button_bg_color, 0.95)));
- padding-left: 4px;
- padding-right: 4px;
- border-width: 1px;
- -unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
- from (shade (@theme_bg_color, 0.7)),
- to (shade (@theme_bg_color, 0.6)));
- -unico-glow-color: shade (@button_bg_color, 1.14);
- -unico-glow-radius: 0;
- -unico-inner-stroke-color: shade (@theme_bg_color, 1.9);
- -unico-inner-stroke-width: 1px 1px 0 1px;
- -unico-outer-stroke-gradient: -gtk-gradient (linear, left top, left bottom,
- from (alpha (shade (@theme_bg_color, 0.05), 0.05)),
- to (alpha (shade (@theme_bg_color, 0.05), 0.09)));
- -unico-outer-stroke-width: 1px;
- color: @theme_text_color;
-}
-
-EphyToolbar.toolbar .button:hover {
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@button_bg_color, 1.2)),
- to (shade (@button_bg_color, 1.04)));
-}
-
-EphyToolbar.toolbar .button:active {
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@theme_bg_color, 0.9)),
- to (shade (@theme_bg_color, 0.85)));
-
- -unico-focus-outer-stroke-color: @transparent;
- -unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
- from (shade (@theme_bg_color, 0.6)),
- to (shade (@theme_bg_color, 0.6)));
- -unico-glow-radius: 0;
- -unico-inner-stroke-color: shade (@theme_bg_color, 0.8);
- -unico-inner-stroke-width: 1px 1px 0 1px;
-}
-
-EphyToolbar.toolbar .button:insensitive {
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@button_insensitive_bg_color, 1.04)),
- to (shade (@button_insensitive_bg_color, 0.98)));
-
- text-shadow: 0px 1px alpha (shade (@button_bg_color, 1.25), 0.4);
-
- -unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
- from (shade (@button_insensitive_bg_color, 0.7)),
- to (shade (@button_insensitive_bg_color, 0.8)));
- -unico-inner-stroke-gradient: -gtk-gradient (linear, left top, left bottom,
- from (shade (@button_insensitive_bg_color, 1.1)),
- to (shade (@button_insensitive_bg_color, 1.1)));
- -unico-inner-stroke-width: 1px 1px 0 1px;
-}
-
-#ephy-page-menu-button.active-menu {
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@theme_bg_color, 0.9)),
- to (shade (@theme_bg_color, 0.85)));
-
- -unico-focus-outer-stroke-color: @transparent;
- -unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
- from (shade (@theme_bg_color, 0.6)),
- to (shade (@theme_bg_color, 0.6)));
- -unico-glow-radius: 0;
- -unico-inner-stroke-color: shade (@theme_bg_color, 0.8);
- -unico-inner-stroke-width: 1px 1px 0 1px;
-}
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/apps/gedit.css b/desktop-themes/Blue-Submarine/gtk-3.0/apps/gedit.css
deleted file mode 100644
index 7bd7b8d2..00000000
--- a/desktop-themes/Blue-Submarine/gtk-3.0/apps/gedit.css
+++ /dev/null
@@ -1,34 +0,0 @@
-@define-color notebook_tab_gradient_b shade (@theme_bg_color, 0.98);
-
-GeditWindow .pane-separator,
-GeditWindow .pane-separator:hover {
-}
-
-GeditPanel.title GtkLabel {
-}
-
-GeditPanel .toolbar {
- border-style: none;
- background-color: transparent;
-}
-
-GeditDocumentsPanel .view {
-}
-
-GeditDocumentsPanel .view:backdrop {
-}
-
-GeditWindow .notebook {
- padding: 1px;
- border-radius: 1px;
-}
-
-GeditPanel .notebook {
- padding: 3px;
- border-radius: 1px;
-}
-
-GeditPanel .notebook tab,
-GeditWindow .notebook tab {
- border-radius: 3px;
-}
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/apps/gnome-panel.css b/desktop-themes/Blue-Submarine/gtk-3.0/apps/gnome-panel.css
deleted file mode 100644
index e4b37340..00000000
--- a/desktop-themes/Blue-Submarine/gtk-3.0/apps/gnome-panel.css
+++ /dev/null
@@ -1,152 +0,0 @@
-/* Fallback Mode Panel */
-PanelWidget,
-PanelApplet,
-PanelToplevel,
-.desktop-panel {
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@dark_bg_color, 1.5)),
- to (shade (@dark_bg_color, 1.05)));
- padding: 0;
- -unico-inner-stroke-width: 0;
- -unico-outer-stroke-width: 0;
- color: @dark_fg_color;
- text-shadow: none;
-}
-
-PanelApplet {
- border-width: 0;
-}
-
-PanelSeparator {
- border-width: 0;
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@dark_bg_color, 1.5)),
- to (shade (@dark_bg_color, 1.05)));
- -unico-inner-stroke-width: 0;
- -unico-outer-stroke-width: 0;
- color: @dark_fg_color;
- text-shadow: none;
-}
-
-.gnome-panel-menu-bar,
-PanelApplet > GtkMenuBar.menubar,
-PanelApplet > GtkMenuBar.menubar.menuitem,
-PanelMenuBar.menubar,
-PanelMenuBar.menubar.menuitem,
-.desktop-panel .menubar,
-.desktop-panel .menubar .menuitem {
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@dark_bg_color, 1.5)),
- to (shade (@dark_bg_color, 1.05)));
- -unico-inner-stroke-width: 0;
- -unico-outer-stroke-width: 0;
- text-shadow: none;
-}
-
-PanelAppletFrame {
- background-color: @dark_bg_color;
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@dark_bg_color, 1.5)),
- to (shade (@dark_bg_color, 1.05)));
- border-width: 0;
- -unico-inner-stroke-width: 0;
- -unico-outer-stroke-width: 0;
- text-shadow: none;
-}
-
-PanelApplet .button,
-.desktop-panel .button {
- -GtkButton-inner-border: 2;
-
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@dark_bg_color, 1.5)),
- to (shade (@dark_bg_color, 1.05)));
-
- border-color: @transparent;
- border-radius: 0;
- border-width: 0 1px 0 1px;
-
- color: @dark_fg_color;
- text-shadow: none;
-
- -unico-border-gradient: none;
- -unico-glow-radius: 0;
- -unico-inner-stroke-width: 0;
- -unico-outer-stroke-width: 0;
-}
-
-PanelApplet .button:prelight:active,
-PanelApplet .button:active,
-.desktop-panel .button:prelight:active,
-.desktop-panel .button:active {
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@dark_bg_color, 0.85)),
- to (shade (@dark_bg_color, 1.0)));
- border-color: shade (@dark_bg_color, 0.78);
- border-radius: 0;
- border-width: 0 1px 0 1px;
-
- -unico-border-gradient: none;
- -unico-glow-radius: 0;
- -unico-inner-stroke-width: 0;
- -unico-outer-stroke-width: 0;
- text-shadow: none;
-}
-
-PanelApplet .button:prelight,
-.desktop-panel .button:prelight {
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@dark_bg_color, 1.7)),
- to (shade (@dark_bg_color, 1.25)));
- border-color: @transparent;
- border-radius: 0;
- border-width: 0 1px 0 1px;
-
- -unico-border-gradient: none;
- -unico-glow-radius: 0;
- -unico-inner-stroke-width: 0;
- -unico-outer-stroke-width: 0;
- text-shadow: none;
-}
-
-ClockBox {
- text-shadow: none;
-}
-
-WnckPager, WnckTasklist {
- background-color: @dark_bg_color;
- text-shadow: none;
-}
-
-/* Classic icon style */
-.gnome-panel-menu-bar {
- -PanelMenuBar-icon-visible: true;
-}
-
-/* Makes the text color on the dark panel white */
-.gnome-panel-menu-bar .menuitem {
- color: @dark_fg_color;
- text-shadow: none;
-}
-
-.gnome-panel-menu-bar .menuitem:hover {
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@theme_selected_bg_color, 1.0)),
- to (shade (@theme_selected_bg_color, 0.85)));
- border-width: 0;
- color: @dark_fg_color;
- text-shadow: none;
- -unico-inner-stroke-width: 0;
- -unico-outer-stroke-width: 0;
-}
-
-.gnome-panel-menu-bar .menu.menuitem:hover,
-.gnome-panel-menu-bar .menu .menuitem:hover {
- color: @theme_selected_fg_color;
-}
-
-/* FIXME - Need to figure out what id or class the indicator applet use */
-/* IndicatorSession {
- color: @dark_fg_color;
- text-shadow: none;
-} */
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/apps/gnome-terminal.css b/desktop-themes/Blue-Submarine/gtk-3.0/apps/gnome-terminal.css
deleted file mode 100644
index 249be730..00000000
--- a/desktop-themes/Blue-Submarine/gtk-3.0/apps/gnome-terminal.css
+++ /dev/null
@@ -1,20 +0,0 @@
-/* gnome-terminal */
-TerminalScreen {
- -TerminalScreen-background-darkness: 0.95;
- background-color: shade (@dark_bg_color, 1.8);
- color: #fff;
-}
-
-TerminalWindow GtkNotebook.notebook {
- border-bottom-width: 0;
- border-right-width: 0;
- border-left-width: 0;
- border-radius: 0;
-}
-
-TerminalWindow GtkNotebook.notebook tab {
- border-bottom-width: 1px;
- border-right-width: 1px;
- border-left-width: 1px;
- border-radius: 2px 2px 0 0;
-}
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/apps/nautilus.css b/desktop-themes/Blue-Submarine/gtk-3.0/apps/nautilus.css
deleted file mode 100644
index b5f9b627..00000000
--- a/desktop-themes/Blue-Submarine/gtk-3.0/apps/nautilus.css
+++ /dev/null
@@ -1,153 +0,0 @@
-/* nautilus */
-.nautilus-canvas-item {
- border-radius: 5px;
-}
-
-.nautilus-desktop.nautilus-canvas-item {
- color: @theme_selected_fg_color;
- text-shadow: 1px 1px black;
-}
-
-.nautilus-desktop.nautilus-canvas-item:active {
- color: @theme_text_color;
-}
-
-.nautilus-desktop.nautilus-canvas-item:selected {
- color: @theme_selected_fg_color;
-}
-
-.nautilus-desktop.nautilus-canvas-item:active,
-.nautilus-desktop.nautilus-canvas-item:prelight,
-.nautilus-desktop.nautilus-canvas-item:selected {
- text-shadow: none;
-}
-
-/* sidebar */
-NautilusWindow .sidebar,
-NautilusWindow .sidebar .view {
- background-color: @theme_bg_color;
-
- color: @theme_fg_color;
- text-shadow: 0px 1px shade (shade (@theme_bg_color, 0.95), 1.04);
-}
-
-NautilusWindow .sidebar row:selected {
- color: @theme_selected_fg_color;
- text-shadow: 0px -1px shade (@theme_selected_bg_color, 0.8);
-}
-
-NautilusWindow .sidebar row:backdrop:selected {
- color: @backdrop_selected_fg_color;
- text-shadow: none;
-}
-
-NautilusWindow .sidebar .frame {
-}
-
-NautilusWindow * {
- -GtkPaned-handle-size: 1;
-}
-
-NautilusWindow > GtkGrid > .pane-separator,
-NautilusWindow > GtkGrid > .pane-separator:hover {
- border-width: 1px 1px 0 0;
- border-style: solid;
- border-color: @borders;
- background-color: @sidebar_bg;
- color: shade (@theme_bg_color, 0.9);
-}
-
-NautilusView.frame,
-NautilusNotebook.notebook {
- border-right-width: 0;
- border-left-width: 0;
- border-bottom-width: 0;
-}
-
-NautilusNotebook.notebook tab.top,
-NautilusNotebook.notebook tab.bottom {
- border-right-width: 1px;
- border-left-width: 1px;
- padding-top: 0;
- padding-bottom: 0;
-}
-
-NautilusNotebook.notebook tab.top:active {
- padding-top: 2px;
-}
-NautilusNotebook.notebook tab.bottom:active {
- padding-bottom: 2px;
-}
-
-NautilusNotebook .frame {
- border-width: 1px 0 0 0;
-}
-
-/* disable for black menu bar */
-/*
-NautilusToolbar .button {
- icon-shadow: 0 1px @button_text_shadow;
-}
-*/
-
-NautilusToolbar .toolbar {
- background-image: linear-gradient(to bottom,
- @theme_bg_color,
- shade (@theme_bg_color, 0.94));
-}
-
-NautilusToolbar .button *:active {
- icon-shadow: 0 1px @button_active_text_shadow;
-}
-
-NautilusToolbar .button *:insensitive,
-NautilusToolbar .button *:active:insensitive {
- text-shadow: none;
-}
-
-NautilusQueryEditor .primary-toolbar.toolbar {
- border-bottom-width: 0;
-}
-
-NautilusQueryEditor .toolbar {
- padding-top: 3px;
- padding-bottom: 2px;
-
- border-width: 1px 0 0 0;
- border-style: solid;
- border-color: @theme_bg_color;
-
- background-color: mix(@theme_bg_color, @theme_base_color, 0.5);
-}
-
-NautilusQueryEditor .toolbar:nth-child(2) {
- border-color: @borders;
-}
-
-NautilusNotebook.notebook NautilusQueryEditor .primary-toolbar.toolbar {
- border-top-width: 0;
-}
-
-NautilusNotebook.notebook NautilusQueryEditor .toolbar:last-child,
-NautilusNotebook.notebook NautilusQueryEditor .primary-toolbar.toolbar:only-child {
- border-bottom-width: 1px;
- border-bottom-color: @borders;
-}
-
-/* FIXME - Something I don't understand. Why this theme gets a gray bg without this, and Ambiance which it's based on does not. */
-NautilusWindow .view {
- background-color: @theme_base_color;
-}
-
-NautilusWindow .view:selected {
- background-color: @theme_selected_bg_color;
-}
-
-NautilusWindow .view:selected:backdrop {
- background-color: @backdrop_selected_bg_color;
-}
-
-NautilusWindow .view.rubberband {
- background-color: alpha (@theme_selected_bg_color, 0.35);
-}
-/* FIXME end */
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/apps/nemo.css b/desktop-themes/Blue-Submarine/gtk-3.0/apps/nemo.css
deleted file mode 100644
index 4642ad14..00000000
--- a/desktop-themes/Blue-Submarine/gtk-3.0/apps/nemo.css
+++ /dev/null
@@ -1,168 +0,0 @@
-@define-color cluebar_color shade (@theme_base_color, 0.9);
-
-NemoWindow * {
- -GtkPaned-handle-size: 1;
-}
-
-/* FIXME - Something I don't understand. Why this theme gets a gray bg without this, and Ambiance which it's based on does not. */
-NemoWindow .view {
- background-color: @theme_base_color;
-}
-
-NemoWindow .view:selected {
- background-color: @theme_selected_bg_color;
-}
-
-NemoWindow .view:selected:backdrop {
- background-color: @backdrop_selected_bg_color;
-}
-
-NemoWindow .view.rubberband {
- background-color: alpha (@theme_selected_bg_color, 0.35);
-}
-/* FIXME end */
-
-.nemo-inactive-pane .view {
- background-color: shade (@theme_base_color, 0.96);
-}
-
-.nemo-inactive-pane .view:selected,
-.nemo-inactive-pane .nemo-canvas-item:selected {
- background-color: @backdrop_selected_bg_color;
- color: @backdrop_selected_fg_color;
-}
-
-.nemo-inactive-pane .expander.view:selected {
- background-color: @backdrop_selected_bg_color;
-}
-
-.nemo-canvas-item {
- border-radius: 2px;
-}
-
-/* desktop mode */
-.nemo-desktop.nemo-canvas-item {
- color: @theme_bg_color;
- text-shadow: 1px 1px alpha (#000000, 0.8);
-}
-
-.nemo-desktop.nemo-canvas-item:active {
- background-image: none;
- background-color: alpha (@theme_bg_color, 0.84);
-
- color: @theme_fg_color;
-}
-
-.nemo-desktop.nemo-canvas-item:selected {
- background-image: none;
- background-color: alpha (@theme_selected_bg_color, 0.84);
-
- color: @theme_selected_fg_color;
-}
-
-.nemo-desktop.nemo-canvas-item:active,
-.nemo-desktop.nemo-canvas-item:prelight,
-.nemo-desktop.nemo-canvas-item:selected {
- text-shadow: none;
-}
-
-/* browser window */
-NemoTrashBar.info,
-NemoXContentBar.info,
-NemoSearchBar.info,
-NemoQueryEditor.info {
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@cluebar_color, 1.0)),
- to (shade (@cluebar_color, 1.0)));
- background-color: @cluebar_color;
- border-bottom-color: shade (@cluebar_color, 0.92);
- border-radius: 0;
- border-style: solid;
- border-width: 0px 0px 1px 0px;
-
- -unico-border-gradient: none;
- -unico-inner-stroke-width: 0;
- -unico-inner-stroke-gradient: none;
- color: @theme_fg_color;
-}
-
-NemoSearchBar .entry {
-}
-
-.nemo-cluebar-label {
- font: normal;
- text-shadow: 0px 1px shade (@cluebar_color, 1.06);
-}
-
-.nemo-cluebar-label:backdrop {
- color: mix (@theme_fg_color, @cluebar_color, 0.2);
- text-shadow: 0px 1px shade (@cluebar_color, 1.02);
-}
-
-#nemo-search-button *:active,
-#nemo-search-button *:active:prelight {
- color: @theme_fg_color;
-}
-
-NemoFloatingBar {
- background-color: @info_bg_color;
- border-radius: 2px 2px 0 0;
- border-style: solid;
- border-width: 1px;
- border-color: darker (@info_bg_color);
-
- -unico-border-gradient: none;
-}
-
-NemoFloatingBar .button {
- -GtkButton-image-spacing: 0;
- -GtkButton-inner-border: 0;
-}
-
-/* sidebar */
-NemoWindow .sidebar,
-NemoWindow .sidebar .view {
- background-color: @theme_bg_color;
-
- color: @theme_fg_color;
- text-shadow: 0px 1px shade (shade (@theme_bg_color, 0.95), 1.04);
-}
-
-NemoWindow .sidebar row:selected {
- color: @theme_selected_fg_color;
- text-shadow: 0px -1px shade (@theme_selected_bg_color, 0.8);
-}
-
-NemoWindow .sidebar row:backdrop:selected {
- color: @backdrop_selected_fg_color;
- text-shadow: none;
-}
-
-NemoWindow .sidebar .frame {
-}
-
-NemoWindow .pane-separator {
- background-color: shade (shade (@theme_bg_color, 0.95), 0.94);
- border-color: @dark_bg_color;
- border-style: solid;
- border-width: 0;
-
- -unico-border-gradient: none;
- -unico-inner-stroke-width: 0;
-}
-
-NemoWindow .pane-separator:backdrop {
- background-color: shade (shade (@theme_bg_color, 0.95), 0.96);
-}
-
-/* FIXME - Just a workaround atm. */
-NemoWindow .primary-toolbar .button {
- -unico-border-gradient: none;
-}
-
-NemoWindow .primary-toolbar .button:hover {
- -unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
- from (shade (@theme_bg_color, 0.7)),
- to (shade (@theme_bg_color, 0.6)));
-}
-
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/apps/popover.css b/desktop-themes/Blue-Submarine/gtk-3.0/apps/popover.css
deleted file mode 100644
index 52cd06ba..00000000
--- a/desktop-themes/Blue-Submarine/gtk-3.0/apps/popover.css
+++ /dev/null
@@ -1,109 +0,0 @@
-GraniteWidgetsPopOver {
- -GraniteWidgetsPopOver-arrow-width: 24;
- -GraniteWidgetsPopOver-arrow-height: 12;
- -GraniteWidgetsPopOver-border-radius: 6;
- -GraniteWidgetsPopOver-border-width: 1;
- -GraniteWidgetsPopOver-shadow-size: 18;
-
- border-style: solid;
- border-color: shade (@theme_bg_color, 0.50);
- background-color: @theme_bg_color;
- margin: 0;
-}
-
-GraniteWidgetsPopOver * {
- background-color: @theme_bg_color;
-}
-
-GraniteWidgetsPopOver .sidebar.view {
- background-color: @theme_bg_color;
-}
-
-GraniteWidgetsPopOver .button {
- background-image: none;
-
- background-color: alpha (#fff, 0.0);
-
- -unico-outer-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#fff, 0.00)),
- color-stop (0.80, alpha (#fff, 0.00)),
- to (alpha (#fff, 0.40)));
-
- -unico-border-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (shade (@theme_base_color, 0.80)),
- to (shade (@theme_base_color, 0.74)));
-}
-
-GraniteWidgetsPopOver .button:active,
-GraniteWidgetsPopOver .button:hover:active {
- background-image: none;
-
- background-color: alpha (#000, 0.05);
-
- -unico-border-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (shade (@theme_base_color, 0.74)),
- to (shade (@theme_base_color, 0.74)));
-
- -unico-inner-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#000, 0.07)),
- to (alpha (#000, 0.03)));
-}
-
-GraniteWidgetsPopOver .entry {
- background-image: -gtk-gradient (linear,
- left top,
- left bottom,
- from (shade (@theme_base_color, 0.88)),
- color-stop (0.20, shade (@theme_base_color, 0.94)),
- to (shade (@theme_base_color, 0.96)));
-
- -unico-border-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (shade (@theme_base_color, 0.74)),
- to (shade (@theme_base_color, 0.76)));
-
- -unico-inner-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#000, 0.07)),
- to (alpha (#000, 0.03)));
-}
-
-.button.app {
- border-width: 0;
- border-radius: 5px;
-
- -unico-inner-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#fff, 0.00)),
- to (alpha (#fff, 0.00)));
-
- -unico-outer-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#000, 0.00)),
- to (alpha (#000, 0.00)));
-}
-
-.app:hover,
-.app:focus {
- background-color: alpha (#000, 0.15);
-}
-
-/*.app:hover, .app:focus {
- border-width: 3;
-
- -unico-outer-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (shade (@theme_selected_bg_color, 1.05)),
- to (shade (@theme_selected_bg_color, 0.88)));
-
- -unico-border-gradient: -gtk-gradient (linear,
- left top,
- left bottom,
- from (shade (@theme_selected_bg_color, 1.30)),
- to (shade (@theme_selected_bg_color, 0.98)));
-}*/
-
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/apps/unity.css b/desktop-themes/Blue-Submarine/gtk-3.0/apps/unity.css
deleted file mode 100644
index 5a705e4a..00000000
--- a/desktop-themes/Blue-Submarine/gtk-3.0/apps/unity.css
+++ /dev/null
@@ -1,40 +0,0 @@
-UnityPanelWidget,
-.unity-panel {
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@dark_bg_color, 1.5)),
- to (shade (@dark_bg_color, 1.04)));
- border-top-color: shade (@dark_bg_color, 1.6);
- border-style: solid;
- border-width: 0;
-
- -unico-border-gradient: none;
- -unico-inner-stroke-width: 0;
- -unico-inner-stroke-color: @transparent;
-}
-
-.unity-panel.menubar,
-.unity-panel .menubar {
- color: #fff;
-}
-
-.unity-panel.menuitem,
-.unity-panel .menuitem {
- border-width: 1px 1px 0 1px;
- icon-shadow: 0px -1px shade (@dark_bg_color, 0.7);
-}
-
-.unity-panel.menubar.menuitem:hover,
-.unity-panel.menubar .menuitem *:hover {
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@dark_bg_color, 1.7)),
- to (shade (@dark_bg_color, 1.12)));
-
- color: #fff;
-
- -unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
- from (shade (@dark_bg_color, 1.08)),
- to (shade (@dark_bg_color, 0.98)));
- -unico-inner-stroke-gradient: -gtk-gradient (linear, left top, left bottom,
- from (shade (@dark_bg_color, 1.8)),
- to (shade (@dark_bg_color, 1.2)));
-}