aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-05 19:15:06 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-02-05 19:15:06 -0200
commite390d7691aa6212205e563463bd8618a303b47f0 (patch)
tree957dca8ad7b4969edcc679c74e51e1ac559fb6bb
parent6e8996e05d7a2a220d1a0149c5507ca81f3c4515 (diff)
downloadmetadot-e390d7691aa6212205e563463bd8618a303b47f0.tar.gz
metadot-e390d7691aa6212205e563463bd8618a303b47f0.tar.bz2
Adding gtk module
-rw-r--r--modules/gtk/gtkrc-2.0.dot.link6
-rw-r--r--modules/gtk/themes.dot/PrettyOkayish-Prion.link/ICON.png0
-rw-r--r--modules/gtk/themes.dot/PrettyOkayish-Prion.link/README9
-rw-r--r--modules/gtk/themes.dot/PrettyOkayish-Prion.link/gtk-2.0/gtkrc62
-rw-r--r--modules/gtk/themes.dot/PrettyOkayish-Prion.link/gtk/gtkrc55
5 files changed, 132 insertions, 0 deletions
diff --git a/modules/gtk/gtkrc-2.0.dot.link b/modules/gtk/gtkrc-2.0.dot.link
new file mode 100644
index 0000000..d7b51fa
--- /dev/null
+++ b/modules/gtk/gtkrc-2.0.dot.link
@@ -0,0 +1,6 @@
+# -- THEME AUTO-WRITTEN BY gtk-theme-switch2 DO NOT EDIT
+include "/home/rhatto/.themes/PrettyOkayish-Prion/gtk-2.0/gtkrc"
+
+include "/home/rhatto/.gtkrc-2.0.mine"
+
+# -- THEME AUTO-WRITTEN BY gtk-theme-switch2 DO NOT EDIT
diff --git a/modules/gtk/themes.dot/PrettyOkayish-Prion.link/ICON.png b/modules/gtk/themes.dot/PrettyOkayish-Prion.link/ICON.png
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/modules/gtk/themes.dot/PrettyOkayish-Prion.link/ICON.png
diff --git a/modules/gtk/themes.dot/PrettyOkayish-Prion.link/README b/modules/gtk/themes.dot/PrettyOkayish-Prion.link/README
new file mode 100644
index 0000000..1b3cfa8
--- /dev/null
+++ b/modules/gtk/themes.dot/PrettyOkayish-Prion.link/README
@@ -0,0 +1,9 @@
+PrettyOkayish-Prion
+
+This is a modification of Tigert's PrettyOkayish Theme [1]. It's not as
+yellow as the original and matches the colors of "Interface-Prion-Flat"
+(also done by Tigert).
+
+Nico - http://siriux.net/
+
+ [1] http://tigert.gimp.org/
diff --git a/modules/gtk/themes.dot/PrettyOkayish-Prion.link/gtk-2.0/gtkrc b/modules/gtk/themes.dot/PrettyOkayish-Prion.link/gtk-2.0/gtkrc
new file mode 100644
index 0000000..f297bb7
--- /dev/null
+++ b/modules/gtk/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"
diff --git a/modules/gtk/themes.dot/PrettyOkayish-Prion.link/gtk/gtkrc b/modules/gtk/themes.dot/PrettyOkayish-Prion.link/gtk/gtkrc
new file mode 100644
index 0000000..6499cbe
--- /dev/null
+++ b/modules/gtk/themes.dot/PrettyOkayish-Prion.link/gtk/gtkrc
@@ -0,0 +1,55 @@
+style "default"
+{
+
+ 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"
+
+}
+
+style "default-ice" = "default" {
+ 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 = DOT
+ }
+}
+
+style "menu" = "default"
+{
+# bg_pixmap[PRELIGHT] = "stripebg-dark.png"
+ bg[PRELIGHT] = "#ffffff"
+ text[PRELIGHT] = { 1.0, 1.0, 1.0 }
+ engine "redmond95" { }
+}
+
+class "GtkWidget" style "default-ice"
+class "GtkMenuItem*" style "menu"