Class: RBWatch::Theme::Definition

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbwatch/theme.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accent_colorObject

Returns the value of attribute accent_color

Returns:

  • (Object)

    the current value of accent_color



10
11
12
# File 'lib/rbwatch/theme.rb', line 10

def accent_color
  @accent_color
end

Returns the value of attribute banner_border

Returns:

  • (Object)

    the current value of banner_border



10
11
12
# File 'lib/rbwatch/theme.rb', line 10

def banner_border
  @banner_border
end

#border_colorObject

Returns the value of attribute border_color

Returns:

  • (Object)

    the current value of border_color



10
11
12
# File 'lib/rbwatch/theme.rb', line 10

def border_color
  @border_color
end

#error_colorObject

Returns the value of attribute error_color

Returns:

  • (Object)

    the current value of error_color



10
11
12
# File 'lib/rbwatch/theme.rb', line 10

def error_color
  @error_color
end

#info_colorObject

Returns the value of attribute info_color

Returns:

  • (Object)

    the current value of info_color



10
11
12
# File 'lib/rbwatch/theme.rb', line 10

def info_color
  @info_color
end

#muted_colorObject

Returns the value of attribute muted_color

Returns:

  • (Object)

    the current value of muted_color



10
11
12
# File 'lib/rbwatch/theme.rb', line 10

def muted_color
  @muted_color
end

#restart_borderObject

Returns the value of attribute restart_border

Returns:

  • (Object)

    the current value of restart_border



10
11
12
# File 'lib/rbwatch/theme.rb', line 10

def restart_border
  @restart_border
end

#restart_colorObject

Returns the value of attribute restart_color

Returns:

  • (Object)

    the current value of restart_color



10
11
12
# File 'lib/rbwatch/theme.rb', line 10

def restart_color
  @restart_color
end

#status_borderObject

Returns the value of attribute status_border

Returns:

  • (Object)

    the current value of status_border



10
11
12
# File 'lib/rbwatch/theme.rb', line 10

def status_border
  @status_border
end

#success_colorObject

Returns the value of attribute success_color

Returns:

  • (Object)

    the current value of success_color



10
11
12
# File 'lib/rbwatch/theme.rb', line 10

def success_color
  @success_color
end

#warning_colorObject

Returns the value of attribute warning_color

Returns:

  • (Object)

    the current value of warning_color



10
11
12
# File 'lib/rbwatch/theme.rb', line 10

def warning_color
  @warning_color
end