[gnome-boxes] BoxesMiniGraph: Replace hardcoded colors by theme colors
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] BoxesMiniGraph: Replace hardcoded colors by theme colors
- Date: Mon, 18 Aug 2014 18:10:19 +0000 (UTC)
commit 787852bcbdbca01b26014caaa1a1f9f8a6cb1516
Author: Lasse Schuirmann <lasse schuirmann gmail com>
Date: Mon Aug 18 13:40:55 2014 +0200
BoxesMiniGraph: Replace hardcoded colors by theme colors
The BoxesMiniGraph will now invert colors with the theme if needed.
This is a minor visual change while it allows Boxes to adapt to theme
changes and especially makes themes like the high contrast accessibility
theme work.
https://bugzilla.gnome.org/show_bug.cgi?id=731952
data/gtk-style.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index 8a3d895..be6e374 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -13,9 +13,9 @@
}
BoxesMiniGraph {
- background-color: #1d1d1d;
- border-color: #e9e9e9;
- color: #393939;
+ background-color: @content_view_bg;
+ border-color: @borders;
+ color: @theme_fg_color;
}
.sidebar {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]