Sha256: bbef7ab0cfc45aba5784a0e0c95434cc2a63f17d6e72ce74c6938025723503cf
Contents?: true
Size: 394 Bytes
Versions: 13
Compression:
Stored size: 394 Bytes
Contents
# frozen_string_literal: true module DevSuite module Utils module Color module Palette class Default < Base COLORS = { red: 31, green: 32, yellow: 33, blue: 34, magenta: 35, cyan: 36, white: 37, default: 39, }.freeze end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems