[gnome-builder/wip/plugins] theme: adjust styling for tree views
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/plugins] theme: adjust styling for tree views
- Date: Mon, 8 Jun 2015 19:37:10 +0000 (UTC)
commit 3f4b813aadd57d25aec9081123e884c242192c25
Author: Christian Hergert <christian hergert me>
Date: Mon Jun 8 12:37:05 2015 -0700
theme: adjust styling for tree views
We are going to have a couple more of these in the new workspace panes, so
lets just apply the styling to all treeviews for now.
data/theme/Adwaita-dark.css | 11 +++++------
data/theme/Adwaita.css | 11 +++++------
2 files changed, 10 insertions(+), 12 deletions(-)
---
diff --git a/data/theme/Adwaita-dark.css b/data/theme/Adwaita-dark.css
index 768ddd9..6a274f3 100644
--- a/data/theme/Adwaita-dark.css
+++ b/data/theme/Adwaita-dark.css
@@ -1,21 +1,20 @@
@import url("resource:///org/gnome/builder/theme/Adwaita-shared.css");
-/*
- * Project Tree
- */
-GbProjectTree.view {
+
+GtkTreeView.view {
color: #eeeeec;
background-color: mix(#292929, #2e3436, 0.8);
}
-GbProjectTree.view:backdrop {
+GtkTreeView.view:backdrop {
color: #a1a1a1;
background-color: #2e3436;
}
-GbProjectTree.view.cell:selected {
+GtkTreeView.view.cell:selected {
color: #fff;
background-color: #215d9c;
}
+
RgGraph {
background-color: #2e3436;
background-size: 8px 8px;
diff --git a/data/theme/Adwaita.css b/data/theme/Adwaita.css
index 5d4bec7..19e7e4a 100644
--- a/data/theme/Adwaita.css
+++ b/data/theme/Adwaita.css
@@ -1,17 +1,15 @@
@import url("resource:///org/gnome/builder/theme/Adwaita-shared.css");
-/*
- * Project Tree
- */
-GbProjectTree.view {
+
+GtkTreeView.view {
color: #555753;
background-color: #eeeeec;
}
-GbProjectTree.view:backdrop {
+GtkTreeView.view:backdrop {
color: #888a85;
background-color: #efefef;
}
-GbProjectTree.view.cell:selected {
+GtkTreeView.view.cell:selected {
color: #fff;
background-color: #4a90d9;
}
@@ -22,6 +20,7 @@ GbGreeterPillBox {
border-radius: 3px;
}
+
RgGraph {
background-color: #f6f7f8;
background-size: 8px 8px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]