aboutsummaryrefslogtreecommitdiff
path: root/themes.dot/PrettyOkayish-Prion.link/gtk-2.0/gtkrc
diff options
context:
space:
mode:
Diffstat (limited to 'themes.dot/PrettyOkayish-Prion.link/gtk-2.0/gtkrc')
-rw-r--r--themes.dot/PrettyOkayish-Prion.link/gtk-2.0/gtkrc62
1 files changed, 62 insertions, 0 deletions
diff --git a/themes.dot/PrettyOkayish-Prion.link/gtk-2.0/gtkrc b/themes.dot/PrettyOkayish-Prion.link/gtk-2.0/gtkrc
new file mode 100644
index 0000000..f297bb7
--- /dev/null
+++ b/themes.dot/PrettyOkayish-Prion.link/gtk-2.0/gtkrc
@@ -0,0 +1,62 @@
+# Edit these colors and fonts however you like.
+style "default"
+{
+ GtkRange::slider_width = 12
+ GtkRange::stepper_size = 12
+ GtkScrollbar::min_slider_length = 14
+ GtkCheckButton::indicator_size = 12
+
+ fg[NORMAL] = "#000000"
+ fg[ACTIVE] = "#314a82"
+ fg[INSENSITIVE] = "#969696"
+ fg[PRELIGHT] = "#415a92"
+ fg[SELECTED] = "#ffffff"
+
+ bg[ACTIVE] = "#c2c2be"
+ bg[NORMAL] = "#e2e2de"
+ bg[INSENSITIVE] = "#e2e2de"
+ bg[PRELIGHT] = "#f2f2ee"
+ bg[SELECTED] = "#a5abba"
+
+ base[NORMAL] = "#ffffff"
+ base[ACTIVE] = "#ffffff"
+ base[INSENSITIVE] = "#ffffff"
+ base[PRELIGHT] = "#eaeaea"
+ base[SELECTED] = "#a5abba"
+
+ text[NORMAL] = "#000000"
+ text[ACTIVE] = "#000000"
+ text[PRELIGHT] = "#000000"
+ text[SELECTED] = "#000000"
+ text[INSENSITIVE] = "#000000"
+
+ engine "thinice"
+ {
+ # Do you want the scrollbar handles rectangular or a bit shaped?
+ rect_scrollbar = TRUE
+
+ # The following variables are semi-generic, can be applied to
+ # different widget classes etc..
+
+ # Mark type 1 is used on scrollbar handles, handleboxes etc
+ mark_type1 = DOT
+ # Mark type 2 is used on scrollbar buttons
+ mark_type2 = ARROW
+ }
+}
+
+style "menu" = "default"
+{
+ bg[PRELIGHT] = "#ffffff"
+ text[PRELIGHT] = { 1.0, 1.0, 1.0 }
+ engine "redmond95" { }
+}
+style "togglebuttons" = "default"
+{
+ engine "redmond95" { }
+}
+
+class "GtkWidget" style "default"
+class "GtkMenuItem*" style "menu"
+class "GtkCheckButton" style "togglebuttons"
+class "GtkRadioButton" style "togglebuttons"