aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtk-3.0/scss/_global.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtk-3.0/scss/_global.scss')
-rw-r--r--src/gtk-3.0/scss/_global.scss36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/gtk-3.0/scss/_global.scss b/src/gtk-3.0/scss/_global.scss
index 01460f7..f593c0c 100644
--- a/src/gtk-3.0/scss/_global.scss
+++ b/src/gtk-3.0/scss/_global.scss
@@ -3,25 +3,25 @@
@import "functions";
// default color scheme
-$bg_color: if($variant == "dark", #eeeeee, #101010);
-$fg_color: if($variant == "dark", #101010, #eeeeee);
-$base_color: if($variant == "dark", #eeeeee, #101010);
-$text_color: if($variant == "dark", #101010, #eeeeee);
-$button_bg_color: if($variant == "dark", #eeeeee, #1c1c1c);
-$button_fg_color: if($variant == "dark", #1c1c1c, #eeeeee);
-$header_button_bg_color: #101010;
+$bg_color: if($variant == "dark", #eeeeee, #212121);
+$fg_color: if($variant == "dark", #212121, #eeeeee);
+$base_color: if($variant == "dark", #eeeeee, #212121);
+$text_color: if($variant == "dark", #212121, #eeeeee);
+$button_bg_color: if($variant == "dark", #eeeeee, #212121);
+$button_fg_color: if($variant == "dark", #212121, #eeeeee);
+$header_button_bg_color: #212121;
$header_button_fg_color: #eeeeee;
-$selected_bg_color: #4285f4;
+$selected_bg_color: #2962FF;
$selected_fg_color: #ffffff;
-$tooltip_bg_color: #101010;
+$tooltip_bg_color: #212121;
$tooltip_fg_color: #eeeeee;
// dark colors
-$dark_bg_color: #111111;
+$dark_bg_color: #212121;
$dark_fg_color: #eeeeee;
// shadows
-$dark_shadow: #000;
+$dark_shadow: #212121;
$light_shadow: #fff;
// white and black
@@ -30,17 +30,17 @@ $white: #fff;
// misc colors used by gtk+
$info_fg_color: #fff;
-$info_bg_color: #03a9f4;
+$info_bg_color: #2962FF;
$warning_fg_color: #fff;
-$warning_bg_color: #ef6c00;
+$warning_bg_color: #E65100;
$question_fg_color: #fff;
$question_bg_color: #673ab7;
$error_fg_color: #fff;
-$error_bg_color: #f44336;
-$link_color: #4285f4;
-$success_color: #4caf50;
-$warning_color: #ef6c00;
-$error_color: #f44336;
+$error_bg_color: #F44336;
+$link_color: #2962FF;
+$success_color: #90EE02;
+$warning_color: #E65100;
+$error_color: #F44336;
$toolbar_bg_color: $bg_color;
$toolbar_fg_color: $fg_color;