elixir-editors / language-elixir

Elixir language support for the Atom editor.
Other
181 stars 40 forks source link

custom classes for typespec keywords #100

Open hauntedhost opened 7 years ago

hauntedhost commented 7 years ago

Currently using "monokai-shade" theme and the styles on typespec keywords are nearly white which is quite "loud", visually distracts from the function definition itself, and unfortunately discourages me from writing typespecs. 😞

I'd love to be able to target and adjust the styles on typespec keywords, e.g.:

I'm thinking similarly to the syntax--documentation class added to @doc moduledocs, tacking on an extra class like syntax--typespec or something.

Any thoughts?