Sha256: 8192dc5f73662b98e0be9ac7c8537cfaa8a8496648210d9b8904f6bd38d84060
Contents?: true
Size: 605 Bytes
Versions: 1
Compression:
Stored size: 605 Bytes
Contents
module KisoThemes VERSION = File.read(File.expand_path('../../../VERSION', __FILE__)) THEMES = ['Orion', 'Gemini', 'Auriga', 'Lyra'] module Orion COLORS = [ 'blue', 'purple', 'orange', 'green' ].freeze end module Gemini COLORS = [ "blue", "ocean", "amber", "granite" ] end module Auriga COLORS = [ "blue", "green", "red", "yellow" ] end module Lyra COLORS = [ "charcoal", "lime", "raspberry", "azure" ] end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kiso_themes-1.0.2 | lib/kiso_themes/version.rb |