File tree 2 files changed +40
-20
lines changed
2 files changed +40
-20
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
- .tmTheme.cache
3
- package-metadata.json
2
+ * .tmTheme.cache
3
+ package-metadata.json
Original file line number Diff line number Diff line change 523
523
<key >settings </key >
524
524
<dict >
525
525
<key >background </key >
526
- <string >#130D26 </string >
526
+ <string >#1D425D </string >
527
527
</dict >
528
528
</dict >
529
529
<dict >
877
877
</dict >
878
878
</dict >
879
879
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
-
897
880
<dict >
898
881
<key >name </key >
899
882
<string >CSS colon Divider </string >
919
902
<string >#17344A </string >
920
903
</dict >
921
904
</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
+
922
942
923
943
924
944
</array >
You can’t perform that action at this time.
0 commit comments