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

@@ -17,7 +17,7 @@
<key>activeGuide</key>
<string>#363b54</string>
<key>background</key>
<string>#1d1f29</string>
<string>#1a1b26</string>
<key>caret</key>
<string>#DBC08A</string>
<key>findHighlight</key>
@@ -25,7 +25,7 @@
<key>findHighlightForeground</key>
<string>#000000</string>
<key>foreground</key>
<string>#AFBAD4ff</string>
<string>#c0caf5</string>
<key>guide</key>
<string>#4f4f5e40</string>
<key>gutterForeground</key>