diff options
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; |