Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
shadow_ultramarine: {
    title_color: "3F00FF",          # Сияющий ультрамарин
    text_color: "FFFFFF",          # Белый текст
    icon_color: "3F00FF",        # Сияющий ультрамарин
    border_color: "ffffff00",    # Прозрачная граница
    bg_color: "ffffff00",          # Прозрачный фон
}
  • Loading branch information
Space108 authored Nov 8, 2024
1 parent 0cbe58a commit 090605c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ export const themes = {
text_color: "417E87",
bg_color: "ffffff00",
},
shadow_red: {
title_color: "9A0000",
text_color: "444",
icon_color: "4F0000",
border_color: "4F0000",
shadow_ultramarine: {
title_color: "3F00FF",
text_color: "FFFFFF",
icon_color: "3F00FF",
border_color: "ffffff00",
bg_color: "ffffff00",
},
shadow_green: {
Expand Down

0 comments on commit 090605c

Please sign in to comment.