[gnome-themes-standard] highcontrast: use a different color for focused entry borders
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] highcontrast: use a different color for focused entry borders
- Date: Mon, 30 Apr 2012 18:58:53 +0000 (UTC)
commit 1bd8e7fad132e53411ae25ceaa616d8610f5464a
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Apr 24 17:47:46 2012 -0400
highcontrast: use a different color for focused entry borders
themes/HighContrast/gtk-3.0/gtk.css | 2 ++
themes/a11y-base.css | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/themes/HighContrast/gtk-3.0/gtk.css b/themes/HighContrast/gtk-3.0/gtk.css
index f0f25dd..85b33b4 100644
--- a/themes/HighContrast/gtk-3.0/gtk.css
+++ b/themes/HighContrast/gtk-3.0/gtk.css
@@ -3,6 +3,8 @@
@define-color theme_active_color #b8b891;
@define-color theme_selected_bg_color #555;
+ define-color theme_highlight_color shade(#4a90d9, 0.85);
+
@define-color theme_internal_border shade(#ddd, 0.90);
@define-color theme_internal_bg #ddd;
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index dbd71b6..af27c53 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -132,7 +132,7 @@ GtkComboBox .separator {
.entry:focus {
border-width: 2px;
- border-color: #2e3436;
+ border-color: @theme_highlight_color;
}
.progressbar {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]