updated variables
This commit is contained in:
parent
f23bf8ab9e
commit
33f7cdb2b2
1 changed files with 6 additions and 5 deletions
|
|
@ -6,11 +6,6 @@
|
|||
$list-padding-left: 1.5em
|
||||
|
||||
// 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
|
||||
$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.
|
||||
$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-color: #aeb1c7
|
||||
$background-color: #282a36 // Dark black-gray background
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue