-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2994 from sharkdp/two_dark_manpage
Patch themes for better manpage syntax highlighting
- Loading branch information
Showing
7 changed files
with
96 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
diff --git themes/1337-Scheme/1337.tmTheme themes/1337-Scheme/1337.tmTheme | ||
index fdff5bf..8cfc888 100644 | ||
--- themes/1337-Scheme/1337.tmTheme | ||
+++ themes/1337-Scheme/1337.tmTheme | ||
@@ -280,7 +280,7 @@ SOFTWARE. | ||
<key>name</key> | ||
<string>PHP Namespaces</string> | ||
<key>scope</key> | ||
- <string>support.other.namespace, entity.name.type.namespace</string> | ||
+ <string>support.other.namespace, entity.name.type.namespace, entity.name</string> | ||
<key>settings</key> | ||
<dict> | ||
<key>foreground</key> | ||
@@ -561,7 +561,7 @@ SOFTWARE. | ||
<key>name</key> | ||
<string>diff.header</string> | ||
<key>scope</key> | ||
- <string>meta.diff, meta.diff.header</string> | ||
+ <string>meta.diff, meta.diff.header, markup.heading</string> | ||
<key>settings</key> | ||
<dict> | ||
<key>foreground</key> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
diff --git themes/onehalf/sublimetext/OneHalfDark.tmTheme themes/onehalf/sublimetext/OneHalfDark.tmTheme | ||
index b16050c..b021071 100644 | ||
--- themes/onehalf/sublimetext/OneHalfDark.tmTheme | ||
+++ themes/onehalf/sublimetext/OneHalfDark.tmTheme | ||
@@ -28,7 +28,7 @@ | ||
<plist version="1.0"> | ||
<dict> | ||
<key>name</key> | ||
- <string>OneHalfLight</string> | ||
+ <string>OneHalfDark</string> | ||
<key>semanticClass</key> | ||
<string>theme.dark.one_half_dark</string> | ||
<key>uuid</key> | ||
@@ -155,7 +155,7 @@ | ||
<key>name</key> | ||
<string>Classes</string> | ||
<key>scope</key> | ||
- <string>support.class, entity.name.class, entity.name.type.class</string> | ||
+ <string>support.class, entity.name.class, entity.name.type.class, entity.name</string> | ||
<key>settings</key> | ||
<dict> | ||
<key>foreground</key> | ||
@@ -188,7 +188,7 @@ | ||
<key>name</key> | ||
<string>Storage</string> | ||
<key>scope</key> | ||
- <string>storage</string> | ||
+ <string>storage, meta.mapping.key string</string> | ||
<key>settings</key> | ||
<dict> | ||
<key>foreground</key> | ||
@@ -309,7 +309,7 @@ | ||
<key>name</key> | ||
<string>Markdown: Headings</string> | ||
<key>scope</key> | ||
- <string>markup.heading punctuation.definition.heading, entity.name.section</string> | ||
+ <string>markup.heading punctuation.definition.heading, entity.name.section, markup.heading - text.html.markdown</string> | ||
<key>settings</key> | ||
<dict> | ||
<key>fontStyle</key> | ||
@@ -660,4 +660,4 @@ | ||
</dict> | ||
</array> | ||
</dict> | ||
-</plist> | ||
\ No newline at end of file | ||
+</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters