feat(sublime): better colors for delta/bat/sublime/textmate
This commit is contained in:
@@ -130,11 +130,24 @@ M.template = [[
|
|||||||
<string>${orange}</string>
|
<string>${orange}</string>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>String, Symbols, Markup Heading</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>meta.property.lua,string.unquoted.key.lua,support.other.metaproperty.lua,support.other.metaproperty.lua,constant.other.symbol, constant.other.key, markup.heading, meta.attribute-selector</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>fontStyle</key>
|
||||||
|
<string></string>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>${green1}</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>name</key>
|
<key>name</key>
|
||||||
<string>String, Symbols, Markup Heading</string>
|
<string>String</string>
|
||||||
<key>scope</key>
|
<key>scope</key>
|
||||||
<string>string, constant.other.symbol, constant.other.key, markup.heading, meta.attribute-selector</string>
|
<string>string</string>
|
||||||
<key>settings</key>
|
<key>settings</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>fontStyle</key>
|
<key>fontStyle</key>
|
||||||
@@ -340,7 +353,7 @@ M.template = [[
|
|||||||
<key>settings</key>
|
<key>settings</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>foreground</key>
|
<key>foreground</key>
|
||||||
<string>${blue2}</string>
|
<string>${blue1}</string>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
@@ -540,7 +553,7 @@ M.template = [[
|
|||||||
<key>settings</key>
|
<key>settings</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>foreground</key>
|
<key>foreground</key>
|
||||||
<string>${blue2}</string>
|
<string>${blue1}</string>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
|
|||||||
Reference in New Issue
Block a user