From c740a14690d225e7686e10201cef9b821f722298 Mon Sep 17 00:00:00 2001 From: "its.sec" Date: Thu, 7 Feb 2008 22:31:00 +0100 Subject: oxymor00nTheme darcs-hash:20080207213100-07ee0-46d825c3731ea3f33698ac3862408b543ec7e03e.gz --- XMonad/Util/Themes.hs | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'XMonad/Util/Themes.hs') diff --git a/XMonad/Util/Themes.hs b/XMonad/Util/Themes.hs index 89f8d6f..49aa89e 100644 --- a/XMonad/Util/Themes.hs +++ b/XMonad/Util/Themes.hs @@ -52,6 +52,7 @@ listOfThemes :: [ThemeInfo] listOfThemes = [ xmonadTheme , smallClean , deiflTheme + , oxymor00nTheme ] xmonadTheme :: ThemeInfo @@ -92,3 +93,23 @@ deiflTheme = , decoHeight = 15 } } + +oxymor00nTheme :: ThemeInfo +oxymor00nTheme = + newTheme { themeName = "oxymor00nTheme" + , themeAuthor = "Tom Rauchenwald" + , themeDescription = "oxymor00n's theme" + , theme = defaultTheme { inactiveBorderColor = "#000" + , activeBorderColor = "aquamarine3" + , activeColor = "aquamarine3" + , inactiveColor = "DarkSlateGray4" + , inactiveTextColor = "#222" + , activeTextColor = "#222" + -- This font can be found in the package ttf-alee + -- on debian-systems + , fontName = "-*-Bandal-*-*-*-*-12-*-*-*-*-*-*-*" + , decoHeight = 15 + , urgentColor = "#000" + , urgentTextColor = "#63b8ff" + } + } -- cgit v1.2.3