Skip to content

Instantly share code, notes, and snippets.

@szpakoli
Created May 10, 2013 14:11
Show Gist options
  • Save szpakoli/5554640 to your computer and use it in GitHub Desktop.
Save szpakoli/5554640 to your computer and use it in GitHub Desktop.
Tomorrow Night Color Scheme: Hex values pulled from the "Tomorrow Night" color scheme
.tomorrow-night-colors{
color: #1D1F21;
color: #AEAFAD;
color: #C5C8C6;
color: #4B4E55;
color: #282A2E;
color: #373B41;
color: #969896;
color: #CED1CF;
color: #C66;
color: #DE935F;
color: #F0C674;
color: #B5BD68;
color: #8ABEB7;
color: #81A2BE;
color: #B294BB;
color: #CED2CF;
color: #82A3BF;
color: #718C00;
color: #C82829;
color: #4271AE;
color: #3E999F;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment