Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update side-nav-colors of black and dracula theme #6673

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/renderer/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ it can be safely elided. This looks quite pleasant on this theme. */
--secondary-card-bg-color: rgb(0 0 0 / 75%);
--scrollbar-color: #515151;
--scrollbar-color-hover: #424242;
--side-nav-color: #0f0f0f;
--side-nav-color: #000;
--side-nav-hover-color: #212121;
--side-nav-active-color: #303030;
--search-bar-color: #262626;
Expand Down Expand Up @@ -313,7 +313,7 @@ it can be safely elided. This looks quite pleasant on this theme. */
--secondary-card-bg-color: #282a36;
--scrollbar-color: #44475a;
--scrollbar-color-hover: #3d4051;
--side-nav-color: #44475a;
--side-nav-color: #33353f;
--side-nav-hover-color: #57596b;
--side-nav-active-color: #3d4051;
--search-bar-color: #3e3f4a;
Expand Down