Skip to content

Commit

Permalink
Made colons before and after atoms cyan to match the atom body.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed May 7, 2017
1 parent 57d73db commit e0e740a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "one-dark-syntax",
"theme": "syntax",
"version": "1.8.0",
"version": "1.8.1",
"description": "A dark syntax theme",
"keywords": [
"dark",
Expand Down
3 changes: 3 additions & 0 deletions styles/syntax/elixir.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.syntax--source.syntax--elixir {
.syntax--punctuation.definition.constant {
color: @hue-1;
}
.syntax--keyword.operator {
color: @hue-2;
}
Expand Down

0 comments on commit e0e740a

Please sign in to comment.