Skip to content

Instantly share code, notes, and snippets.

@pimeys
Created July 21, 2016 09:11
Show Gist options
  • Save pimeys/4d5d654f2f138e43b95895c58c671f66 to your computer and use it in GitHub Desktop.
Save pimeys/4d5d654f2f138e43b95895c58c671f66 to your computer and use it in GitHub Desktop.
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