Last active
August 29, 2015 13:55
-
-
Save chitacan/8753579 to your computer and use it in GitHub Desktop.
additional base16-eighties.dark color for spacegray theme.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- add this after setting's key in base16-eighties.dark.tmTheme --> | |
<dict> | |
<key>name</key> | |
<string>Block Cursor</string> | |
<key>scope</key> | |
<string>block_cursor</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#212121</string> | |
<key>background</key> | |
<string>#50C0E9DF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown: Heading</string> | |
<key>scope</key> | |
<string>markup.heading</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#6699CC0f</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown: block</string> | |
<key>scope</key> | |
<string>markup.raw.block</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#aa759f</string> | |
<key>background</key> | |
<string>#aa759f0d</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown: quote</string> | |
<key>scope</key> | |
<string>markup.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#90a959</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Html: script</string> | |
<key>scope</key> | |
<string>source.js.embedded</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#6699CC0f</string> | |
</dict> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment