Home
last modified time | relevance | path

Searched refs:ansiForeground (Results 1 – 3 of 3) sorted by relevance

/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/prettyprinter-ansi-terminal-1.1.2/src/Prettyprinter/Render/Terminal/
H A DInternal.hs96 color c = mempty { ansiForeground = Just (Vivid, c) }
104 colorDull c = mempty { ansiForeground = Just (Dull, c) }
266 … { ansiForeground :: Maybe (Intensity, Color) -- ^ Set the foreground color, or keep the old one. function
287 { ansiForeground = ansiForeground cs1 <|> ansiForeground cs2 function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/prettyprinter-ansi-terminal-1.1.2/src/Prettyprinter/Render/Terminal/
H A DInternal.hs96 color c = mempty { ansiForeground = Just (Vivid, c) }
104 colorDull c = mempty { ansiForeground = Just (Dull, c) }
266 … { ansiForeground :: Maybe (Intensity, Color) -- ^ Set the foreground color, or keep the old one. function
287 { ansiForeground = ansiForeground cs1 <|> ansiForeground cs2 function
/dports/misc/py-pyfiglet/pyfiglet-0.7.6/pyfiglet/
H A D__init__.py805 ansiForeground = color_to_ansi(foreground, isBackground=False)
807 return ansiForeground + ansiBackground