Files
atom/static/variables/syntax-variables.less
2013-12-06 12:56:14 -08:00

14 lines
312 B
Plaintext

// This file has fallback variables. It specifies the syntax variables that
// themes must implement.
// Colors
@syntax-background-color: #fff;
@syntax-color: #333;
@syntax-color-added: #00f;
@syntax-color-ignored: #333;
@syntax-color-modified: #0f0;
@syntax-color-renamed: #333;
@syntax-color-removed: #f00;