moved project into new repo

This commit is contained in:
2026-06-22 16:50:45 +00:00
commit 59cf49c026
101 changed files with 3557 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
@use 'sass:color' as brush
$white: #ffffff
$black: #000000
$bg: #121212
$accent: #9d1934
$fg: #cccccc
$state: #e9b074
$canvas: brush.adjust(brush.adjust($bg, $lightness: 1.5%), $red: 3%, $green: 1.75%)