adds telemetry list

This commit is contained in:
2025-02-14 20:22:31 -08:00
parent 44523f3cdb
commit a864c0b41c
19 changed files with 553 additions and 58 deletions

View File

@@ -27,8 +27,10 @@ $magenta-2: oklch(75% 0.2 330);
$text-color: $gray-1;
$background-color: $gray-7;
$light2-background-color: color.adjust($background-color, $lightness: 10%);
$light-background-color: color.adjust($background-color, $lightness: 5%);
$dark-background-color: color.adjust($background-color, $lightness: -5%);
$dark2-background-color: color.adjust($background-color, $lightness: -10%);
$cursor-tick: $gray-0;
$time-tick: $gray-1;