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

Add theme Transparent balanced #1335

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Improve
  • Loading branch information
zoodogood committed Mar 21, 2024
commit a0bfb35770a5491cf739d22a56897a4939cb313e
3 changes: 1 addition & 2 deletions styles/themes/transparent_balanced.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ main {
--color-prettylights-syntax-brackethighlighter-angle: #8b949e;
--color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
--color-prettylights-syntax-constant-other-reference-link: var(--color-accent-fg);
--color-btn-text: #c9d1d9;
--color-btn-text: #7b858d;
--color-btn-bg: rgb(45 51 59 / 80%);
--color-btn-border: rgb(240 246 252 / 10%);
--color-btn-shadow: 0 0 transparent;
Expand Down Expand Up @@ -94,7 +94,6 @@ main {

main {
accent-color: var(--color-accent-fg);
color-scheme: light;
}

main .pagination-loader-container {
Expand Down