Skip to content

Commit

Permalink
themes: add ambient_gradient theme for test (#3399)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 authored Nov 7, 2023
1 parent 843b15e commit 8d7e9df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 8d7e9df

Please sign in to comment.