improve style and base layout

This commit is contained in:
2025-06-06 17:06:11 -06:00
parent 94950041f6
commit 4acfe1d027
11 changed files with 349 additions and 42 deletions

28
assets/sass/_colors.sass Normal file
View File

@ -0,0 +1,28 @@
//
// _colors.sass
// Attractive dark mode color scheme for fmtools
//
// Primary palette
$primary: #3380ff
$primary-dark: #1a3e70
$primary-light: #8fc6ff
// Accent colors
$accent: #1de9b6
$accent-dark: #00897b
$accent-light: #6fffd2
// Success, warning, error
$success: #00e676
$warning: #ffd600
$error: #ff1744
// Neutral palette (dark mode)
$darkest: #0a0c11
$background: #10131a
$surface: #1a1e29
$border: #3a4054
$text: #ffffff
$text-subtle: #bfc9e6