diff options
author | Perberos <[email protected]> | 2012-03-21 22:06:01 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-03-21 22:06:01 -0300 |
commit | 03eabdaa583e9f06d7520b2ca88850256f9086df (patch) | |
tree | 0c4060afdee9a56b55274768cda0e10b842523c3 /desktop-themes | |
parent | 373f711ef361d67874e58e584720e9c813fe9cac (diff) | |
download | mate-themes-03eabdaa583e9f06d7520b2ca88850256f9086df.tar.bz2 mate-themes-03eabdaa583e9f06d7520b2ca88850256f9086df.tar.xz |
renaming lowcontrast to contrastlow
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/ContrastLow/Makefile.am (renamed from desktop-themes/LowContrast/Makefile.am) | 2 | ||||
-rw-r--r-- | desktop-themes/ContrastLow/index.theme.in (renamed from desktop-themes/LowContrast/index.theme.in) | 2 | ||||
-rw-r--r-- | desktop-themes/ContrastLowLargePrint/Makefile.am (renamed from desktop-themes/LowContrastLargePrint/Makefile.am) | 2 | ||||
-rw-r--r-- | desktop-themes/ContrastLowLargePrint/index.theme.in.in (renamed from desktop-themes/LowContrastLargePrint/index.theme.in.in) | 2 | ||||
-rw-r--r-- | desktop-themes/Makefile.am | 8 |
5 files changed, 8 insertions, 8 deletions
diff --git a/desktop-themes/LowContrast/Makefile.am b/desktop-themes/ContrastLow/Makefile.am index 55f7281b..c246dee7 100644 --- a/desktop-themes/LowContrast/Makefile.am +++ b/desktop-themes/ContrastLow/Makefile.am @@ -1,4 +1,4 @@ -THEME_NAME=LowContrast +THEME_NAME=ContrastLow THEME_IN_FILES=index.theme.in @INTLTOOL_THEME_RULE@ diff --git a/desktop-themes/LowContrast/index.theme.in b/desktop-themes/ContrastLow/index.theme.in index 31be3774..37ed6183 100644 --- a/desktop-themes/LowContrast/index.theme.in +++ b/desktop-themes/ContrastLow/index.theme.in @@ -5,6 +5,6 @@ _Comment=Muted text and icons Encoding=UTF-8 [X-GNOME-Metatheme] -GtkTheme=LowContrast +GtkTheme=ContrastLow IconTheme=mate MetacityTheme=Atlanta diff --git a/desktop-themes/LowContrastLargePrint/Makefile.am b/desktop-themes/ContrastLowLargePrint/Makefile.am index 34306189..c3f94387 100644 --- a/desktop-themes/LowContrastLargePrint/Makefile.am +++ b/desktop-themes/ContrastLowLargePrint/Makefile.am @@ -1,4 +1,4 @@ -THEME_NAME=LowContrastLargePrint +THEME_NAME=ContrastLowLargePrint THEME_IN_FILES=index.theme.in @INTLTOOL_THEME_RULE@ diff --git a/desktop-themes/LowContrastLargePrint/index.theme.in.in b/desktop-themes/ContrastLowLargePrint/index.theme.in.in index 4c9b1b90..c6094a93 100644 --- a/desktop-themes/LowContrastLargePrint/index.theme.in.in +++ b/desktop-themes/ContrastLowLargePrint/index.theme.in.in @@ -5,7 +5,7 @@ _Comment=Large muted text and icons Encoding=UTF-8 [X-GNOME-Metatheme] -GtkTheme=LowContrastLargePrint +GtkTheme=ContrastLowLargePrint IconTheme=mate MetacityTheme=Atlanta ApplicationFont=@LARGEPRINT_FONT@ diff --git a/desktop-themes/Makefile.am b/desktop-themes/Makefile.am index b55367e0..7aa9713c 100644 --- a/desktop-themes/Makefile.am +++ b/desktop-themes/Makefile.am @@ -9,8 +9,8 @@ SUBDIRS = \ ContrastHighLargePrint \ ContrastHighLargePrintInverse \ LargePrint \ - LowContrast \ - LowContrastLargePrint \ + ContrastLow \ + ContrastLowLargePrint \ Fog \ $(TEST_THEMES) @@ -25,8 +25,8 @@ DIST_SUBDIRS = \ ContrastHighLargePrint \ ContrastHighLargePrintInverse \ LargePrint \ - LowContrast \ - LowContrastLargePrint \ + ContrastLow \ + ContrastLowLargePrint \ Fog \ TraditionalOkTest |