summaryrefslogtreecommitdiff
path: root/.gtkrc-2.0
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-07-09 09:52:13 +0200
committerPatrick Simianer <p@simianer.de>2014-07-09 09:52:13 +0200
commit13ef6966df5bbc6c5cca0c51adef938922e90aac (patch)
tree7853ec44d2264b454db13acb5392e0413d88a137 /.gtkrc-2.0
parentacb399bd1680f81207b4d085ac9a3db802b68c01 (diff)
gtkrc-2.0 colors
Diffstat (limited to '.gtkrc-2.0')
-rw-r--r--.gtkrc-2.060
1 files changed, 30 insertions, 30 deletions
diff --git a/.gtkrc-2.0 b/.gtkrc-2.0
index e39d4a3..8b0e470 100644
--- a/.gtkrc-2.0
+++ b/.gtkrc-2.0
@@ -20,40 +20,40 @@ style "rezlooks-default"
GtkTreeView ::expander_size = 11
GtkExpander ::expander_size = 4
GtkScale ::slider-length = 8
-
+
xthickness = 0
ythickness = 0
- fg[NORMAL] = "#222222"
+ fg[NORMAL] = "#222222"
fg[PRELIGHT] = "#222222"
fg[SELECTED] = "#ffffff"
- fg[ACTIVE] = "#505050"
+ fg[ACTIVE] = "#505050"
fg[INSENSITIVE] = "#b5b3ac"
- bg[NORMAL] = "#fbfbfb"
+ bg[NORMAL] = "#fbfbfb"
bg[PRELIGHT] = "#efefef"
- bg[SELECTED] = "#a3b8cc"
+ bg[SELECTED] = "#990099"
bg[INSENSITIVE] = "#efefef"
- bg[ACTIVE] = "#f5f5f5" # this (strangely) controls inactive tab BGs
+ bg[ACTIVE] = "#f5f5f5" # this (strangely) controls inactive tab BGs
base[NORMAL] = "#ffffff"
- base[PRELIGHT] = "#6590b8"
- base[ACTIVE] = "#c0d3e5"
- base[SELECTED] = "#a3b8cc"
+ base[PRELIGHT] = "#990066"
+ base[ACTIVE] = "#9900ff"
+ base[SELECTED] = "#996699"
base[INSENSITIVE] = "#e8e8e8"
- text[NORMAL] = "#505050"
- text[PRELIGHT] = "#505050"
- text[ACTIVE] = "#505050"
- text[SELECTED] = "#ffffff"
+ text[NORMAL] = "#000000"
+ text[PRELIGHT] = "#ffffff"
+ text[ACTIVE] = "#ffffff"
+ text[SELECTED] = "#ffffff"
text[INSENSITIVE] = "#b5b5b5"
- engine "rezlooks"
+ engine "rezlooks"
{
- scrollbar_color = "#c0d3e5"
+ scrollbar_color = "#000000"
menubarstyle = 0 # 0 = flat, 1 = gradient
- menubaritemstyle = 0 # 0 = flat, 1 = button-ish style
- animation = FALSE
+ menubaritemstyle = 0 # 0 = flat, 1 = button-ish style
+ animation = FALSE
}
}
@@ -72,17 +72,17 @@ style "rezlooks-wider" = "rezlooks-default"
style "rezlooks-button" = "rezlooks-wider"
{
- bg[NORMAL] = "#f2f2f2"
+ bg[NORMAL] = "#f2f2f2"
bg[INSENSITIVE] = "#f0f0f0"
- bg[PRELIGHT] = "#c0d3e5"
- bg[ACTIVE] = "#fff1e0"
+ bg[PRELIGHT] = "#9900ff"
+ bg[ACTIVE] = "#996699"
}
style "rezlooks-notebook" = "rezlooks-wide"
{
- bg[NORMAL] = "#efefef"
+ bg[NORMAL] = "#efefef"
bg[INSENSITIVE] = "#efefef"
- bg[SELECTED] = "#F79537"
+ bg[SELECTED] = "#990099"
}
style "rezlooks-tasklist" = "rezlooks-default"
@@ -100,27 +100,27 @@ style "rezlooks-menu" = "rezlooks-default"
style "rezlooks-menu-item" = "rezlooks-default"
{
ythickness = 0
- fg[NORMAL] = "#505050"
+ fg[NORMAL] = "#505050"
fg[PRELIGHT] = "#ffffff"
- text[PRELIGHT] = "#505050"
+ text[PRELIGHT] = "#ffffff"
}
style "rezlooks-menubar" = "rezlooks-default"
{
- bg[NORMAL] = "#7851A9" # background
- fg[NORMAL] = "#505050"
- fg[ACTIVE] = "#505050"
+ bg[NORMAL] = "#7851a9" # background
+ fg[NORMAL] = "#505050"
+ fg[ACTIVE] = "#505050"
text[NORMAL] = "#505050"
text[PRELIGHT] = "#505050"
- base[PRELIGHT] = "#63E62E"
- base[SELECTED] = "#4DB224"
+ base[PRELIGHT] = "#63e62e"
+ base[SELECTED] = "#4db224"
}
style "rezlooks-menubar-item"
{
ythickness = 4
fg[PRELIGHT] = "#505050"
- bg[PRELIGHT] = "#ebf0f5"
+ bg[PRELIGHT] = "#ff99ff"
}
style "rezlooks-tree" = "rezlooks-default"