hydra-tui
Safe HaskellSafe-Inferred
LanguageGHC2021

Hydra.TUI.Style

Synopsis

Documentation

infoA :: AttrName Source #

positive :: AttrName Source #

negative :: AttrName Source #

neutral :: AttrName Source #

own :: AttrName Source #

activeTabA :: AttrName Source #

keyA :: AttrName Source #

pendingA :: AttrName Source #

headStateA :: AttrName Source #

actionDescA :: AttrName Source #

sectionHeaderA :: AttrName Source #

darkStyle :: s -> AttrMap Source #

Dark theme — optimised for dark terminal backgrounds. We deliberately use the bright ANSI palette for foreground colours so that text stays legible on a true-black background, where the dim variants (e.g. plain blue or brightBlack) blend into the background.

lightStyle :: s -> AttrMap Source #

Light theme — optimised for light terminal backgrounds.