diff options
| author | Ben Beltran <ben@nsovocal.com> | 2015-09-05 12:02:25 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2015-09-05 12:02:25 -0500 |
| commit | 52942a9aaf674980c47e1d074466a3d833decc38 (patch) | |
| tree | d5e3713e5a5370ca10e8c3804ab8f7b7a237dd79 /styles/colors.less | |
Adds base project structure
Diffstat (limited to 'styles/colors.less')
| -rw-r--r-- | styles/colors.less | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/styles/colors.less b/styles/colors.less new file mode 100644 index 0000000..cb36519 --- /dev/null +++ b/styles/colors.less @@ -0,0 +1,15 @@ +// These colors are specific to the theme. Do not use in a package! + +@very-light-gray: #c5c8c6; +@light-gray: #969896; +@gray: #373b41; +@dark-gray: #282a2e; +@very-dark-gray: #1d1f21; + +@cyan: #8abeb7; +@blue: #81a2be; +@purple: #b294bb; +@green: #b5bd68; +@red: #cc6666; +@orange: #de935f; +@light-orange: #f0c674; |