update variables
This commit is contained in:
parent
8c29b6849b
commit
e219c62d2f
1 changed files with 8 additions and 6 deletions
|
|
@ -6,25 +6,27 @@
|
|||
$list-padding-left: 1.2em
|
||||
|
||||
// Color Variables
|
||||
$code-background-color: #20232a // Dark gray-blue for code blocks
|
||||
$code-text-color: #ffffff // Pure white for code text
|
||||
|
||||
$note-background-color: #2c313c // Dark gray for note background
|
||||
$note-border-color: #ff79c6 // Bright pink for note border
|
||||
// Colors
|
||||
|
||||
// $primary-color: #42a5f5 // Light blue for links
|
||||
// $header-color: #ff5252 // Bright red for headers
|
||||
// $tertiary-color: #ff5252 // Bright red for headers
|
||||
// $secondary-color: #7cb342 // Vibrant green for code blocks
|
||||
// $quaternary-color: #9575cd // Muted purple for highlights
|
||||
// $quinary-color: #ffa726 // Warm orange for accents
|
||||
|
||||
// Colors
|
||||
$primary-color: #ffa726 // Bright orange for links
|
||||
$secondary-color: #42a5f5 // Light blue for secondary elements
|
||||
$tertiary-color: #66bb6a // Green for tertiary elements
|
||||
$quaternary-color: #ab47bc // Light purple for highlights
|
||||
$quinary-color: #ff7043 // Coral orange for subtle accents
|
||||
|
||||
$code-background-color: #20232a // Dark gray-blue for code blocks
|
||||
$code-text-color: #ffffff // Pure white for code text
|
||||
|
||||
$note-background-color: #2c313c // Dark gray for note background
|
||||
$note-border-color: $quinary-color
|
||||
|
||||
// Text
|
||||
$text-color: #cfd8dc // Light gray-blue for text
|
||||
$background-color: #263238 // Very dark gray-blue background
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue