feat: added Date Night theme to index.js (#2264)

* Added Date Night theme to index.js

* My theme name should be in snake_case now
This commit is contained in:
Bradley Jester 2022-11-19 13:44:42 -08:00 committed by GitHub
parent 9aa39dfe81
commit 0e02523459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -367,6 +367,13 @@ export const themes = {
text_color: "e0def4",
bg_color: "191724",
},
date_night: {
title_color: "DA7885",
text_color: "E1B2A2",
icon_color: "BB8470",
border_color: "170F0C",
bg_color: "170F0C",
},
};
export default themes;