donnemartin / donnemartin/dev-setup
Add Sublime Text 3 Theme Install
Open
feature-request
- Dominant language
- Python
- Stars
- 6.3k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
### Manual steps:
- Command Palette
- Package Control: Install Package
- Install PackageResourceViewer
- PackageResourceViewer Open Resource
- Select theme
### Comment color (Monokai)
[Reference](http://stackoverflow.com/questions/32667971/how-do-i-change-sublime-python-comments-color-specifically)
```
name
Comment
scope
string
settings
foreground
#E6DB74
```
### Selection highlight color
```
selection
#759557
```
Automated steps:
- TBD
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.