add holi_theme (#2539)

* add holi_theme

* add holi_theme
This commit is contained in:
Mohamed Hassan 2023-02-25 08:49:30 +02:00 committed by GitHub
parent ba7c2f8b55
commit 5f20e6c97a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -381,6 +381,13 @@ export const themes = {
border_color: "e9d8d4",
bg_color: "e9d8d4",
},
holi_theme: {
title_color: "5FABEE",
text_color: "D6E7FF",
icon_color: "5FABEE",
border_color: "85A4C0",
bg_color: "030314",
},
};
export default themes;