Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

White variables option #10

Open
kaansoral opened this issue Apr 12, 2016 · 2 comments
Open

White variables option #10

kaansoral opened this issue Apr 12, 2016 · 2 comments

Comments

@kaansoral
Copy link

Is it possible to override the variable color to white with an option?

If you look at the screenshots, the original Afterglow has white JS variables, looks simpler, more pleasant, the recent ST syntax improvements changed the colorscheme's end-result, so the variables are light blue

This was the cause of my divergence from Afterglow, changed variable color from #D0D0FF to #d6d6d6 (the values might not be accurate, checked from a .txt log quickly rather than tracking/opening the file)

@bmcminn
Copy link
Contributor

bmcminn commented Apr 12, 2016

I don't see why not, though I'm curious if you are referring to the actual variable name highlighting, or the var keyword highlighting?

@kaansoral
Copy link
Author

This one:

<dict>
      <key>name</key>
      <string>Variable</string>
      <key>scope</key>
      <string>variable.language, variable.other</string>
      <key>settings</key>
      <dict>
        <key>fontStyle</key>
        <string></string>
        <key>foreground</key>
        <string>#d6d6d6</string>
      </dict>
    </dict>

Probably a secondary theme file would be simpler, like an Afterglow-white.tmTheme, those who prefer the original white coloring would point to that file in their ST config

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants