Skip to content

Commit

Permalink
Set more pleasing colors for webui dark theme
Browse files Browse the repository at this point in the history
Set darker rows, hover and blue background colors
  • Loading branch information
antanilol authored Oct 4, 2024
1 parent c48d2c1 commit 49badf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/webui/www/private/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
--color-text-blue: hsl(210deg 88.1% 73.5%);
--color-text-orange: hsl(26deg 65% 70%);
--color-text-default: hsl(0deg 0% 90%);
--color-background-blue: hsl(210deg 42% 48%);
--color-background-blue: hsl(210deg 42% 30%);
--color-background-popup: hsl(0deg 0% 20%);
--color-background-default: hsl(0deg 0% 25%);
--color-background-hover: hsl(26deg 50% 55%);
--color-background-default: hsl(0deg 0% 12%);
--color-background-hover: hsl(26deg 80% 20%);
--color-border-default: hsl(0deg 0% 33%);

color-scheme: dark;
Expand Down

0 comments on commit 49badf8

Please sign in to comment.