struct

Obsctl::Config::CustomThemeConfig

Inherits YAML::Serializable < Struct < Value < Object

Optional overrides for any subset of the semantic color palette.

Constructors

new(bg : String | Nil = nil, accent : String | Nil = nil, accent_alt : String | Nil = nil, fg : String | Nil = nil, muted : String | Nil = nil, border : String | Nil = nil, border_focus : String | Nil = nil, success : String | Nil = nil, warning : String | Nil = nil, danger : String | Nil = nil, info : String | Nil = nil, highlight_bg : String | Nil = nil, highlight_fg : String | Nil = nil)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)

Instance methods

accent
accent_alt
bg
border
border_focus
danger
fg
highlight_bg
highlight_fg
info
muted
success
warning