[gnome-shell-sass] theme: improve legibility of error messages
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] theme: improve legibility of error messages
- Date: Wed, 17 Apr 2019 20:05:44 +0000 (UTC)
commit 66c6de62a02a009dd4606d0fb9d57f33baee282b
Author: Jakub Steiner <jimmac gmail com>
Date: Fri Mar 1 15:34:41 2019 +0100
theme: improve legibility of error messages
- the login dialog uses warning_color, so be consistent
- nevertheless increase lightness of the error_color
Fixes issue https://gitlab.gnome.org/GNOME/gnome-shell/issues/1016
_colors.scss | 2 +-
_common.scss | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/_colors.scss b/_colors.scss
index 447ad70..0a851f3 100644
--- a/_colors.scss
+++ b/_colors.scss
@@ -16,7 +16,7 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color, 20%), li
$top_hilight: $borders_edge;
$warning_color: #f57900;
-$error_color: #cc0000;
+$error_color: #ff8080;
$success_color: if($variant == 'light', #33d17a, darken(#33d17a, 10%));
$destructive_color: if($variant == 'light', #e01b24, darken(#e01b24, 10%));
diff --git a/_common.scss b/_common.scss
index 2ac87d4..f1e00e0 100644
--- a/_common.scss
+++ b/_common.scss
@@ -392,7 +392,7 @@ StScrollBar {
.prompt-dialog-error-label {
font-size: 10pt;
- color: $error_color;
+ color: $warning_color;
padding-bottom: 8px;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]