mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-30 11:41: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 =
|
||||
newTheme { themeName = "donaldTheme"
|
||||
, themeAuthor = "Andrea Rossato"
|
||||
, themeDescription = "Don's prefered colors - from DynamicLog...;)"
|
||||
, themeDescription = "Don's preferred colors - from DynamicLog...;)"
|
||||
, theme = defaultTheme { activeColor = "#2b4f98"
|
||||
, inactiveColor = "#cccccc"
|
||||
, activeBorderColor = "#2b4f98"
|
||||
|
Reference in New Issue
Block a user