Skip to content

Commit a0b2754

Browse files
add rainbow theme
1 parent b4e424b commit a0b2754

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

public/css/themes.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,14 @@
216216
--background-color: #330000;
217217
--border-color: #660000;
218218
--icon-color: #ffa07a;
219+
}
220+
221+
:root.rainbow{
222+
--primary-color: #ff0000;
223+
--secondary-color: rgb(255, 128, 0);
224+
--highlight-color: #e0d800;
225+
--background-gradient: #26ff00, #00ffd5;
226+
--background-color: #001aff;
227+
--border-color: #7b00ff;
228+
--icon-color: #ff0000;
219229
}

public/settings.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<option value="noctura">Noctura</option>
6363
<option value="sapphire">Sapphire</option>
6464
<option value="fire">Fire</option>
65+
<option value="rainbow">Rainbow!</option>
6566
</select>
6667
<button type="button" id="save-theme-button" onclick="saveTheme()">
6768
Save Theme

0 commit comments

Comments
 (0)