mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Add colors.less files.
Adds one for each theme, and a fallback
This commit is contained in:
4
static/colors.less
Normal file
4
static/colors.less
Normal file
@@ -0,0 +1,4 @@
|
||||
// This file has fallback colors. It specifies the color variables all themes
|
||||
// must implement.
|
||||
|
||||
@background-color-1: #fff;
|
||||
12
themes/atom-dark-ui/colors.less
Normal file
12
themes/atom-dark-ui/colors.less
Normal 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;
|
||||
|
||||
1
themes/atom-light-ui/colors.less
Normal file
1
themes/atom-light-ui/colors.less
Normal file
@@ -0,0 +1 @@
|
||||
@background-color-1: #f4f4f4;
|
||||
Reference in New Issue
Block a user