Cleande up comments

This commit is contained in:
Serĉanto de Scio 2018-12-06 16:52:50 +10:00
parent 7fe768e279
commit 1e4a100896
No known key found for this signature in database
GPG key ID: B41FA6FF04CE4B93

View file

@ -1,5 +1,5 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
-- | This is my Termonad configuration. -- This is my Termonad configuration.
module Main where module Main where
@ -35,7 +35,7 @@ myTMConfig =
} }
} }
-- | This is our Solarized dark 'ColourConfig'. It holds all of our dark-related settings. -- This is our Solarized dark 'ColourConfig'. It holds all of our dark-related settings.
solarizedDark :: ColourConfig (Colour Double) solarizedDark :: ColourConfig (Colour Double)
solarizedDark = solarizedDark =
defaultColourConfig defaultColourConfig
@ -69,7 +69,7 @@ solarizedDark =
:* sRGB24 253 246 227 -- base3 :* sRGB24 253 246 227 -- base3
:* EmptyVec :* EmptyVec
-- | This is our Solarized light 'ColourConfig'. It holds all of our light-related settings. -- This is our Solarized light 'ColourConfig'. It holds all of our light-related settings.
solarizedLight :: ColourConfig (Colour Double) solarizedLight :: ColourConfig (Colour Double)
solarizedLight = solarizedLight =
defaultColourConfig defaultColourConfig
@ -103,7 +103,7 @@ solarizedLight =
:* sRGB24 0 43 54 -- base03 :* sRGB24 0 43 54 -- base03
:* EmptyVec :* EmptyVec
-- | This defines the font for the terminal. -- This defines the font for the terminal.
fontConf :: FontConfig fontConf :: FontConfig
fontConf = fontConf =
defaultFontConfig defaultFontConfig