[almanah] theme_text_color updated to theme_fg_color
- From: Álvaro Peña <alvaropg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [almanah] theme_text_color updated to theme_fg_color
- Date: Sat, 27 Sep 2014 17:06:41 +0000 (UTC)
commit 535b5ccb9ae6465117ca3aa9c007097d055d612a
Author: Álvaro Peña <alvaropg gmail com>
Date: Fri Sep 26 23:16:31 2014 +0200
theme_text_color updated to theme_fg_color
There is no theme_text_color in Gtk 3.14, this
results in dark-on-dark unreadable widgets using
Adwaita dark variant.
text_color is equal to fg_color in Gtk 3.6, so the
dependency has been increased.
See: https://bugzilla.gnome.org/show_bug.cgi?id=737340
configure.ac | 2 +-
data/almanah.css | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d3f3fc7..d354d41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,7 +80,7 @@ dnl Dependencies
dnl ***************************************************************************
dnl Required dependencies
-PKG_CHECK_MODULES(STANDARD, glib-2.0 gtk+-3.0 >= 3.5.6 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3
cairo atk)
+PKG_CHECK_MODULES(STANDARD, glib-2.0 gtk+-3.0 >= 3.6 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3 cairo
atk)
AC_SUBST(STANDARD_CFLAGS)
AC_SUBST(STANDARD_LIBS)
diff --git a/data/almanah.css b/data/almanah.css
index c16ebfe..106d28d 100644
--- a/data/almanah.css
+++ b/data/almanah.css
@@ -10,17 +10,17 @@ AlmanahCalendarButton:active {
border-color: @menu_bg_color;
border-radius: 4px 4px 0 0;
- color: @theme_text_color;
+ color: @theme_fg_color;
text-shadow: none;
}
AlmanahCalendarButton GtkLabel:active {
- color: @theme_text_color;
+ color: @theme_fg_color;
text-shadow: none;
}
AlmanahCalendarButton GtkArrow:active {
- color: @theme_text_color;
+ color: @theme_fg_color;
}
AlmanahCalendarWindow {
@@ -34,7 +34,7 @@ AlmanahTagEntry {
}
AlmanahTagEntry:focused {
- color: @theme_text_color;
+ color: @theme_fg_color;
}
AlmanahTagEntry:backdrop {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]