Sha256: 7e4149fc3d58855060375f3d7ee94aeb2d058bcbef4a030fc3fa54b36ce9c217
Contents?: true
Size: 918 Bytes
Versions: 33
Compression:
Stored size: 918 Bytes
Contents
$text-color: #00525b; //dark green //$heading-color: #404242; $heading-color: $text-color; $text-color-subtle: tint($text-color, 30%); $text-highlight-color: #fdcb36;//yellow $link-color: #f06a33; //orange $link-color-hover: darken($link-color, 15%); $highlight-color: #d7df23; //light green $highlight-color-hover: shade($highlight-color, 10%); $link-color-reverse: #08B7BF; //light Blue $link-color-reverse-hover: lighten($link-color-reverse, 10%); $link-color-reverse-alt: $text-color; $heading-highlight-color: #00afaa; //turquoise $border-color: #cbcdc6; $background-color: #fff; $background-color-subtle: #cbcbcb; $background-color-alt: #92d5e1; $footer-color: $text-color; $search-placeholder-color: $link-color; // icon color variations - overrides original value with this theme's contextual value $icon-primary-color: #D7DF23; $icon-secondary-color: #F06A33; $icon-search-color: $highlight-color;
Version data entries
33 entries across 33 versions & 1 rubygems