aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-07-20 17:29:35 +0000
committerMark Lentczner <markl@glyphic.com>2010-07-20 17:29:35 +0000
commit1e2efad78c39b64848c6f43c228886bf63e02973 (patch)
treebfe98ba098f424ec7a23eb751e06b8231f535c24 /src/Haddock
parent248b76b4dc77dbbdbb0f7a2081188c81ee35ca77 (diff)
add Thomas Schilling's theme
Diffstat (limited to 'src/Haddock')
-rw-r--r--src/Haddock/Backends/Xhtml/Themes.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Haddock/Backends/Xhtml/Themes.hs b/src/Haddock/Backends/Xhtml/Themes.hs
index c02a8265..7346ac91 100644
--- a/src/Haddock/Backends/Xhtml/Themes.hs
+++ b/src/Haddock/Backends/Xhtml/Themes.hs
@@ -37,7 +37,8 @@ themes :: [CssTheme]
themes = [
CssTheme "Classic" "xhaddock.css" ["xhaddock.css", iconFile],
CssTheme "Tibbe" "thaddock.css" ["thaddock.css", iconFile],
- CssTheme "Snappy" "shaddock.css" ["shaddock.css", iconFile]
+ CssTheme "Snappy" "shaddock.css" ["shaddock.css", iconFile],
+ CssTheme "Nomi" "nhaddock.css" ["nhaddock.css", "hslogo-16.png"]
]
cssFiles :: [String]