mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
9 lines
206 B
Plaintext
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;
|