forked from atom/one-dark-syntax
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix minor color issues. Add --syntax prefix.
- Loading branch information
Daniel
committed
Jul 1, 2017
1 parent
e0e740a
commit 57ac2aa
Showing
2 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,40 @@ | ||
.syntax--source.syntax--elixir { | ||
.syntax--punctuation.definition.constant { | ||
color: @hue-1; | ||
.syntax--source.syntax--embedded.syntax--source { | ||
color: @mono-1; | ||
} | ||
.syntax--keyword.operator { | ||
.syntax--constant.syntax--language, | ||
.syntax--constant.syntax--numeric, | ||
.syntax--constant.syntax--definition { | ||
color: @hue-2; | ||
} | ||
.syntax--support.function.variable.quoted { | ||
.syntax--variable.syntax--definition, | ||
.syntax--variable.syntax--anonymous{ | ||
color: @hue-3; | ||
} | ||
.syntax--quoted{ | ||
color: @hue-4; | ||
} | ||
.syntax--keyword.other.special-method { | ||
.syntax--keyword.syntax--special-method, | ||
.syntax--embedded.syntax--section, | ||
.syntax--embedded.syntax--source.syntax--empty, { | ||
color: @hue-5; | ||
} | ||
.syntax--punctuation.section.regexp, | ||
.syntax--string.regexp { | ||
.syntax--readwrite.syntax--module { | ||
.syntax--punctuation { | ||
color: @hue-5; | ||
} | ||
} | ||
.syntax--regexp.syntax--section, | ||
.syntax--regexp.syntax--string { | ||
color: @hue-5-2; | ||
} | ||
.syntax--punctuation.separator.object, | ||
.syntax--entity.name.type.module { | ||
.syntax--separator, | ||
.syntax--keyword.syntax--operator { | ||
color: @hue-6; | ||
} | ||
.syntax--constant.language, | ||
.syntax--constant.numeric { | ||
.syntax--array, | ||
.syntax--scope, | ||
.syntax--variable.syntax--constant { | ||
color: @hue-6-2; | ||
} | ||
} |