Skip to content

Commit

Permalink
Theme Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
3r1s-s committed Jul 8, 2024
1 parent 94f4e4f commit ac94e4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions mui.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
}

.lime-theme {
--dark-accent: #ebffe6;
--dark-accent: #eef5ea;
}

.sage-theme {
--dark-accent: #1c2019;
--dark-accent: #1a2015;
}

.midnight-blurple-theme {
Expand Down
8 changes: 4 additions & 4 deletions themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,19 @@
}

.light-theme {
--dark-accent: #eee7ff;
--dark-accent: #ece5ff;
--primary: #765dee;
--background: #f8f0ff;
--color: #43485b;
--accent-color: #e5dbf9;
--hov-accent-color: #ddd4f0;
--accent-color: #ddd2f5;
--hov-accent-color: #cec1ea;
--hov-color: #dfd0ff;
--link-color: #765dee;
--attachment-background-color: #baaef8;
--attachment-color: #513593;
--attachment-background-color-hover: #765dee;
--attachment-color-hover: #fefefe;
--button-color: #7b7783;
--button-color: #756c85;
--hov-button-color: #43485b;
--modal-color: #f5f2ff;
--modal-button-color: #e5dbf9;
Expand Down

0 comments on commit ac94e4b

Please sign in to comment.