[yelp] [libyelp/yelp-settings] Brighten up the yellow; the old yellow felt dirty
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp] [libyelp/yelp-settings] Brighten up the yellow; the old yellow felt dirty
- Date: Thu, 3 Jun 2010 21:25:11 +0000 (UTC)
commit 7d74e52de9bd4eeff2a04bfece62bdf706d36724
Author: Shaun McCance <shaunm gnome org>
Date: Thu Jun 3 16:24:47 2010 -0500
[libyelp/yelp-settings] Brighten up the yellow; the old yellow felt dirty
libyelp/yelp-settings.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libyelp/yelp-settings.c b/libyelp/yelp-settings.c
index 47d7357..478b378 100644
--- a/libyelp/yelp-settings.c
+++ b/libyelp/yelp-settings.c
@@ -859,11 +859,11 @@ gtk_theme_changed (GtkSettings *gtk_settings,
settings->priv->colors[YELP_SETTINGS_COLOR_RED_BORDER]);
/* YELP_SETTINGS_COLOR_YELLOW */
- hsv_to_hex (54,
- 0.2,
+ hsv_to_hex (60,
+ 0.25,
base_v - ((base_v - text_v) * 0.01),
settings->priv->colors[YELP_SETTINGS_COLOR_YELLOW_BASE]);
- hsv_to_hex (54,
+ hsv_to_hex (60,
1.0,
base_v - ((base_v - text_v) * 0.07),
settings->priv->colors[YELP_SETTINGS_COLOR_YELLOW_BORDER]);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]