Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gh640/sublimetext-3-color-scheme
🌈 Sample color scheme .sublime-color-scheme files for Sublime Text 3
https://github.com/gh640/sublimetext-3-color-scheme
color-scheme sublime-text sublime-text-3
Last synced: 13 days ago
JSON representation
🌈 Sample color scheme .sublime-color-scheme files for Sublime Text 3
- Host: GitHub
- URL: https://github.com/gh640/sublimetext-3-color-scheme
- Owner: gh640
- License: mit
- Created: 2018-05-11T02:37:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T05:37:00.000Z (over 6 years ago)
- Last Synced: 2024-11-14T19:42:36.685Z (2 months ago)
- Topics: color-scheme, sublime-text, sublime-text-3
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sublime Text 3 color scheme sample
This is a sample color scheme `.sublime-color-scheme` for Sublime Text 3.
## Files in this repository
There're 2 `.sublime-color-scheme` files in this repository.
- `template.sublime-color-scheme` is an empty template without any concrete setting values.
- `sample.sublime-color-scheme` is a basic sample with concrete setting values.These have the following set of scopes.
- `entity.name`
- `entity.other.inherited-class`
- `entity.name.section`
- `entity.name.tag`
- `entity.other.attribute-name`
- `variable`
- `variable.language`
- `variable.parameter`
- `variable.function`
- `constant`
- `constant.numeric`
- `constant.language`
- `constant.character.escape`
- `storage.type`
- `storage.modifier`
- `support`
- `keyword`
- `keyword.control`
- `keyword.operator`
- `string`
- `comment`
- `invalid`
- `invalid.deprecated`These scopes are recommended in the official documentation.
- [Usage in Color Schemes | Scope Naming – Sublime Text 3 Documentation](http://www.sublimetext.com/docs/3/scope_naming.html#color_schemes)
## Usage
You can try `sample.sublime-color-scheme` with the following steps.
1. Download `sample.sublime-color-scheme`.
2. Put the `sample.sublime-color-scheme` into your `User` directory in Sublime Text's `Packages` directory.
- You can find where your `Packages` directory lives through the menu: `Sublime Text` ➝ `Preferences` ➝ `Browse Packages...`.
3. Sublime Text automatically recognises color scheme files and just select `sample` as your color scheme.## Issues
If you find anything wrong with this repository, feel free to [file an issue](https://github.com/gh640/sublimetext-3-color-scheme/issues).
## References
For more details of `.sublime-color-scheme`, see the official docs.
- [Color Schemes – Sublime Text 3 Documentation](http://www.sublimetext.com/docs/3/color_schemes.html)
- [Scope Naming – Sublime Text 3 Documentation](http://www.sublimetext.com/docs/3/scope_naming.html)The following page is the artcile for the release which introduced `.sublime-color-scheme`.
- [Sublime Text 3.1 Released - News - Sublime Text](http://www.sublimetext.com/blog/articles/sublime-text-3-point-1)