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

9 lines
206 B
Plaintext

// This file has fallback variables. It specifies the syntax variables that
// themes must implement.
// Colors
@syntax-color-added: #5293d8;
@syntax-color-modified: #f78a46;
@syntax-color-removed: #c00;