From 77a56007d41e680adf12af3bc0cfda7791e6e66e Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 10 Aug 2015 22:57:15 +0200 Subject: GTK3 submarine themes: don't use dark colors for math calculators --- .../Blue-Submarine/gtk-3.0/gnome-applications.css | 135 --------------------- .../Green-Submarine/gtk-3.0/gnome-applications.css | 135 --------------------- 2 files changed, 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 e75c41ed..798321c7 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 d659fefa..4d5c2172 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; } -- cgit v1.2.1