From cae1163272b68d44bccbb12fd06ee9baf965a9b2 Mon Sep 17 00:00:00 2001 From: wcfarrington Date: Mon, 24 Mar 2008 02:16:25 +0100 Subject: wfarrTheme Add a new color theme using blue and black. darcs-hash:20080324011625-05946-c5f8ef395cb99dbda0804ae07f10ec5ea0b6b553.gz --- XMonad/Util/Themes.hs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'XMonad/Util/Themes.hs') diff --git a/XMonad/Util/Themes.hs b/XMonad/Util/Themes.hs index 540b31c..46bd8de 100644 --- a/XMonad/Util/Themes.hs +++ b/XMonad/Util/Themes.hs @@ -23,6 +23,7 @@ module XMonad.Util.Themes , deiflTheme , oxymor00nTheme , donaldTheme + , wfarrTheme , ThemeInfo (..) ) where @@ -82,6 +83,7 @@ listOfThemes = [ xmonadTheme , oxymor00nTheme , robertTheme , donaldTheme + , wfarrTheme ] -- | The default xmonad theme, by David Roundy. @@ -179,3 +181,19 @@ oxymor00nTheme = , urgentTextColor = "#63b8ff" } } + +wfarrTheme :: ThemeInfo +wfarrTheme = + newTheme { themeName = "wfarrTheme" + , themeAuthor = "Will Farrington" + , themeDescription = "A nice blue/black theme." + , theme = defaultTheme { activeColor = "#4c7899" + , inactiveColor = "#333333" + , activeBorderColor = "#285577" + , inactiveBorderColor = "#222222" + , activeTextColor = "#ffffff" + , inactiveTextColor = "#888888" + , fontName = "-*-fixed-medium-r-*--10-*-*-*-*-*-iso8859-1" + , decoHeight = 12 + } + } -- cgit v1.2.3