From 4013491663d9c82c082561a5bfefe93dca788366 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Wed, 23 Mar 2022 02:05:34 +0600 Subject: [PATCH] Add 8 new themes --- gitprofile.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gitprofile.config.js b/gitprofile.config.js index 7661748..a67dc0e 100644 --- a/gitprofile.config.js +++ b/gitprofile.config.js @@ -124,6 +124,14 @@ const config = { 'black', 'luxury', 'dracula', + 'cmyk', + 'autumn', + 'business', + 'acid', + 'lemonade', + 'night', + 'coffee', + 'winter', ], }, };