Skip to content

Commit

Permalink
Merge pull request #1 from Vividium/RosePine
Browse files Browse the repository at this point in the history
Added Rose Pine Themes
  • Loading branch information
Vividium authored Jan 11, 2025
2 parents 5b8438e + 485de34 commit 6ef4ed1
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
50 changes: 49 additions & 1 deletion assets/themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,53 @@
255,121,198,
189,147,249,
255,85,85,
241,250,140]
241,250,140],
"Rose Pine": [
25,23,36,
31,29,46,
38,35,58,
110,106,134,
144,140,170,
235,111,146,
224,222,244,
246,193,119,
235,188,186,
49,116,143,
156,207,216,
196,167,231,
33,32,46,
64,61,82,
82,79,103],
"Rose Pine Moon": [
35,33,54,
42,39,63,
57,53,82,
110,106,134,
144,140,170,
224,222,244,
235,111,146,
246,193,119,
234,154,151,
62,143,176,
156,207,216,
196,167,231,
42,40,62,
68,65,90,
86,82,110],
"Rose Pine Dawn": [
250,244,237,
255,250,243,
242,233,222,
152,147,165,
121,117,147,
87,82,121,
180,99,122,
234,157,52,
215,130,126,
40,105,131,
86,148,159,
144,122,169,
244,237,232,
223,218,217,
206,202,205]
}
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ <h3 id = "loading">Select a theme</h3>
<button class = "theme-button" type="button" onclick="changeTheme('Catppuccin Mocha')">Catppuccin Mocha</button>
<button class = "theme-button" type="button" onclick="changeTheme('Dracula')">Dracula</button>
<button class = "theme-button" type="button" onclick="changeTheme('Everforest')">Everforest</button>
<button class = "theme-button" type="button" onclick="changeTheme('Rose Pine')">Rose Pine</button>
<button class = "theme-button" type="button" onclick="changeTheme('Rose Pine Moon')">Rose Pine Moon</button>
<button class = "theme-button" type="button" onclick="changeTheme('Rose Pine Dawn')">Rose Pine Dawn</button>
</div>
<br/>
<hr class="body"/>
Expand Down

0 comments on commit 6ef4ed1

Please sign in to comment.