From 1e4a100896a4da540836f529563f916bc6244819 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 6 Dec 2018 16:52:50 +1000 Subject: [PATCH] Cleande up comments --- .config/termonad/termonad.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/termonad/termonad.hs b/.config/termonad/termonad.hs index 29e67fb..6b0f1d4 100644 --- a/.config/termonad/termonad.hs +++ b/.config/termonad/termonad.hs @@ -1,5 +1,5 @@ {-# LANGUAGE OverloadedStrings #-} --- | This is my Termonad configuration. +-- This is my Termonad configuration. 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 = defaultColourConfig @@ -69,7 +69,7 @@ solarizedDark = :* sRGB24 253 246 227 -- base3 :* 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 = defaultColourConfig @@ -103,7 +103,7 @@ solarizedLight = :* sRGB24 0 43 54 -- base03 :* EmptyVec --- | This defines the font for the terminal. +-- This defines the font for the terminal. fontConf :: FontConfig fontConf = defaultFontConfig