summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorKeith Hall <kingkeith+github@gmail.com>2021-02-27 23:03:45 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2021-02-28 09:55:24 +0100
commit7768433d091c77efb6752b6407b25fb8e8a259b9 (patch)
tree4901507f8fe661bceecac7ece20dbee84a59a8f3 /assets
parentc569774e1a8528fab91225dabdadf53fde3916ea (diff)
Improve Monokai Extended JSON key color with a patch
Diffstat (limited to 'assets')
-rw-r--r--assets/patches/Monokai-Extended.tmTheme.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/patches/Monokai-Extended.tmTheme.patch b/assets/patches/Monokai-Extended.tmTheme.patch
new file mode 100644
index 00000000..24573a7b
--- /dev/null
+++ b/assets/patches/Monokai-Extended.tmTheme.patch
@@ -0,0 +1,18 @@
+diff --git themes/sublime-monokai-extended/Monokai\ Extended.tmTheme themes/sublime-monokai-extended/Monokai\ Extended.tmTheme
+index 9c2aa3e..180cbbf 100644
+--- themes/sublime-monokai-extended/Monokai Extended.tmTheme
++++ themes/sublime-monokai-extended/Monokai Extended.tmTheme
+@@ -810,11 +810,11 @@
+ <key>name</key>
+ <string>JSON String</string>
+ <key>scope</key>
+- <string>meta.structure.dictionary.json string.quoted.double.json</string>
++ <string>meta.mapping.key.json string.quoted.double.json</string>
+ <key>settings</key>
+ <dict>
+ <key>foreground</key>
+- <string>#cfcfc2</string>
++ <string>#fd971f</string>
+ </dict>
+ </dict>
+ <dict>