Sha256: d93f694399b49a4625efe3eade6393ce7c38b3df4560b445663f4b555bb0557f
Contents?: true
Size: 1.68 KB
Versions: 5
Compression:
Stored size: 1.68 KB
Contents
// Copyright (c) 2011 Ethan Schoonover // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. // // Taken from: // http://ethanschoonover.com/solarized // // Solarized set //////////////////////// ///////////////////////////////////////// $dark-base-color-3: #002b36; $dark-base-color-2: #073642; $dark-base-color-1: #586e75; $dark-base-color: #657b83; $light-base-color: #839496; $light-base-color-1: #93a1a1; $light-base-color-2: #eee8d5; $light-base-color-3: #fdf6e3; $yellow-color: #b58900; $orange-color: #cb4b16; $red-color: #dc322f; $magenta-color: #d33682; $violet-color: #6c71c4; $blue-color: #268bd2; $cyan-color: #2aa198; $green-color: #859900; /////////////////////////////////////////
Version data entries
5 entries across 5 versions & 1 rubygems