From 2ecebf8ff2fa167efb0dce4e1ff692acde0d4a66 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 20 Oct 2020 16:10:57 +0200 Subject: [PATCH] Add Coldark themes to unit test --- tests/assets.rs | 2 ++ 1 file changed, 2 insertions(+) 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",