From 33f7cdb2b23737f317ac4247cf69f9e324c04a44 Mon Sep 17 00:00:00 2001 From: ronny abraham Date: Fri, 29 Nov 2024 07:45:39 +0200 Subject: [PATCH] updated variables --- _share/media/sass/_variables.sass | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/_share/media/sass/_variables.sass b/_share/media/sass/_variables.sass index 321b6cb..ae5740a 100644 --- a/_share/media/sass/_variables.sass +++ b/_share/media/sass/_variables.sass @@ -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