SublimeText / Spacegray

A Hyperminimal UI Theme for Sublime Text
https://sublimetext.github.io/Spacegray/
MIT License
7.19k stars 431 forks source link

Question About Keyword Highlighting #148

Closed Jaballadares closed 2 months ago

Jaballadares commented 9 years ago

Forgive me if this is the wrong place to post a question, I'm new to the entire github community.

I was curious if Spacegray supported "keyword highlighting"? I messed around with webstorm and appreciated how it gave me even more context by highlighting keywords. I've attached a screenshot of both editors.

Sorry if this has been answered already in the past!

Spacegray in Sublime: sublime-spacegray

Spacegray in Webstorm: webstorm-spacegray

deathaxe commented 2 months ago

Highlighting therefore is a 2-step-process:

  1. syntax definitions are used to assign scopes to tokens (e.g.: keywords)
  2. color schemes provide rules to tint scopes.

This package only provides color schemes.

They can be customized to some extend, to tweak highlighting.