nordtheme / jetbrains

An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
https://www.nordtheme.com/ports/jetbrains
MIT License
354 stars 48 forks source link

Add some color to Clojure keywords to help distinguish them #146

Closed caleb closed 4 years ago

caleb commented 4 years ago

Keywords in clojure (like atoms in Erlang/Elixir or symbols in Ruby, e.x. :name) are constants and often used as keys in maps.

It's helpful to differentiate them from identifiers, so this patch colors them with the same color used for HTML attribute names.

Everything else looked good out of the box.

clojure-nord

Nord rocks, I discovered this scheme yesterday and have nord-ified mulitple machines :)

caleb commented 4 years ago

After looking at some other nord themes, I'm going to close this and spend more time refining it to match other editors/languages in the nord system.

It seems that using #D8DEE9 and bold is what you are doing for Elixir atoms, which would be appropriate for keywords I'm thinking.