Versions in this module Expand all Collapse all v0 v0.4.0 Sep 5, 2022 Changes in this version + type RGB struct + B uint16 + G uint16 + R uint16 + func NewRGB(timeout time.Duration) (RGB, error) + type Terminal uint + const RxvtCompatible + const Screen + const Tmux + const VSCode + const Windows + const XtermCompatible + func NewTerminal() (Terminal, error) + func (t Terminal) String() string + type Theme string + const Dark + const Light + func NewTheme(timeout time.Duration) (Theme, error)