mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add initial syntax-variables.less
This commit is contained in:
8
static/variables/syntax-variables.less
Normal file
8
static/variables/syntax-variables.less
Normal file
@@ -0,0 +1,8 @@
|
||||
// This file has fallback variables. It specifies the syntax variables that
|
||||
// themes must implement.
|
||||
|
||||
// Colors
|
||||
|
||||
@syntax-color-added: #00f;
|
||||
@syntax-color-modified: #0f0;
|
||||
@syntax-color-removed: #f00;
|
||||
Reference in New Issue
Block a user