fix(sublime): don't hardcode background and foreground colours in Sublime theme (#298)

This commit is contained in:
Benjamin Eskola
2023-01-14 10:19:49 +00:00
committed by GitHub
parent def91651c4
commit 10730e6903
5 changed files with 10 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ M.template = [[
<key>activeGuide</key>
<string>#363b54</string>
<key>background</key>
<string>#1d1f29</string>
<string>${bg}</string>
<key>caret</key>
<string>#DBC08A</string>
<key>findHighlight</key>
@@ -63,7 +63,7 @@ M.template = [[
<key>findHighlightForeground</key>
<string>#000000</string>
<key>foreground</key>
<string>#AFBAD4ff</string>
<string>${fg}</string>
<key>guide</key>
<string>#4f4f5e40</string>
<key>gutterForeground</key>