[gimp] app: Changed tool display colors and opacities
- From: Ville Pätsi <drc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: Changed tool display colors and opacities
- Date: Mon, 27 Sep 2010 17:09:44 +0000 (UTC)
commit 50a34c230a86e2ddbea5e769bb8a80c480b1fe76
Author: Ville Pätsi <drc gimp org>
Date: Mon Sep 27 20:02:13 2010 +0300
app: Changed tool display colors and opacities
app/display/gimpdisplayshell-style.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/display/gimpdisplayshell-style.c b/app/display/gimpdisplayshell-style.c
index d3ee22b..754a675 100644
--- a/app/display/gimpdisplayshell-style.c
+++ b/app/display/gimpdisplayshell-style.c
@@ -69,9 +69,9 @@ static const GimpRGB vectors_normal_fg = { 0.0, 0.0, 1.0, 0.8 };
static const GimpRGB vectors_active_bg = { 1.0, 1.0, 1.0, 0.6 };
static const GimpRGB vectors_active_fg = { 1.0, 0.0, 0.0, 0.8 };
-static const GimpRGB tool_bg = { 1.0, 1.0, 1.0, 0.6 };
-static const GimpRGB tool_fg = { 0.0, 0.0, 0.0, 0.8 };
-static const GimpRGB tool_fg_highlight = { 0.0, 1.0, 1.0, 0.8 };
+static const GimpRGB tool_bg = { 0.0, 0.0, 0.0, 0.4 };
+static const GimpRGB tool_fg = { 1.0, 1.0, 1.0, 0.8 };
+static const GimpRGB tool_fg_highlight = { 1.0, 0.8, 0.2, 0.8 };
/* public functions */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]