mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-21 06:53:48 -07:00
Fix haddock hyperlink.
This commit is contained in:
@@ -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
|
-- | A 'Theme' is a record of colors, font etc., to customize a
|
||||||
-- 'DecorationStyle'.
|
-- 'DecorationStyle'.
|
||||||
--
|
--
|
||||||
-- For a collection of 'Theme's see "Xmonad.Util.Themes"
|
-- For a collection of 'Theme's see "XMonad.Util.Themes"
|
||||||
data Theme =
|
data Theme =
|
||||||
Theme { activeColor :: String -- ^ Color of the active window
|
Theme { activeColor :: String -- ^ Color of the active window
|
||||||
, inactiveColor :: String -- ^ Color of the inactive window
|
, inactiveColor :: String -- ^ Color of the inactive window
|
||||||
|
Reference in New Issue
Block a user