Created
February 18, 2012 01:05
-
-
Save eleclerc/1856662 to your computer and use it in GitHub Desktop.
Markdown support in Solarized (Light) in Sublime Text 2 - 2165
This file contains 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
--- Color Scheme - Default/Solarized (Light).tmTheme 2012-02-08 19:39:09.000000000 -0500 | |
+++ User/Solarized (Light).tmTheme 2012-02-13 19:26:32.000000000 -0500 | |
@@ -1368,17 +1368,6 @@ | |
</dict> | |
<dict> | |
<key>name</key> | |
- <string>Markdown: Raw</string> | |
- <key>scope</key> | |
- <string>text.html.markdown markup.raw.inline</string> | |
- <key>settings</key> | |
- <dict> | |
- <key>foreground</key> | |
- <string>#269186</string> | |
- </dict> | |
- </dict> | |
- <dict> | |
- <key>name</key> | |
<string>reST raw</string> | |
<key>scope</key> | |
<string>text.restructuredtext markup.raw</string> | |
@@ -1860,6 +1849,113 @@ | |
<string>#DC322F</string> | |
</dict> | |
</dict> | |
+ | |
+ | |
+ | |
+ <dict> | |
+ <key>name</key> | |
+ <string>Markup: Heading</string> | |
+ <key>scope</key> | |
+ <string>markup.heading</string> | |
+ <key>settings</key> | |
+ <dict> | |
+ <key>fontStyle</key> | |
+ <string>bold</string> | |
+ <key>foreground</key> | |
+ <string>#cb4b16</string> | |
+ </dict> | |
+ </dict> | |
+ <dict> | |
+ <key>name</key> | |
+ <string>Markup: Italic</string> | |
+ <key>scope</key> | |
+ <string>markup.italic</string> | |
+ <key>settings</key> | |
+ <dict> | |
+ <key>fontStyle</key> | |
+ <string>italic</string> | |
+ <key>foreground</key> | |
+ <string>#839496</string> | |
+ </dict> | |
+ </dict> | |
+ <dict> | |
+ <key>name</key> | |
+ <string>Markup: Bold</string> | |
+ <key>scope</key> | |
+ <string>markup.bold</string> | |
+ <key>settings</key> | |
+ <dict> | |
+ <key>fontStyle</key> | |
+ <string>bold</string> | |
+ <key>foreground</key> | |
+ <string>#586e75</string> | |
+ </dict> | |
+ </dict> | |
+ <dict> | |
+ <key>name</key> | |
+ <string>Markup: Underline</string> | |
+ <key>scope</key> | |
+ <string>markup.underline</string> | |
+ <key>settings</key> | |
+ <dict> | |
+ <key>fontStyle</key> | |
+ <string>underline</string> | |
+ <key>foreground</key> | |
+ <string>#839496</string> | |
+ </dict> | |
+ </dict> | |
+ <dict> | |
+ <key>name</key> | |
+ <string>Markup: Quote</string> | |
+ <key>scope</key> | |
+ <string>markup.quote</string> | |
+ <key>settings</key> | |
+ <dict> | |
+ <key>fontStyle</key> | |
+ <string>italic</string> | |
+ <key>foreground</key> | |
+ <string>#268bd2</string> | |
+ </dict> | |
+ </dict> | |
+ <dict> | |
+ <key>name</key> | |
+ <string>Markup: List</string> | |
+ <key>scope</key> | |
+ <string>markup.list</string> | |
+ <key>settings</key> | |
+ <dict> | |
+ <key>foreground</key> | |
+ <string>#657b83</string> | |
+ </dict> | |
+ </dict> | |
+ <dict> | |
+ <key>name</key> | |
+ <string>Markup: Raw</string> | |
+ <key>scope</key> | |
+ <string>markup.raw</string> | |
+ <key>settings</key> | |
+ <dict> | |
+ <key>foreground</key> | |
+ <string>#b58900</string> | |
+ </dict> | |
+ </dict> | |
+ <dict> | |
+ <key>name</key> | |
+ <string>Markup: Separator</string> | |
+ <key>scope</key> | |
+ <string>meta.separator</string> | |
+ <key>settings</key> | |
+ <dict> | |
+ <key>background</key> | |
+ <string>#eee8d5</string> | |
+ <key>fontStyle</key> | |
+ <string>bold</string> | |
+ <key>foreground</key> | |
+ <string>#268bd2</string> | |
+ </dict> | |
+ </dict> | |
+ | |
+ | |
</array> | |
<key>uuid</key> | |
<string>38E819D9-AE02-452F-9231-ECC3B204AFD7</string> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment