Added neon theme (#2579)

Added neon themes with bright colors that goes well with dark backgrounds.
This commit is contained in:
Anirban Das 2023-06-11 16:04:54 +05:30 committed by GitHub
parent dc60ea9b30
commit 041ef07ea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -423,6 +423,13 @@ export const themes = {
border_color: "85A4C0",
bg_color: "030314",
},
neon: {
title_color: "00EAD3",
text_color: "FF449F",
icon_color: "00EAD3",
border_color: "ffffff",
bg_color: "000000",
},
};
export default themes;