Skip to content

Commit

Permalink
Themes: Add test AI-generated themes to check preview workflow (anura…
Browse files Browse the repository at this point in the history
…ghazra#3028)

* Themes: Add test theme to check preview workflow

* dev

* dev

* dev
  • Loading branch information
qwerty541 authored Aug 3, 2023
1 parent 2d3b4de commit 3ffe9a6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,20 @@ export const themes = {
border_color: "ffffff",
bg_color: "000000",
},
blue_navy: {
title_color: "82AAFF",
text_color: "82AAFF",
icon_color: "82AAFF",
border_color: "ffffff",
bg_color: "000000",
},
calm_pink: {
title_color: "e07a5f",
text_color: "edae49",
icon_color: "ebcfb2",
border_color: "e1bc29",
bg_color: "2b2d40",
},
};

export default themes;

0 comments on commit 3ffe9a6

Please sign in to comment.