UNPKG

syntax-highlighting

Version:

Syntax Highlighting Colorschemes for many applications

30 lines (25 loc) 967 B
// This defines all syntax variables that syntax themes must implement when they // include a syntax-variables.less file. // General colors @syntax-text-color: #5e6687; @syntax-cursor-color: #5e6687; @syntax-selection-color: #dfe2f1; @syntax-background-color: #f5f7ff; // Guide colors @syntax-wrap-guide-color: #dfe2f1; @syntax-indent-guide-color: #dfe2f1; @syntax-invisible-character-color: #dfe2f1; // For find and replace markers @syntax-result-marker-color: #dfe2f1; @syntax-result-marker-color-selected: #5e6687; // Gutter colors @syntax-gutter-text-color: #5e6687; @syntax-gutter-text-color-selected: #5e6687; @syntax-gutter-background-color: #f5f7ff; @syntax-gutter-background-color-selected: rgba(176, 176, 176, 0.33); // For git diff info. i.e. in the gutter // These are static and were not extracted from your textmate theme @syntax-color-renamed: #3d8fd1; @syntax-color-added: #ac9739; @syntax-color-modified: #c08b30; @syntax-color-removed: #c94922;