updated variables

This commit is contained in:
ronny abraham 2024-11-29 07:45:39 +02:00
parent f23bf8ab9e
commit 33f7cdb2b2

View file

@ -6,11 +6,6 @@
$list-padding-left: 1.5em $list-padding-left: 1.5em
// Color Variables // Color Variables
$code-background-color: #1e1f29 // Very dark blue for code blocks
$code-text-color: #f8f8f2 // Off-white for code text
$note-background-color: #333842 // Note background
$note-border-color: #c678dd // Note border color
// Colors // Colors
$primary-color: #d10094 // Primary (Pink): Vibrant and attention-grabbing. $primary-color: #d10094 // Primary (Pink): Vibrant and attention-grabbing.
@ -19,6 +14,12 @@ $tertiary-color: #228b22 // Tertiary (Green): Strong, natural balance to pink
$quaternary-color: #40e0d0 // Quaternary (Turquoise): Fresh and energetic, great for highlights or links. $quaternary-color: #40e0d0 // Quaternary (Turquoise): Fresh and energetic, great for highlights or links.
$quinary-color: #ffd966 // Quinary (Mustard Yellow): Warm and muted, adds subtle emphasis for accents. $quinary-color: #ffd966 // Quinary (Mustard Yellow): Warm and muted, adds subtle emphasis for accents.
$code-background-color: #1e1f29 // Very dark blue for code blocks
$code-text-color: #f8f8f2 // Off-white for code text
$note-background-color: #333842 // Note background
$note-border-color: $quinary-color // Note border color
// Text // Text
$text-color: #aeb1c7 $text-color: #aeb1c7
$background-color: #282a36 // Dark black-gray background $background-color: #282a36 // Dark black-gray background