1
1
# Brackets Color Scheme
2
+ [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://github.com/jwortmann/brackets-color-scheme/blob/master/LICENSE )
2
3
3
4
This package for Sublime Text provides two color schemes (light and dark) similar to the [ Adobe Brackets] ( http://brackets.io/ ) text editor.
4
5
@@ -19,6 +20,31 @@ Alternatively you can perform a manual installation:
19
20
20
21
![ Brackets Dark] ( http://i.imgur.com/HZ0acdw.png )
21
22
23
+ ## Color palette
24
+
25
+ | | Brackets Light | Brackets Dark |
26
+ | ---- | -------------- | ------------- |
27
+ | Background | ![ Background] ( http://via.placeholder.com/20/f8f8f8/f8f8f8 ) ` #F8F8F8 ` | ![ Background] ( http://via.placeholder.com/20/1d1f21/1d1f21 ) ` #1D1F21 ` |
28
+ | Text | ![ Text] ( http://via.placeholder.com/20/535353/535353 ) ` #535353 ` | ![ Text] ( http://via.placeholder.com/20/dddddd/dddddd ) ` #DDDDDD ` |
29
+ | Comment | ![ Comment] ( http://via.placeholder.com/20/949494/949494 ) ` #949494 ` | ![ Comment] ( http://via.placeholder.com/20/767676/767676 ) ` #767676 ` |
30
+ | Blue | ![ Blue] ( http://via.placeholder.com/20/446fbd/446fbd ) ` #446FBD ` | ![ Blue] ( http://via.placeholder.com/20/6c9ef8/6c9ef8 ) ` #6C9EF8 ` |
31
+ | Orange | ![ Orange] ( http://via.placeholder.com/20/e88501/e88501 ) ` #E88501 ` | ![ Orange] ( http://via.placeholder.com/20/d89333/d89333 ) ` #D89333 ` |
32
+ | Green | ![ Green] ( http://via.placeholder.com/20/6d8600/6D8600 ) ` #6d8600 ` | ![ Green] ( http://via.placeholder.com/20/85a300/85a300 ) ` #85A300 ` |
33
+ | Violet | ![ Violet] ( http://via.placeholder.com/20/8757ad/8757ad ) ` #8757AD ` | ![ Violet] ( http://via.placeholder.com/20/b77fdb/b77fdb ) ` #B77FDB ` |
34
+
35
+ ## New color scheme format in Sublime Text 3.1 (>= Build 3170)
36
+
37
+ Sublime Text 3.1 (Build 3170) introduced a new color scheme format based on JSON, which seems to have some advantages
38
+ to the previous TextMate ` .tmTheme ` format. This release of the Brackets Color Scheme for Sublime Text includes color
39
+ definitions and (slightly improved) highlighting rules in the new file format, as well as the old ` .tmTheme ` files with
40
+ the same base filenames. Current releases of Sublime Text should automaticly use the new ` .sublime-color-scheme ` files
41
+ and ignore the files with same filenames in the old file format. However, if any kind of issues occur with the new
42
+ files, you can still download the old ` .tmTheme ` files from this GitHub repository and place them into your user
43
+ directory of Sublime Text.
44
+
45
+ With the new color scheme format you can also customize color variables and override/add user-specific highlighting
46
+ rules, see [ this example] ( https://www.sublimetext.com/docs/3/color_schemes.html#customization ) .
47
+
22
48
## License
23
49
24
50
The MIT License (MIT)
0 commit comments