Skip to content

Instantly share code, notes, and snippets.

@thiagobraga
Last active May 24, 2019 17:52
Show Gist options
  • Save thiagobraga/9280d109987732c09041707da3f1707d to your computer and use it in GitHub Desktop.
Save thiagobraga/9280d109987732c09041707da3f1707d to your computer and use it in GitHub Desktop.
One Dark Colors
:root {
--background: #31343f;
--black: #1e2127;
--light-black: #5c6370;
--dark-white: #7f848e;
--white: #abb2bf;
--light-white: #ffffff;
--red: #e06c75;
--light-red: #e06c75;
--green: #98c379;
--light-green: #98c379;
--yellow: #d19a66;
--light-yellow: #e8b17d;
--blue: #404552;
--gray-blue: #596581;
--light-blue: #61afef;
--magenta: #c678dd;
--light-magenta: #c678dd;
--cyan: #56b6c2;
--light-cyan: #56b6c2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment