Improve terminal color possibilities

This commit is contained in:
2024-11-07 18:51:18 +00:00
parent bfd4649e1b
commit ccc966d652
13 changed files with 207 additions and 149 deletions
+3
View File
@@ -2,6 +2,7 @@ module Dodge.Default.Terminal
( defaultTerminal
) where
import Color
import Dodge.Data.Terminal
import Dodge.Data.WorldEffect
@@ -25,6 +26,8 @@ defaultTerminal =
, _tmToggles = mempty
, _tmPartialCommand = Nothing
, _tmType = DefaultTerminal
, _tmExternalColor = dark magenta
, _tmScreenColor = green
}
defaultTerminalInput :: TerminalInput