Skip to content

Commit

Permalink
Merge pull request #2 from jn-sena/main
Browse files Browse the repository at this point in the history
Add Everforest
  • Loading branch information
NotNeelPatel authored May 18, 2024
2 parents d47e80e + 7d66051 commit 879fc93
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
26 changes: 25 additions & 1 deletion assets/themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,30 @@
235,203,139,
163,190,140,
180,142,173],
"Everforest":[
35,42,46,
45,53,59,
52,63,68,
61,72,77,
71,82,88,
79,88,94,
86,99,95,
84,58,72,
81,64,69,
66,80,71,
58,81,93,
77,76,67,
211,198,170,
230,126,128,
230,152,117,
219,188,127,
167,192,128,
131,192,146,
127,187,179,
214,153,182,
122,132,120,
133,146,137,
157,169,160],
"Solarized":[
0,43,54,
7,54,66,
Expand Down Expand Up @@ -96,4 +120,4 @@
189,147,249,
255,85,85,
241,250,140]
}
}
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ <h3 id = "loading">Select a theme</h3>
<button class = "theme-button" type="button" onclick="changeTheme('Solarized')">Solarized</button>
<button class = "theme-button" type="button" onclick="changeTheme('Catppuccin')">Catppuccin</button>
<button class = "theme-button" type="button" onclick="changeTheme('Dracula')">Dracula</button>
<button class = "theme-button" type="button" onclick="changeTheme('Everforest')">Everforest</button>
<br/>
<hr class="body"/>

Expand Down

0 comments on commit 879fc93

Please sign in to comment.