Skip to content

Commit

Permalink
improve dark mode colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Oct 25, 2024
1 parent 3ce2f47 commit 494cdc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

:root[data-theme="dark"] {
--color-foreground: #fff;
--color-background: #000;
--color-primary: #222;
--color-background: #1d1c22;
--color-primary: #302e38;
--color-valid: #0f0;
--color-tool-palette-hover: #444;
--color-tool-palette-selected: #555;
--color-tool-palette-hover: #f00;
--color-tool-palette-selected: #f00;
--dark-mode: 1;
}

Expand Down

0 comments on commit 494cdc1

Please sign in to comment.