summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-10 22:57:15 +0200
committerraveit65 <[email protected]>2015-08-10 22:58:24 +0200
commit64a93578fb0634293f8ddd81cdd75d430309084c (patch)
tree347f09eac1e8f46a8faf8f81acfa925db7c88c91 /desktop-themes
parent34dc68fabf8d17079cdfd73efb4c212b477ab9af (diff)
downloadmate-themes-64a93578fb0634293f8ddd81cdd75d430309084c.tar.bz2
mate-themes-64a93578fb0634293f8ddd81cdd75d430309084c.tar.xz
GTK3 submarine themes: don't use dark colors for math calculators
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css135
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css135
2 files changed, 0 insertions, 270 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css
index db443c2a..dae540cd 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css
@@ -255,141 +255,6 @@ TerminalScreen {
color: @selected_fg_color;
}
-/*MathWindow * {
- background-color: transparent;
-}*/
-
-MathWindow {
- color: @theme_fg_dark_color;
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@theme_bg_dark_color, 1.00)),
- color-stop (0.25, shade(@theme_bg_dark_color, 0.95)),
- to (shade(@theme_bg_dark_color, 0.94)));
-}
-
-MathDisplay {
- /* Space (padding the frame) between the display and its edge */
- /* you need 'padding' because otherwise the display overwrites the edge */
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@theme_bg_dark_color, 0.92)),
- to (shade(@theme_bg_dark_color, 0.92)));
-}
-
-MathDisplay GtkTextView {
- /* display color */
- background-color: shade(@theme_bg_dark_color, 1.40);
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@theme_bg_dark_color, 1.40)),
- to (shade(@theme_bg_dark_color, 1.40)));
-}
-
-MathDisplay GtkTextView.view {
- /* display color
- color: shade (#e8d001, 1.25); */
- color: @calc_display_fg_color;
- background-color: shade(@theme_bg_dark_color, 1.50);
-}
-
-
-MathWindow.background > GtkBox.vertical > GtkBox.vertical > GtkScrolledWindow {
- /* Edge display */
- /* you need 'padding' because otherwise the display overwrites the edge */
- padding: 3px;
- background-color: shade(@theme_bg_dark_color, 1.50);
- border-width: 1px;
- border-radius: 5px;
- border-style: solid;
- border-top-color: alpha(#000, 0.35);
- border-left-color: alpha(#000, 0.22);
- border-right-color: alpha(#000, 0.22);
- border-bottom-color: alpha(#fff, 0.16);
- border-image: none;
-}
-
-/*******************************
-Buttons set in buttons raised
-*******************************/
-
-MathWindow .button:hover,
-MathWindow .button {
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (@button_raised_gradient_color_a),
- to (@button_raised_gradient_color_b));
- color: @theme_text_dark_color;
- text-shadow: 0px 1px @theme_shadow_dark_color;
- border-width: 1px;
- border-radius: 5px;
- border-style: solid;
- /* outer */
- border-top-color: transparent;
- border-left-color: alpha (#fff, 0.02);
- border-right-color: alpha (#fff, 0.02);
- border-bottom-color: @theme_highlight_color;
- /* border and inset */
- box-shadow: inset 0px 2px alpha(#fff, 0.09),
- inset 2px 0px alpha(#fff, 0.06),
- inset -2px 0px alpha(#fff, 0.06),
- inset 0px -2px alpha(#fff, 0.06),
- inset 0px 1px shade(@theme_button_border_dark, 1.00),
- inset 1px 0px shade(@theme_button_border_dark, 0.94),
- inset -1px 0px shade(@theme_button_border_dark, 0.94),
- inset 0px -1px shade(@theme_button_border_dark, 0.88);
- -GtkWidget-focus-line-width: 0;
- color: shade(@theme_fg_dark_color, 1.00);
-}
-
-MathWindow .button:active,
-MathWindow .button:active:hover,
-MathWindow .button:checked,
-MathWindow .button:checked:hover {
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@button_raised_gradient_color_b, 0.90)),
- to (shade(@button_raised_gradient_color_a, 0.80)));
- color: @theme_text_dark_color;
- text-shadow: 0px 1px @theme_shadow_dark_color;
- border-width: 1px;
- border-style: solid;
- border-radius: 5px;
- border-image: none;
- border-top-color: transparent;
- border-left-color: alpha (#fff, 0.01);
- border-right-color: alpha (#fff, 0.01);
- border-bottom-color: alpha (#fff, 0.05);
- box-shadow: inset 0px 4px alpha(#000, 0.02),
- inset 0px 3px alpha(#000, 0.03),
- inset 0px 2px alpha(#000, 0.04),
- inset 3px 0px alpha(#000, 0.02),
- inset 2px 0px alpha(#000, 0.03),
- inset -3px 0px alpha(#000, 0.02),
- inset -2px 0px alpha(#000, 0.03),
- inset 0px -2px alpha(#000, 0.01),
- inset 0px 1px alpha(#000, 0.25),
- inset 1px 0px alpha(#000, 0.16),
- inset -1px 0px alpha(#000, 0.16),
- inset 0px -1px alpha(#000, 0.09);
-}
-
-MathWindow .button,
-MathWindow .cell {
- color: @theme_fg_dark_color;
- text-shadow: 0px 1px @theme_shadow_dark_color;
-}
-
-MathWindow .menuitem {
- color: @menu_fg_dark_color;
- text-shadow: 1px 1px @menu_shadow_dark_color;
-}
-
-MathWindow GtkLabel:insensitive {
- color: mix(@theme_bg_dark_color, @theme_fg_dark_color, 0.80);
- text-shadow: none;
-}
-
RBDisplayPageTree.frame {
border-width: 0px 1px 1px 0px;
}
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css
index 51c6e9b9..0d5cc34f 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css
@@ -255,141 +255,6 @@ TerminalScreen {
color: @selected_fg_color;
}
-/*MathWindow * {
- background-color: transparent;
-}*/
-
-MathWindow {
- color: @theme_fg_dark_color;
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@theme_bg_dark_color, 1.00)),
- color-stop (0.25, shade(@theme_bg_dark_color, 0.95)),
- to (shade(@theme_bg_dark_color, 0.94)));
-}
-
-MathDisplay {
- /* Space (padding the frame) between the display and its edge */
- /* you need 'padding' because otherwise the display overwrites the edge */
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@theme_bg_dark_color, 0.92)),
- to (shade(@theme_bg_dark_color, 0.92)));
-}
-
-MathDisplay GtkTextView {
- /* display color */
- background-color: shade(@theme_bg_dark_color, 1.40);
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@theme_bg_dark_color, 1.40)),
- to (shade(@theme_bg_dark_color, 1.40)));
-}
-
-MathDisplay GtkTextView.view {
- /* display color
- color: shade (#e8d001, 1.25); */
- color: @calc_display_fg_color;
- background-color: shade(@theme_bg_dark_color, 1.50);
-}
-
-
-MathWindow.background > GtkBox.vertical > GtkBox.vertical > GtkScrolledWindow {
- /* Edge display */
- /* you need 'padding' because otherwise the display overwrites the edge */
- padding: 3px;
- background-color: shade(@theme_bg_dark_color, 1.50);
- border-width: 1px;
- border-radius: 5px;
- border-style: solid;
- border-top-color: alpha(#000, 0.35);
- border-left-color: alpha(#000, 0.22);
- border-right-color: alpha(#000, 0.22);
- border-bottom-color: alpha(#fff, 0.16);
- border-image: none;
-}
-
-/*******************************
-Buttons set in buttons raised
-*******************************/
-
-MathWindow .button:hover,
-MathWindow .button {
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (@button_raised_gradient_color_a),
- to (@button_raised_gradient_color_b));
- color: @theme_text_dark_color;
- text-shadow: 0px 1px @theme_shadow_dark_color;
- border-width: 1px;
- border-radius: 5px;
- border-style: solid;
- /* outer */
- border-top-color: transparent;
- border-left-color: alpha (#fff, 0.02);
- border-right-color: alpha (#fff, 0.02);
- border-bottom-color: @theme_highlight_color;
- /* border and inset */
- box-shadow: inset 0px 2px alpha(#fff, 0.09),
- inset 2px 0px alpha(#fff, 0.06),
- inset -2px 0px alpha(#fff, 0.06),
- inset 0px -2px alpha(#fff, 0.06),
- inset 0px 1px shade(@theme_button_border_dark, 1.00),
- inset 1px 0px shade(@theme_button_border_dark, 0.94),
- inset -1px 0px shade(@theme_button_border_dark, 0.94),
- inset 0px -1px shade(@theme_button_border_dark, 0.88);
- -GtkWidget-focus-line-width: 0;
- color: shade(@theme_fg_dark_color, 1.00);
-}
-
-MathWindow .button:active,
-MathWindow .button:hover:active,
-MathWindow .button:checked,
-MathWindow .button:hover:checked {
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@button_raised_gradient_color_b, 0.90)),
- to (shade(@button_raised_gradient_color_a, 0.80)));
- color: @theme_text_dark_color;
- text-shadow: 0px 1px @theme_shadow_dark_color;
- border-width: 1px;
- border-style: solid;
- border-radius: 5px;
- border-image: none;
- border-top-color: transparent;
- border-left-color: alpha (#fff, 0.01);
- border-right-color: alpha (#fff, 0.01);
- border-bottom-color: alpha (#fff, 0.05);
- box-shadow: inset 0px 4px alpha(#000, 0.02),
- inset 0px 3px alpha(#000, 0.03),
- inset 0px 2px alpha(#000, 0.04),
- inset 3px 0px alpha(#000, 0.02),
- inset 2px 0px alpha(#000, 0.03),
- inset -3px 0px alpha(#000, 0.02),
- inset -2px 0px alpha(#000, 0.03),
- inset 0px -2px alpha(#000, 0.01),
- inset 0px 1px alpha(#000, 0.25),
- inset 1px 0px alpha(#000, 0.16),
- inset -1px 0px alpha(#000, 0.16),
- inset 0px -1px alpha(#000, 0.09);
-}
-
-MathWindow .button,
-MathWindow .cell {
- color: @theme_fg_dark_color;
- text-shadow: 0px 1px @theme_shadow_dark_color;
-}
-
-MathWindow .menuitem {
- color: @menu_fg_dark_color;
- text-shadow: 1px 1px @menu_shadow_dark_color;
-}
-
-MathWindow GtkLabel:insensitive {
- color: mix(@theme_bg_dark_color, @theme_fg_dark_color, 0.80);
- text-shadow: none;
-}
-
RBDisplayPageTree.frame {
border-width: 0px 1px 1px 0px;
}