Add colors.less files.

Adds one for each theme, and a fallback
This commit is contained in:
Ben Ogle
2013-08-13 17:30:28 -07:00
parent 15a48147b1
commit 8b149f63cb
3 changed files with 17 additions and 0 deletions

4
static/colors.less Normal file
View File

@@ -0,0 +1,4 @@
// This file has fallback colors. It specifies the color variables all themes
// must implement.
@background-color-1: #fff;

View File

@@ -0,0 +1,12 @@
@background-color-1: #333;
@background-color-2: #202123;
@background-color-3: #1b1c1e;
// Info colors are generally blue
@accent-color-info-1: #66a6ff;
@accent-color-info-2: #0098ff;
@accent-color-info-3: #5293d8;
// Error colors are generally red
@accent-color-error-1: #f78a46;

View File

@@ -0,0 +1 @@
@background-color-1: #f4f4f4;