Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 0f6871d

Browse files
Add Theme Violet
1 parent 058615e commit 0f6871d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/pages/settings.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ import Password from '../components/password';
102102
<option value="yellow">Yellow</option>
103103
<option value="dark">Dark</option>
104104
<option value="purple">Purple</option>
105+
<option value="violet">Violet</option>
105106
<option value="red">Red</option>
106107
<option value="orange">Orange</option>
107108
<option value="midnight">Midnight</option>

src/styles/globals.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@
7272
--scroll-bar-thumb-hover-color: hsl(310 50% 90%);
7373
--input-bg-color: hsl(310 50% 10%);
7474
}
75+
.violet {
76+
--bg-color: #957796;
77+
--text-color: #FEFEDF;
78+
--border-color: #FEFEDF;
79+
--text-bg-color: #4F4350;
80+
--scroll-bar-track-color: #957796;
81+
--scroll-bar-thumb-color: #4F4350;
82+
--scroll-bar-thumb-hover-color: #FEFEDF;
83+
--input-bg-color: #4F4350;
84+
}
7585
.red {
7686
--bg-color: hsl(10 50% 10%);
7787
--text-color: hsl(10 50% 90%);

0 commit comments

Comments
 (0)