diff options
Diffstat (limited to 'gtk-themes')
-rw-r--r-- | gtk-themes/AlaDelta/Makefile.am (renamed from gtk-themes/Glider/Makefile.am) | 2 | ||||
-rw-r--r-- | gtk-themes/AlaDelta/gtkrc (renamed from gtk-themes/Glider/gtkrc) | 4 | ||||
-rw-r--r-- | gtk-themes/Makefile.am | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/gtk-themes/Glider/Makefile.am b/gtk-themes/AlaDelta/Makefile.am index 9445b24d..9e84aa08 100644 --- a/gtk-themes/Glider/Makefile.am +++ b/gtk-themes/AlaDelta/Makefile.am @@ -1,4 +1,4 @@ -themedir = $(datadir)/themes/Glider/gtk-2.0 +themedir = $(datadir)/themes/AlaDelta/gtk-2.0 theme_DATA = gtkrc diff --git a/gtk-themes/Glider/gtkrc b/gtk-themes/AlaDelta/gtkrc index 77ce2158..0da802ee 100644 --- a/gtk-themes/Glider/gtkrc +++ b/gtk-themes/AlaDelta/gtkrc @@ -1,8 +1,8 @@ -# Theme Name : Glider +# Theme Name : AlaDelta # Author(s) : Link Dupont <[email protected]> # Description : A very basic, conservative theme, using the Smooth engine and # HIG colors. -# This is Glider, the mate-themes version of SmoothMATE.. +# This is AlaDelta, the mate-themes version of Glider.. gtk_color_scheme = "fg_color:#000\nbg_color:#eae8e3\nbase_color:#fff\ntext_color:#000\nselected_bg_color:#7590ae\nselected_fg_color:#fff\ntooltip_bg_color:#FFF1BE\ntooltip_fg_color:#000" diff --git a/gtk-themes/Makefile.am b/gtk-themes/Makefile.am index 63d62c81..b757fa8e 100644 --- a/gtk-themes/Makefile.am +++ b/gtk-themes/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS = \ - Glider \ + AlaDelta \ Shiny \ TraditionalOkClassic \ Simply \ @@ -14,7 +14,7 @@ SUBDIRS = \ $(TEST_THEMES) DIST_SUBDIRS = \ - Glider \ + AlaDelta \ Shiny \ TraditionalOkClassic \ Simply \ |