Class: RBWatch::Theme::Definition
- Inherits:
-
Struct
- Object
- Struct
- RBWatch::Theme::Definition
- Defined in:
- lib/rbwatch/theme.rb
Instance Attribute Summary collapse
-
#accent_color ⇒ Object
Returns the value of attribute accent_color.
-
#banner_border ⇒ Object
Returns the value of attribute banner_border.
-
#border_color ⇒ Object
Returns the value of attribute border_color.
-
#error_color ⇒ Object
Returns the value of attribute error_color.
-
#info_color ⇒ Object
Returns the value of attribute info_color.
-
#muted_color ⇒ Object
Returns the value of attribute muted_color.
-
#restart_border ⇒ Object
Returns the value of attribute restart_border.
-
#restart_color ⇒ Object
Returns the value of attribute restart_color.
-
#status_border ⇒ Object
Returns the value of attribute status_border.
-
#success_color ⇒ Object
Returns the value of attribute success_color.
-
#warning_color ⇒ Object
Returns the value of attribute warning_color.
Instance Attribute Details
#accent_color ⇒ Object
Returns the value of attribute accent_color
10 11 12 |
# File 'lib/rbwatch/theme.rb', line 10 def accent_color @accent_color end |
#banner_border ⇒ Object
Returns the value of attribute banner_border
10 11 12 |
# File 'lib/rbwatch/theme.rb', line 10 def @banner_border end |
#border_color ⇒ Object
Returns the value of attribute border_color
10 11 12 |
# File 'lib/rbwatch/theme.rb', line 10 def border_color @border_color end |
#error_color ⇒ Object
Returns the value of attribute error_color
10 11 12 |
# File 'lib/rbwatch/theme.rb', line 10 def error_color @error_color end |
#info_color ⇒ Object
Returns the value of attribute info_color
10 11 12 |
# File 'lib/rbwatch/theme.rb', line 10 def info_color @info_color end |
#muted_color ⇒ Object
Returns the value of attribute muted_color
10 11 12 |
# File 'lib/rbwatch/theme.rb', line 10 def muted_color @muted_color end |
#restart_border ⇒ Object
Returns the value of attribute restart_border
10 11 12 |
# File 'lib/rbwatch/theme.rb', line 10 def restart_border @restart_border end |
#restart_color ⇒ Object
Returns the value of attribute restart_color
10 11 12 |
# File 'lib/rbwatch/theme.rb', line 10 def restart_color @restart_color end |
#status_border ⇒ Object
Returns the value of attribute status_border
10 11 12 |
# File 'lib/rbwatch/theme.rb', line 10 def status_border @status_border end |
#success_color ⇒ Object
Returns the value of attribute success_color
10 11 12 |
# File 'lib/rbwatch/theme.rb', line 10 def success_color @success_color end |
#warning_color ⇒ Object
Returns the value of attribute warning_color
10 11 12 |
# File 'lib/rbwatch/theme.rb', line 10 def warning_color @warning_color end |