aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Decoration.hs
diff options
context:
space:
mode:
authorRoman Cheplyaka <roma@ro-che.info>2008-02-24 21:54:16 +0100
committerRoman Cheplyaka <roma@ro-che.info>2008-02-24 21:54:16 +0100
commit3914878d98f9e68518aaf2c438e5f69e6564604f (patch)
treef61124dda9f5f2d3cc6758944c92d3b81dc68f1b /XMonad/Layout/Decoration.hs
parent3b8d00ed027acfa6dce6606a8e316b344d428332 (diff)
downloadXMonadContrib-3914878d98f9e68518aaf2c438e5f69e6564604f.tar.gz
XMonadContrib-3914878d98f9e68518aaf2c438e5f69e6564604f.tar.xz
XMonadContrib-3914878d98f9e68518aaf2c438e5f69e6564604f.zip
Fix haddock hyperlink.
darcs-hash:20080224205416-3ebed-45026892c714db76422b2d83b2963651e3f205ba.gz
Diffstat (limited to 'XMonad/Layout/Decoration.hs')
-rw-r--r--XMonad/Layout/Decoration.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Decoration.hs b/XMonad/Layout/Decoration.hs
index b6ad7a6..15fc99c 100644
--- a/XMonad/Layout/Decoration.hs
+++ b/XMonad/Layout/Decoration.hs
@@ -63,7 +63,7 @@ decoration s t ds = ModifiedLayout (Decoration (I Nothing) s t ds)
-- | A 'Theme' is a record of colors, font etc., to customize a
-- 'DecorationStyle'.
--
--- For a collection of 'Theme's see "Xmonad.Util.Themes"
+-- For a collection of 'Theme's see "XMonad.Util.Themes"
data Theme =
Theme { activeColor :: String -- ^ Color of the active window
, inactiveColor :: String -- ^ Color of the inactive window