diff options
-rw-r--r-- | XMonad/Util/Themes.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/XMonad/Util/Themes.hs b/XMonad/Util/Themes.hs index 8301e6e..0d20e52 100644 --- a/XMonad/Util/Themes.hs +++ b/XMonad/Util/Themes.hs @@ -28,9 +28,9 @@ import XMonad.Layout.Decoration -- $usage -- This module stores some user contributed themes. -- --- If you want to use one of the as your default theme in some --- workspace, you need to substitute defaultTheme with, for instance, --- (theme smallClean). +-- If you want to use one of this them as your default theme for one +-- of your layouts, you need to substitute defaultTheme with, for +-- instance, (theme smallClean). -- -- This is an example: -- |