Delete syntax-variables.less

This commit is contained in:
Kevin Rode 2021-01-03 03:16:48 -05:00 committed by GitHub
parent 265b82f494
commit 4108f6781b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,31 +0,0 @@
@import "colors";
// This defines all syntax variables that syntax themes must implement when they
// include a syntax-variables.less file.
// General colors
@syntax-text-color: #ffffeb;
@syntax-cursor-color: white;
@syntax-selection-color: @kira;
@syntax-background-color: #25008c;
// Guide colors
@syntax-wrap-guide-color: @dark-gray;
@syntax-indent-guide-color: @gray;
@syntax-invisible-character-color: @gray;
// For find and replace markers
@syntax-result-marker-color: @light-gray;
@syntax-result-marker-color-selected: white;
// Gutter colors
@syntax-gutter-text-color: @very-light-gray;
@syntax-gutter-text-color-selected: @syntax-gutter-text-color;
@syntax-gutter-background-color: @dark-gray;
@syntax-gutter-background-color-selected: @gray;
// For git diff info. i.e. in the gutter
@syntax-color-renamed: @sei-vibrant;
@syntax-color-added: @jill-vibrant;
@syntax-color-modified: @alma-vibrant;
@syntax-color-removed: @stella-vibrant;