Skip to content

Commit

Permalink
Better color choice for structures
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Jul 2, 2017
1 parent 57ac2aa commit df4e237
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions styles/syntax/elixir.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@
.syntax--keyword.syntax--operator {
color: @hue-6;
}
.syntax--array,
.syntax--scope,
.syntax--variable.syntax--constant {
color: @hue-6-2;
}
.syntax--array,
.syntax--scope,
.syntax--section {
color: @mono-2;
}
}

0 comments on commit df4e237

Please sign in to comment.