From 00cdd7a3e31e793f5be7044f18e5ee77e2945b2b Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 21 Mar 2012 13:33:36 -0300 Subject: renaming simple to simply --- configure.in | 2 +- gtk-themes/Simple/Makefile.am | 5 --- gtk-themes/Simple/gtkrc | 78 ------------------------------------------- gtk-themes/Simply/Makefile.am | 5 +++ gtk-themes/Simply/gtkrc | 78 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 84 insertions(+), 84 deletions(-) delete mode 100644 gtk-themes/Simple/Makefile.am delete mode 100644 gtk-themes/Simple/gtkrc create mode 100644 gtk-themes/Simply/Makefile.am create mode 100644 gtk-themes/Simply/gtkrc diff --git a/configure.in b/configure.in index 30775cdc..ed10b783 100644 --- a/configure.in +++ b/configure.in @@ -228,7 +228,7 @@ gtk-themes/LowContrast/gtkrc gtk-themes/LowContrastLargePrint/Makefile gtk-themes/LowContrastLargePrint/gtkrc gtk-themes/LowContrastLargePrint/pixmaps/Makefile -gtk-themes/Simple/Makefile +gtk-themes/Simply/Makefile icon-themes/Makefile icon-themes/Quid/Makefile icon-themes/Quid/16x16/Makefile diff --git a/gtk-themes/Simple/Makefile.am b/gtk-themes/Simple/Makefile.am deleted file mode 100644 index c6ff0123..00000000 --- a/gtk-themes/Simple/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -themedir = $(datadir)/themes/Simple/gtk-2.0 - -theme_DATA = gtkrc - -EXTRA_DIST = $(theme_DATA) diff --git a/gtk-themes/Simple/gtkrc b/gtk-themes/Simple/gtkrc deleted file mode 100644 index dfa880f9..00000000 --- a/gtk-themes/Simple/gtkrc +++ /dev/null @@ -1,78 +0,0 @@ -# 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 - GtkCheckMenuItem::indicator_size = 12 - GtkButton::default_border = {0, 0, 0, 0} - - 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] = "#456b7f" - - base[NORMAL] = "#ffffff" - base[ACTIVE] = "#456b7f" - base[INSENSITIVE] = "#ffffff" - base[PRELIGHT] = "#eaeaea" - base[SELECTED] = "#456b7f" - - text[NORMAL] = "#000000" - text[ACTIVE] = "#000000" - text[PRELIGHT] = "#000000" - text[SELECTED] = "#ffffff" - 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" { } -} - -style "progressbar" = "default" -{ - bg[PRELIGHT] = "#456b7f" - fg[PRELIGHT] = "#ffffff" -} - -style "entry" -{ - bg[SELECTED] = "#A3B0C9" - fg[SELECTED] = "#000000" -} - -class "GtkWidget" style "default" -class "GtkMenuItem*" style "menu" -class "GtkCheckButton" style "togglebuttons" -class "GtkRadioButton" style "togglebuttons" -class "GtkProgressBar" style "progressbar" -class "GtkEntry" style "entry" diff --git a/gtk-themes/Simply/Makefile.am b/gtk-themes/Simply/Makefile.am new file mode 100644 index 00000000..55d8ee54 --- /dev/null +++ b/gtk-themes/Simply/Makefile.am @@ -0,0 +1,5 @@ +themedir = $(datadir)/themes/Simply/gtk-2.0 + +theme_DATA = gtkrc + +EXTRA_DIST = $(theme_DATA) diff --git a/gtk-themes/Simply/gtkrc b/gtk-themes/Simply/gtkrc new file mode 100644 index 00000000..dfa880f9 --- /dev/null +++ b/gtk-themes/Simply/gtkrc @@ -0,0 +1,78 @@ +# 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 + GtkCheckMenuItem::indicator_size = 12 + GtkButton::default_border = {0, 0, 0, 0} + + 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] = "#456b7f" + + base[NORMAL] = "#ffffff" + base[ACTIVE] = "#456b7f" + base[INSENSITIVE] = "#ffffff" + base[PRELIGHT] = "#eaeaea" + base[SELECTED] = "#456b7f" + + text[NORMAL] = "#000000" + text[ACTIVE] = "#000000" + text[PRELIGHT] = "#000000" + text[SELECTED] = "#ffffff" + 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" { } +} + +style "progressbar" = "default" +{ + bg[PRELIGHT] = "#456b7f" + fg[PRELIGHT] = "#ffffff" +} + +style "entry" +{ + bg[SELECTED] = "#A3B0C9" + fg[SELECTED] = "#000000" +} + +class "GtkWidget" style "default" +class "GtkMenuItem*" style "menu" +class "GtkCheckButton" style "togglebuttons" +class "GtkRadioButton" style "togglebuttons" +class "GtkProgressBar" style "progressbar" +class "GtkEntry" style "entry" -- cgit v1.2.1