Skip to content

Commit

Permalink
feat(sublime): better colors for delta/bat/sublime/textmate
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 9, 2023
1 parent a224722 commit bf36b8f
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions lua/tokyonight/extra/sublime.lua
Expand Up @@ -130,11 +130,24 @@ M.template = [[
<string>${orange}</string>
</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>
<key>name</key>
<string>String, Symbols, Markup Heading</string>
<string>String</string>
<key>scope</key>
<string>string, constant.other.symbol, constant.other.key, markup.heading, meta.attribute-selector</string>
<string>string</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
Expand Down Expand Up @@ -340,7 +353,7 @@ M.template = [[
<key>settings</key>
<dict>
<key>foreground</key>
<string>${blue2}</string>
<string>${blue1}</string>
</dict>
</dict>
<dict>
Expand Down Expand Up @@ -540,7 +553,7 @@ M.template = [[
<key>settings</key>
<dict>
<key>foreground</key>
<string>${blue2}</string>
<string>${blue1}</string>
</dict>
</dict>
<dict>
Expand Down

0 comments on commit bf36b8f

Please sign in to comment.