summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2020-10-20 16:10:57 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2020-10-25 08:18:55 +0100
commit2ecebf8ff2fa167efb0dce4e1ff692acde0d4a66 (patch)
tree697225b4da97ce8eb5aabcb087243ea6e92d0d02
parent6d3cb5f99f347c3c9cec727f936d961851a88650 (diff)
Add Coldark themes to unit test
-rw-r--r--tests/assets.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/assets.rs b/tests/assets.rs
index 7ced769c..ff61850b 100644
--- a/tests/assets.rs
+++ b/tests/assets.rs
@@ -12,6 +12,8 @@ fn all_themes_are_present() {
themes,
vec![
"1337",
+ "Coldark-Cold",
+ "Coldark-Dark",
"DarkNeon",
"Dracula",
"GitHub",