[longomatch] Use the color scheme.
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Use the color scheme.
- Date: Wed, 24 Sep 2014 20:09:14 +0000 (UTC)
commit 1124bbb3d3da571c5315df699da9c3e1adb48835
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]