[longomatch] Use clear color for text to improve readability.
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Use clear color for text to improve readability.
- Date: Sat, 7 Feb 2015 10:12:34 +0000 (UTC)
commit 1d7eafbe8318d7cbbbc25951958583c6804b19e3
Author: Julien Moutte <julien fluendo com>
Date: Wed Feb 4 18:38:45 2015 +0100
Use clear color for text to improve readability.
data/theme/gtk-2.0/gtkrc | 4 ++--
data/theme/longomatch-dark.json | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/theme/gtk-2.0/gtkrc b/data/theme/gtk-2.0/gtkrc
index 8e6094a..615a82c 100644
--- a/data/theme/gtk-2.0/gtkrc
+++ b/data/theme/gtk-2.0/gtkrc
@@ -4,7 +4,7 @@ gtk-icon-theme-name = "longomatch"
gtk-icon-sizes =
"gtk-menu=13,13:gtk-small-toolbar=24,24:gtk-large-toolbar=24,24:gtk-dnd=80,80:gtk-dialog=80,80"
gtk-toolbar-icon-size = small-toolbar
-gtk-color-scheme =
"bg_color:#252627\nbg_light_color:#3b3b3b\nbg_dark_color:#151a20\nselected_color:#f3f3f3\nactive_color:#50b44d\ntool_color:#c42527\nbase_color:#6a6a6a\ntext_color:#f6f6f6\nselected_text_color:#f6f6f6\nselected_text_color_no_focus:#151a20\ntext_selection_color:#6a6a6a\nfocus_color:#50b44d"
+gtk-color-scheme =
"bg_color:#252627\nbg_light_color:#3b3b3b\nbg_dark_color:#151a20\nselected_color:#f3f3f3\nactive_color:#50b44d\ntool_color:#c42527\nbase_color:#6a6a6a\ntext_color:#dfdfdf\nselected_text_color:#dfdfdf\nselected_text_color_no_focus:#151a20\ntext_selection_color:#6a6a6a\nfocus_color:#50b44d"
# enable/disable images in menus. most "stock" microsoft apps don't use these, except sparingly.
@@ -41,7 +41,7 @@ style "longomatch-default"
#xthickness = 0
#ythickness = 0
- fg[NORMAL] = @base_color
+ fg[NORMAL] = @text_color
fg[ACTIVE] = @base_color
fg[PRELIGHT] = @base_color
fg[INSENSITIVE] = darker (@base_color)
diff --git a/data/theme/longomatch-dark.json b/data/theme/longomatch-dark.json
index fcc997c..81713c0 100644
--- a/data/theme/longomatch-dark.json
+++ b/data/theme/longomatch-dark.json
@@ -5,9 +5,9 @@
'PaletteBackgroundLight': '#3b3b3cFF',
'PaletteBackgroundDark': '#151a20FF',
'PaletteBackgroundDarkBright': '#292e33FF',
- 'PaletteWidgets': '#6a6a6aFF',
+ 'PaletteWidgets': '#dfdfdfFF',
'PaletteSelected': '#f3f3f3FF',
'PaletteActive': '#50b44dFF',
'PaletteTool': '#c42527FF',
- 'PaletteText': '#f6f6f6FF',
+ 'PaletteText': '#dfdfdfFF',
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]