From b7b226dde348392e57af9041fa390ea4f41abd4b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 27 Dec 2013 15:32:01 -0200 Subject: Initial import --- config.dot/gtk-3.0/settings.ini.link | 6 +++ gtkrc-2.0.dot.link | 2 + themes.dot/PrettyOkayish-Prion.link/ICON.png | 0 themes.dot/PrettyOkayish-Prion.link/README | 9 ++++ themes.dot/PrettyOkayish-Prion.link/gtk-2.0/gtkrc | 62 ++++++++++++++++++++++ .../PrettyOkayish-Prion.link/gtk-3.0/gtk.css | 51 ++++++++++++++++++ themes.dot/PrettyOkayish-Prion.link/gtk/gtkrc | 55 +++++++++++++++++++ 7 files changed, 185 insertions(+) create mode 100644 config.dot/gtk-3.0/settings.ini.link create mode 100644 gtkrc-2.0.dot.link create mode 100644 themes.dot/PrettyOkayish-Prion.link/ICON.png create mode 100644 themes.dot/PrettyOkayish-Prion.link/README create mode 100644 themes.dot/PrettyOkayish-Prion.link/gtk-2.0/gtkrc create mode 100644 themes.dot/PrettyOkayish-Prion.link/gtk-3.0/gtk.css create mode 100644 themes.dot/PrettyOkayish-Prion.link/gtk/gtkrc diff --git a/config.dot/gtk-3.0/settings.ini.link b/config.dot/gtk-3.0/settings.ini.link new file mode 100644 index 0000000..1668a61 --- /dev/null +++ b/config.dot/gtk-3.0/settings.ini.link @@ -0,0 +1,6 @@ +[Settings] +gtk-application-prefer-dark-theme = false +gtk-theme-name = Adwaita +gtk-fallback-icon-theme = gnome +gtk-icon-theme-name = Gnome +#gtk-font-name = [font name] [font size] diff --git a/gtkrc-2.0.dot.link b/gtkrc-2.0.dot.link new file mode 100644 index 0000000..930fa16 --- /dev/null +++ b/gtkrc-2.0.dot.link @@ -0,0 +1,2 @@ +include ".themes/PrettyOkayish-Prion/gtk-2.0/gtkrc" +#include ".gtkrc-2.0.mine" diff --git a/themes.dot/PrettyOkayish-Prion.link/ICON.png b/themes.dot/PrettyOkayish-Prion.link/ICON.png new file mode 100644 index 0000000..e69de29 diff --git a/themes.dot/PrettyOkayish-Prion.link/README b/themes.dot/PrettyOkayish-Prion.link/README new file mode 100644 index 0000000..1b3cfa8 --- /dev/null +++ b/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/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" diff --git a/themes.dot/PrettyOkayish-Prion.link/gtk-3.0/gtk.css b/themes.dot/PrettyOkayish-Prion.link/gtk-3.0/gtk.css new file mode 100644 index 0000000..06f3b9d --- /dev/null +++ b/themes.dot/PrettyOkayish-Prion.link/gtk-3.0/gtk.css @@ -0,0 +1,51 @@ +@define-color bg_color #e2e2de; /* element id 0 - bg[NORMAL] */ +@define-color prelight_bg_color #f2f2ee; /* element id 1 - bg[PRELIGHT] */ +@define-color selected_bg_color #ffffff; /* element id 2 - bg[SELECTED] */ +@define-color active_bg_color #c2c2be; /* element id 3 - bg[ACTIVE] */ +@define-color intensitive_bg_color #e2e2de; /* element id 4 - bg[INTENSITIVE] */ +@define-color fg_color #000000; /* element id 5 - fg[NORMAL] */ +@define-color prelight_fg_color #f2f2ee; /* element id 6 - fg[PRELIGHT] */ +@define-color selected_fg_color #314a82; /* element id 7 - fg[SELECTED] */ +@define-color active_fg_color #314a82; /* element id 8 - fg[ACTIVE] */ +@define-color intensitive_fg_color #969696; /* element id 9 - fg[INTENSITIVE] */ +@define-color base_color #ffffff; /* element id 10 - base[NORMAL] */ +@define-color prelight_base_color #eaeaea; /* element id 11 - base[PRELIGHT] */ +@define-color selected_base_color #a5abba; /* element id 12 - base[SELECTED] */ +@define-color active_base_color #ffffff; /* element id 13 - base[ACTIVE] */ +@define-color intensitive_base_color #ffffff; /* element id 14 - base[INTENSITIVE] */ +@define-color text_color #000000; /* element id 15 - text[NORMAL] */ +@define-color prelight_text_color #000000; /* element id 16 - text[PRELIGHT] */ +@define-color selected_text_color #000000; /* element id 17 - text[SELECTED] */ +@define-color active_text_color #000000; /* element id 18 - text[ACTIVE] */ +@define-color intensitive_text_color #000000; /* element id 19 - text[INTENSITIVE] */ +@define-color link_color #0000ee; /* link - element id- 81 */ +@define-color visited_link_color #551a8b; /* visited link - element id 82 */ +@define-color panel_bg_color #585858; /* window background - element id 26 */ +@define-color panel_prelight_bg_color #585858; /* window background - element id 27 */ +@define-color panel_selected_bg_color #585858; /* selected background - element id 28 */ +@define-color panel_active_bg_color #585858; /* window background - element id 29 */ +@define-color panel_intensitive_bg_color #585858; /* window background - element id 30 */ +@define-color panel_fg_color #ffffff; /* window foreground - element id 31 */ +@define-color panel_prelight_fg_color #ffffff; /* window foreground - element id 32 */ +@define-color panel_selected_fg_color #ffffff; /* selected foreground - element id 33 */ +@define-color panel_active_fg_color #ffffff; /* window foreground - element id 34 */ +@define-color panel_intensitive_fg_color #ffffff; /* window foreground - element id 35 */ +@define-color scrollbar_bg_color #664444; /* scrollbar background - element id 44 */ +@define-color scrollbar_prelight_bg_color #664444; /* scrollbar background - element id 45 */ +@define-color scrollbar_active_bg_color #664444; /* scrollbar background - element id 46 */ +@define-color progressbar_bg_color #ffff00; /* progressbar background - element id 48 */ +@define-color tooltip_bg_color #585858; /* tooltip background - element id 51 */ +@define-color tooltip_fg_color #ffffff; /* tooltip foreground - element id 78 */ +@define-color button_bg_color #416142; /* button background - element id 83 */ +@define-color button_prelight_bg_color #416142; /* button background - element id 84 */ +@define-color button_selected_bg_color #ffffff; /* selected background - element id 85 */ +@define-color button_active_bg_color #416142; /* button background - element id 86 */ +@define-color button_insensitive_bg_color #416142; /* button background - element id 87 */ +@define-color button_fg_color #ffffff; /* button foreground - element id 88 */ +@define-color button_prelight_fg_color #ffffff; /* button foreground - element id 89 */ +@define-color button_active_fg_color #ffffff; /* button foreground - element id 91 */ +@define-color button_intensitive_fg_color #ffffff; /* button foreground - element id 92 */ +@define-color combobox_fg_color #ffffff; /* combobox foreground - element id 94 */ +@define-color combobox_prelight_fg_color #ffffff; /* combobox foreground - element id 95 */ +@define-color combobox_active_fg_color #ffffff; /* combobox foreground - element id 97 */ +@define-color combobox_intensitive_fg_color #dbdacc; /* combobox foreground - element id 98 */ diff --git a/themes.dot/PrettyOkayish-Prion.link/gtk/gtkrc b/themes.dot/PrettyOkayish-Prion.link/gtk/gtkrc new file mode 100644 index 0000000..6499cbe --- /dev/null +++ b/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" -- cgit v1.2.3