Improve terminal color possibilities
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user