Add initial syntax-variables.less

This commit is contained in:
Kevin Sawicki
2013-12-06 11:31:17 -08:00
parent ff696355ee
commit 80552675d0

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