Skip to content

Commit

Permalink
Cleanup Gray theme (#6674)
Browse files Browse the repository at this point in the history
* cleanup gray theme

* fix lint

* Update src/renderer/themes.css

Co-authored-by: Jason <[email protected]>

---------

Co-authored-by: Jason <[email protected]>
  • Loading branch information
1 parent b6b97fb commit 26d148b
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/renderer/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ body:not(.hotPink, .pastelPink) {
.light,
.system[data-system-theme*='dark'],
.dark,
.black,
.gray {
.black {
--logo-icon: url('../../_icons/iconColorSmall.svg');
--logo-text: url('../../_icons/textColorSmall.svg');
--logo-primary-color: #f33;
Expand Down Expand Up @@ -187,20 +186,6 @@ it can be safely elided. This looks quite pleasant on this theme. */
--search-bar-color: #262626;
}

.gray {
--primary-text-color: #eee;
--secondary-text-color: #e0e0e0;
--tertiary-text-color: #f5f5f5;
--title-color: #eee;
--bg-color: #212121;
--card-bg-color: #303030;
--secondary-card-bg-color: rgb(0 0 0 / 75%);
--side-nav-color: #262626;
--side-nav-hover-color: #212121;
--side-nav-active-color: #303030;
--search-bar-color: #212121;
}

.nordic {
--primary-text-color: #eee;
--secondary-text-color: #ddd;
Expand Down

0 comments on commit 26d148b

Please sign in to comment.