class

Enkaidu::Console::StyleSheet

Inherits Reference < Object

Class methods

create
Source
default

A default style sheet with all categories configured

Source

Instance methods

add(key : Category, style : Style)
Source
add(key : Symbol | String, style : NamedTuple | Hash)
Source
apply?(key : Symbol | String | Category, text : String) : String | Nil

Return nil if unable to find style for category, or style-applied text on success

Source