themes: add ambient_gradient theme for test (#3399)

This commit is contained in:
Alexandr Garbuzov 2023-11-07 05:55:39 +02:00 committed by GitHub
parent 843b15ed36
commit 8d7e9df697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -456,6 +456,12 @@ export const themes = {
border_color: "e1bc29",
bg_color: "2b2d40",
},
ambient_gradient: {
title_color: "ffffff",
text_color: "ffffff",
icon_color: "ffffff",
bg_color: "35,4158d0,c850c0,ffcc70",
},
};
export default themes;