diff options
author | Roman Cheplyaka <roma@ro-che.info> | 2008-02-24 21:54:16 +0100 |
---|---|---|
committer | Roman Cheplyaka <roma@ro-che.info> | 2008-02-24 21:54:16 +0100 |
commit | 3914878d98f9e68518aaf2c438e5f69e6564604f (patch) | |
tree | f61124dda9f5f2d3cc6758944c92d3b81dc68f1b /XMonad/Layout | |
parent | 3b8d00ed027acfa6dce6606a8e316b344d428332 (diff) | |
download | XMonadContrib-3914878d98f9e68518aaf2c438e5f69e6564604f.tar.gz XMonadContrib-3914878d98f9e68518aaf2c438e5f69e6564604f.tar.xz XMonadContrib-3914878d98f9e68518aaf2c438e5f69e6564604f.zip |
Fix haddock hyperlink.
darcs-hash:20080224205416-3ebed-45026892c714db76422b2d83b2963651e3f205ba.gz
Diffstat (limited to 'XMonad/Layout')
-rw-r--r-- | XMonad/Layout/Decoration.hs | 2 |
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 |