JoshSmith/kaleidoscope

View on GitHub
lib/generators/kaleidoscope/templates/kaleidoscope.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Use this hook to configure kaleidoscope
Kaleidoscope.configure do |config|

  # Reference colors in hexadecimal, used to match and find colors
  config.colors = ["660000", "990000", "cc0000", "cc3333", "ea4c88",
    "993399", "663399", "333399", "0066cc", "0099cc", "66cccc",
    "77cc33", "669900", "336600", "666600", "999900", "cccc33",
    "ffff00", "ffcc33", "ff9900", "ff6600", "cc6633", "996633",
    "663300", "000000", "999999", "cccccc", "ffffff"]

  # Number of colors to be stored in the database
  config.number_of_colors = 5
end