summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2021-05-12 22:45:53 +0200
committerGitHub <noreply@github.com>2021-05-12 22:45:53 +0200
commit8d173cd960e7a3b22b852313966336a93657d317 (patch)
tree13c9ec75104d3b94ccdfd2856ad48063c5d4f5fd
parentfb0f12a22175b15745aa24fbdd07c73609cadb46 (diff)
parentbfa9c3bef60d97238b6d9e1495b58b8a8c8151d8 (diff)
Merge pull request #1598 from PatriotRossii/feature/dark_plus_theme
Add Dark+ theme
-rw-r--r--.gitmodules5
m---------assets/themes/visual-studio-dark-plus0
-rw-r--r--tests/assets.rs1
3 files changed, 5 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 4494055b..7cea6c76 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -212,6 +212,9 @@
[submodule "assets/syntaxes/02_Extra/SystemVerilog"]
path = assets/syntaxes/02_Extra/SystemVerilog
url = https://github.com/TheClams/SystemVerilog.git
+[submodule "assets/themes/visual-studio-dark-plus"]
+ path = assets/themes/visual-studio-dark-plus
+ url = https://github.com/vidann1/visual-studio-dark-plus.git
[submodule "assets/syntaxes/02_Extra/SublimeEthereum"]
path = assets/syntaxes/02_Extra/SublimeEthereum
- url = https://github.com/davidhq/SublimeEthereum.git
+ url = https://github.com/davidhq/SublimeEthereum.git \ No newline at end of file
diff --git a/assets/themes/visual-studio-dark-plus b/assets/themes/visual-studio-dark-plus
new file mode 160000
+Subproject 01ee1e8e0dc578f3b4e8c0dbb6aa0279b4a26a4
diff --git a/tests/assets.rs b/tests/assets.rs
index fc01d9e8..f7b207fc 100644
--- a/tests/assets.rs
+++ b/tests/assets.rs
@@ -30,6 +30,7 @@ fn all_themes_are_present() {
"Solarized (light)",
"Sublime Snazzy",
"TwoDark",
+ "Visual Studio Dark+",
"ansi",
"base16",
"base16-256",