The Wayback Machine - https://web.archive.org/web/20200612075014/https://github.com/donnemartin/dev-setup/issues/18
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Sublime Text 3 Theme Install #18

Open
donnemartin opened this issue Feb 9, 2016 · 0 comments
Open

Add Sublime Text 3 Theme Install #18

donnemartin opened this issue Feb 9, 2016 · 0 comments

Comments

@donnemartin
Copy link
Owner

@donnemartin donnemartin commented Feb 9, 2016

Manual steps:

  • Command Palette
  • Package Control: Install Package
  • Install PackageResourceViewer
  • PackageResourceViewer Open Resource
  • Select theme

Comment color (Monokai)

Reference

<dict>
    <key>name</key>
    <string>Comment</string>
    <key>scope</key>
    <string>string</string>
    <key>settings</key>
    <dict>
        <key>foreground</key>
        <string>#E6DB74</string>
    </dict>
</dict>

Selection highlight color

<key>selection</key>
<string>#759557</string>

Automated steps:

  • TBD
@donnemartin donnemartin changed the title Add Sublime Text 3 Monokai selection highlight color Install Add Sublime Text 3 selection highlight color Install Feb 12, 2016
@donnemartin donnemartin changed the title Add Sublime Text 3 selection highlight color Install Add Sublime Text 3 Theme Install May 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.