diff --git a/themes/index.ts b/themes/index.ts index e467acf..10eb27f 100644 --- a/themes/index.ts +++ b/themes/index.ts @@ -419,6 +419,20 @@ export const themes: Themes = { stroke_color: "6d6d6d", username_color: "ff6767", }, + "lava-light": { + title_color: "d81613", + text_color: "786a1c", + icon_color: "d81613", + border_color: "933547", + bg_color: "fffff0", + }, + "lava-dark": { + title_color: "ee403e", + text_color: "fed078", + icon_color: "ee403e", + border_color: "933547", + bg_color: "090b0c", + }, // Gradient themes "sunset-gradient": {