mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
Fix spelling 'prefered' -> 'preferred'.
This commit is contained in:
@@ -131,12 +131,12 @@ smallClean =
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
-- | Don's prefered colors - from DynamicLog...;)
|
-- | Don's preferred colors - from DynamicLog...;)
|
||||||
donaldTheme :: ThemeInfo
|
donaldTheme :: ThemeInfo
|
||||||
donaldTheme =
|
donaldTheme =
|
||||||
newTheme { themeName = "donaldTheme"
|
newTheme { themeName = "donaldTheme"
|
||||||
, themeAuthor = "Andrea Rossato"
|
, themeAuthor = "Andrea Rossato"
|
||||||
, themeDescription = "Don's prefered colors - from DynamicLog...;)"
|
, themeDescription = "Don's preferred colors - from DynamicLog...;)"
|
||||||
, theme = defaultTheme { activeColor = "#2b4f98"
|
, theme = defaultTheme { activeColor = "#2b4f98"
|
||||||
, inactiveColor = "#cccccc"
|
, inactiveColor = "#cccccc"
|
||||||
, activeBorderColor = "#2b4f98"
|
, activeBorderColor = "#2b4f98"
|
||||||
|
Reference in New Issue
Block a user