Skip to content

Commit

Permalink
make todark color less bright
Browse files Browse the repository at this point in the history
  • Loading branch information
eyaler committed Apr 25, 2024
1 parent 6c2110c commit 0ed76ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resen/petri/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

.petri, #poem {
--fg: #e0e0e0;
--fg: rgb(var(--whitish));
font-family: 'IBM Plex Mono', 'Courier New', var(--mono_font);
font-size: initial;
outline-style: none;
Expand Down
6 changes: 3 additions & 3 deletions resen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
--fg_dim: #cdc2b7;
--fg_verydim: var(--fg_dim);
--fg_filter: saturate(0);
--fg_highlight: white;
--fg_highlight: var(--on);
--glow: aliceblue;
--inverse_bg: #6580e1;
--inverse_fg: var(--bg);
--invert: 1;

--whitish: 224 224 224;
--column_gap: 4em;
--columns: 3;
--row_gap: 3em;
Expand Down Expand Up @@ -105,7 +105,7 @@ body {

body.todark, .todark ::backdrop {
--bg: black;
--fg_rgb: 255 255 255;
--fg_rgb: var(--whitish);
--invert: 0;
}

Expand Down

0 comments on commit 0ed76ce

Please sign in to comment.