| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Hydra.TUI.Style
Synopsis
- severityToAttr :: Severity -> AttrName
- infoA :: AttrName
- positive :: AttrName
- negative :: AttrName
- neutral :: AttrName
- own :: AttrName
- activeTabA :: AttrName
- keyA :: AttrName
- pendingA :: AttrName
- headStateA :: AttrName
- actionDescA :: AttrName
- sectionHeaderA :: AttrName
- darkStyle :: s -> AttrMap
- lightStyle :: s -> AttrMap
Documentation
severityToAttr :: Severity -> AttrName Source #
activeTabA :: 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.