aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--XMonad/Util/Themes.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Util/Themes.hs b/XMonad/Util/Themes.hs
index e62c8d7..576f84c 100644
--- a/XMonad/Util/Themes.hs
+++ b/XMonad/Util/Themes.hs
@@ -131,12 +131,12 @@ smallClean =
}
}
--- | Don's prefered colors - from DynamicLog...;)
+-- | Don's preferred colors - from DynamicLog...;)
donaldTheme :: ThemeInfo
donaldTheme =
newTheme { themeName = "donaldTheme"
, themeAuthor = "Andrea Rossato"
- , themeDescription = "Don's prefered colors - from DynamicLog...;)"
+ , themeDescription = "Don's preferred colors - from DynamicLog...;)"
, theme = defaultTheme { activeColor = "#2b4f98"
, inactiveColor = "#cccccc"
, activeBorderColor = "#2b4f98"