Skip to content

Commit

Permalink
fix: rain & snow theme
Browse files Browse the repository at this point in the history
  • Loading branch information
max1mde committed Nov 28, 2024
1 parent b32f1ba commit 5e0f08c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,14 @@ export const themes = {
bg_color: "transparent",
border_color: "ffffff",
},
desert: {
rain: {
title_color: "ffffff",
icon_color: "ffffff",
text_color: "ffffff",
bg_color: "transparent",
border_color: "ffffff",
},
snow: {
title_color: "ffffff",
icon_color: "ffffff",
text_color: "ffffff",
Expand Down

0 comments on commit 5e0f08c

Please sign in to comment.