Fix haddock hyperlink.

This commit is contained in:
Roman Cheplyaka 2008-02-24 20:54:16 +00:00
parent 37b2051c04
commit aa4a928d36

View File

@ -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