Created
July 21, 2016 09:11
-
-
Save pimeys/4d5d654f2f138e43b95895c58c671f66 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Solarized where | |
solarizedBase03 = "#002b36" | |
solarizedBase02 = "#073642" | |
solarizedBase01 = "#586e75" | |
solarizedBase00 = "#657b83" | |
solarizedBase0 = "#839496" | |
solarizedBase1 = "#93a1a1" | |
solarizedBase2 = "#eee8d5" | |
solarizedBase3 = "#fdf6e3" | |
solarizedYellow = "#b58900" | |
solarizedOrange = "#cb4b16" | |
solarizedRed = "#dc322f" | |
solarizedMagenta = "#d33682" | |
solarizedViolet = "#6c71c4" | |
solarizedBlue = "#268bd2" | |
solarizedCyan = "#2aa198" | |
solarizedGreen = "#859900" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment