Skip to content

Commit 5f4560b

Browse files
committed
updated markdown styles
1 parent 675de06 commit 5f4560b

File tree

2 files changed

+40
-20
lines changed

2 files changed

+40
-20
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.DS_Store
2-
.tmTheme.cache
3-
package-metadata.json
2+
*.tmTheme.cache
3+
package-metadata.json

cobalt2.tmTheme

+38-18
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
<key>settings</key>
524524
<dict>
525525
<key>background</key>
526-
<string>#130D26</string>
526+
<string>#1D425D</string>
527527
</dict>
528528
</dict>
529529
<dict>
@@ -877,23 +877,6 @@
877877
</dict>
878878
</dict>
879879

880-
881-
<!-- CSS -->
882-
883-
<!-- <dict>
884-
<key>name</key>
885-
<string>CSS Property Name</string>
886-
<key>scope</key>
887-
<string>support.type.property-name.css </string>
888-
<key>settings</key>
889-
<dict>
890-
<key>foreground</key>
891-
<string>#ffc600</string>
892-
<key>background</key>
893-
<string>#1d3d53</string>
894-
</dict>
895-
</dict> -->
896-
897880
<dict>
898881
<key>name</key>
899882
<string>CSS colon Divider</string>
@@ -919,6 +902,43 @@
919902
<string>#17344A</string>
920903
</dict>
921904
</dict>
905+
906+
<!--
907+
Markdown Tweaks
908+
-->
909+
<dict>
910+
<key>name</key>
911+
<string>Markdown Punctuation</string>
912+
<key>scope</key>
913+
<string>
914+
, punctuation.definition.list_item.markdown,
915+
, punctuation.definition.blockquote.markdown,
916+
, punctuation.definition.string.begin.markdown,
917+
, punctuation.definition.string.end.markdown,
918+
</string>
919+
<key>settings</key>
920+
<dict>
921+
<key>foreground</key>
922+
<string>#ffc600</string>
923+
</dict>
924+
</dict>
925+
926+
<dict>
927+
<key>name</key>
928+
<string>Markdown Punctuation</string>
929+
<key>scope</key>
930+
<string>
931+
, markup.underline.link.image.markdown,
932+
</string>
933+
<key>settings</key>
934+
<dict>
935+
<key>foreground</key>
936+
<string>#ffc600</string>
937+
<key>fontStyle</key>
938+
<string>italic</string>
939+
</dict>
940+
</dict>
941+
922942

923943

924944
</array>

0 commit comments

Comments
 (0)