updated variables

This commit is contained in:
ronny abraham 2024-11-29 07:46:30 +02:00
parent 937b80683c
commit 7bbd3b6824

View file

@ -6,11 +6,6 @@
$list-padding-left: 1.5em $list-padding-left: 1.5em
// Color Variables // Color Variables
$code-background-color: #2c313c // Code block background (updated)
$code-text-color: #abb2bf // Text color for code blocks (updated)
$note-background-color: #333842 // Note background (unchanged)
$note-border-color: #c678dd // Note border color (unchanged)
// Colors // Colors
$primary-color: #61afef // Used for links (updated) $primary-color: #61afef // Used for links (updated)
@ -19,9 +14,15 @@ $tertiary-color: #abb2bf // General text color (new tertiary role)
$quaternary-color: #d19a66 // Highlight color (updated) $quaternary-color: #d19a66 // Highlight color (updated)
$quinary-color: #e06c75 // Accent for headers (updated) $quinary-color: #e06c75 // Accent for headers (updated)
$code-background-color: #2c313c // Code block background (updated)
$code-text-color: #abb2bf // Text color for code blocks (updated)
$note-background-color: #333842 // Note background (unchanged)
$note-border-color: $quinary-color // Note border color (unchanged)
// Text // Text
$text-color: #abb2bf // General text color (updated) $text-color: $tertiary-color // General text color (updated)
$background-color: #282c34 // Background color (updated) $background-color: color.adjust($tertiary-color, $lightness: -53%)
// Links, Anchors // Links, Anchors
$anchor-color: color.adjust($primary-color, $lightness: 15%) $anchor-color: color.adjust($primary-color, $lightness: 15%)