Skip to content

Commit

Permalink
Merge pull request #123 from savetheclocktower/update-syntax-variable…
Browse files Browse the repository at this point in the history
…s-template

Update syntax-variables.less to include language entity colors
  • Loading branch information
DeeDeeG authored Feb 1, 2024
2 parents 7237881 + da99fac commit a570e91
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions templates/theme/styles/syntax-variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,19 @@
@syntax-color-added: @green;
@syntax-color-modified: @orange;
@syntax-color-removed: @red;

// For language entity colors
@syntax-color-variable: @cyan;
@syntax-color-comment: @green;
@syntax-color-constant: @purple;
@syntax-color-property: @orange;
@syntax-color-value: @green;
@syntax-color-function: @orange;
@syntax-color-method: @syntax-color-function;
@syntax-color-class: @orange;
@syntax-color-keyword: @red;
@syntax-color-tag: @red;
@syntax-color-attribute: @orange;
@syntax-color-import: @light-orange;
@syntax-color-snippet: @green;
@syntax-color-string: @green;

0 comments on commit a570e91

Please sign in to comment.