Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Merge pull request #16 from atom/sm-language-vars
Browse files Browse the repository at this point in the history
Language variables
  • Loading branch information
simurai committed May 7, 2015
2 parents 94ab562 + c7e82fb commit 736cda4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions styles/syntax-variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,17 @@
@syntax-color-added: #A8FF60;
@syntax-color-modified: #E9C062;
@syntax-color-removed: #CC6666;

// For language entity colors
@syntax-color-variable: #C6C5FE;
@syntax-color-constant: #99CC99;
@syntax-color-property: #EDEDED;
@syntax-color-value: #F9EE98;
@syntax-color-function: #DAD085;
@syntax-color-method: @syntax-color-function;
@syntax-color-class: #62B1FE;
@syntax-color-keyword: #96CBFE;
@syntax-color-tag: #96CBFE;
@syntax-color-attribute: #C6C5FE;
@syntax-color-import: @syntax-color-keyword;
@syntax-color-snippet: @syntax-color-constant;

0 comments on commit 736cda4

Please sign in to comment.