[gimp/soc-2010-cage] themes: use the color scheme from "Darklooks" for canvas overlays
- From: Michael Muré <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2010-cage] themes: use the color scheme from "Darklooks" for canvas overlays
- Date: Wed, 30 Jun 2010 22:09:28 +0000 (UTC)
commit 8052b8984bf09155bcc9de32f0a81b47274a5101
Author: Michael Natterer <mitch gimp org>
Date: Mon Jun 14 13:48:11 2010 +0200
themes: use the color scheme from "Darklooks" for canvas overlays
This is just a proof-of-concept experiment, please comment!
themes/Default/gtkrc | 39 +++++++++++++++++++++++++++++++++++++++
themes/Small/gtkrc | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 78 insertions(+), 0 deletions(-)
---
diff --git a/themes/Default/gtkrc b/themes/Default/gtkrc
index 5148805..0cfb4b3 100644
--- a/themes/Default/gtkrc
+++ b/themes/Default/gtkrc
@@ -100,3 +100,42 @@ style "gimp-display-style" = "gimp-default-style"
}
widget "*GimpDisplayShell.*" style "gimp-display-style"
+
+
+style "gimp-overlay-style" = "gimp-display-style"
+{
+ GtkButton::focus-line_width = 1
+
+ color["fg_color"] = "#E6E6E6"
+ color["bg_color"] = "#555753"
+ color["base_color"] = "#2E3436"
+ color["text_color"] = "#D3D7CF"
+ color["selected_bg_color"] = "#3F403D"
+ color["selected_fg_color"] = "#7AA3CC"
+
+ fg[NORMAL] = @fg_color
+ fg[PRELIGHT] = @fg_color
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = @fg_color
+ fg[INSENSITIVE] = darker (@bg_color)
+
+ bg[NORMAL] = @bg_color
+ bg[PRELIGHT] = shade (1.02, @bg_color)
+ bg[SELECTED] = @selected_bg_color
+ bg[INSENSITIVE] = @bg_color
+ bg[ACTIVE] = shade (0.9, @bg_color)
+
+ base[NORMAL] = @base_color
+ base[PRELIGHT] = shade (0.95, @bg_color)
+ base[ACTIVE] = shade (0.9, @selected_bg_color)
+ base[SELECTED] = @selected_bg_color
+ base[INSENSITIVE] = @bg_color
+
+ text[NORMAL] = @text_color
+ text[PRELIGHT] = @text_color
+ text[ACTIVE] = @selected_fg_color
+ text[SELECTED] = @selected_fg_color
+ text[INSENSITIVE] = darker (@bg_color)
+}
+
+widget_class "*<GimpOverlayFrame>*" style "gimp-overlay-style"
diff --git a/themes/Small/gtkrc b/themes/Small/gtkrc
index c41a49f..1232c08 100644
--- a/themes/Small/gtkrc
+++ b/themes/Small/gtkrc
@@ -107,3 +107,42 @@ style "gimp-display-style" = "gimp-default-style"
}
widget "*GimpDisplayShell.*" style "gimp-display-style"
+
+
+style "gimp-overlay-style" = "gimp-display-style"
+{
+ GtkButton::focus-line_width = 1
+
+ color["fg_color"] = "#E6E6E6"
+ color["bg_color"] = "#555753"
+ color["base_color"] = "#2E3436"
+ color["text_color"] = "#D3D7CF"
+ color["selected_bg_color"] = "#3F403D"
+ color["selected_fg_color"] = "#7AA3CC"
+
+ fg[NORMAL] = @fg_color
+ fg[PRELIGHT] = @fg_color
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = @fg_color
+ fg[INSENSITIVE] = darker (@bg_color)
+
+ bg[NORMAL] = @bg_color
+ bg[PRELIGHT] = shade (1.02, @bg_color)
+ bg[SELECTED] = @selected_bg_color
+ bg[INSENSITIVE] = @bg_color
+ bg[ACTIVE] = shade (0.9, @bg_color)
+
+ base[NORMAL] = @base_color
+ base[PRELIGHT] = shade (0.95, @bg_color)
+ base[ACTIVE] = shade (0.9, @selected_bg_color)
+ base[SELECTED] = @selected_bg_color
+ base[INSENSITIVE] = @bg_color
+
+ text[NORMAL] = @text_color
+ text[PRELIGHT] = @text_color
+ text[ACTIVE] = @selected_fg_color
+ text[SELECTED] = @selected_fg_color
+ text[INSENSITIVE] = darker (@bg_color)
+}
+
+widget_class "*<GimpOverlayFrame>*" style "gimp-overlay-style"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]