Skip to content

Commit

Permalink
Merge pull request #1598 from PatriotRossii/feature/dark_plus_theme
Browse files Browse the repository at this point in the history
Add Dark+ theme
  • Loading branch information
sharkdp committed May 12, 2021
2 parents fb0f12a + bfa9c3b commit 8d173cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitmodules
Expand Up @@ -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
1 change: 1 addition & 0 deletions assets/themes/visual-studio-dark-plus
1 change: 1 addition & 0 deletions tests/assets.rs
Expand Up @@ -30,6 +30,7 @@ fn all_themes_are_present() {
"Solarized (light)",
"Sublime Snazzy",
"TwoDark",
"Visual Studio Dark+",
"ansi",
"base16",
"base16-256",
Expand Down

0 comments on commit 8d173cd

Please sign in to comment.