class Etti::Colors
Attributes
bg[R]
border[R]
selection[R]
text_highlit[R]
text_normal[R]
Public Class Methods
new()
click to toggle source
# File lib/etti/colors.rb, line 5 def initialize @bg = [0.9, 0.9, 0.9] @border = [0, 0, 0] @selection = [0.5, 0.25, 0.0] @text_normal = [0.0, 0.1, 1.0, 0.4] @text_highlit = [0.1, 0.2, 1.0, 0.4] end