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

9 lines
200 B
Plaintext

// 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;