[Setup] Improve color extraction

This commit is contained in:
2026-01-09 16:23:30 +01:00
parent 11767c3009
commit 4024b9e830
9 changed files with 165 additions and 117 deletions

View File

@@ -1,10 +1,10 @@
* {
background: #0A0A0F;
background-selected: #141419;
foreground: #C8DCFF;
accent: #465B4E;
accent-two: #324E12;
// border-color: #19301E;
background: #141414;
background-selected: #1E1E1E;
foreground: #E6E6E6;
accent: #EBC405;
accent-two: #B81C15;
// border-color: #673722;
inactive: #C8C8C8;
spacing: 2;
width: 30em;