[longomatch/newui: 22/50] Use the color scheme.



commit 0e187e7212a1eb0c43705c38ce2000f99cf87ebd
Author: Julien Moutte <julien fluendo com>
Date:   Mon Aug 18 20:05:02 2014 +0200

    Use the color scheme.

 data/theme/gtk-2.0/gtkrc |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/theme/gtk-2.0/gtkrc b/data/theme/gtk-2.0/gtkrc
index 9bed1f7..d861c8a 100644
--- a/data/theme/gtk-2.0/gtkrc
+++ b/data/theme/gtk-2.0/gtkrc
@@ -188,14 +188,14 @@ style "longomatch-header" {
 
 style "longomatch-templates-treeview" {
   # Background color
-  base[NORMAL]       = "#151a20"
+  base[NORMAL]       = @bg_dark_color
   # Line color when active (default)
-  base[ACTIVE]       = "#50b44d"
+  base[ACTIVE]       = @active_color
   # Line color when selected
-  base[SELECTED]       = "#50b44d"
-  text[NORMAL]       = "#f6f6f6"
-  text[SELECTED]     = "#f6f6f6"
-  text[ACTIVE]     = "#f6f6f6"
+  base[SELECTED]       = @active_color
+  text[NORMAL]       = @text_color
+  text[SELECTED]     = @text_color
+  text[ACTIVE]     = @text_color
 
   # We can also customize odd/even row colors
   #GtkTreeView::odd_row_color      = "#5f5f5f"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]