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
|
$list-padding-left: 1.2em
|
||||||
|
|
||||||
// Color Variables
|
// 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
|
// Colors
|
||||||
$note-border-color: #ff79c6 // Bright pink for note border
|
|
||||||
|
|
||||||
// $primary-color: #42a5f5 // Light blue for links
|
// $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
|
// $secondary-color: #7cb342 // Vibrant green for code blocks
|
||||||
// $quaternary-color: #9575cd // Muted purple for highlights
|
// $quaternary-color: #9575cd // Muted purple for highlights
|
||||||
// $quinary-color: #ffa726 // Warm orange for accents
|
// $quinary-color: #ffa726 // Warm orange for accents
|
||||||
|
|
||||||
// Colors
|
|
||||||
$primary-color: #ffa726 // Bright orange for links
|
$primary-color: #ffa726 // Bright orange for links
|
||||||
$secondary-color: #42a5f5 // Light blue for secondary elements
|
$secondary-color: #42a5f5 // Light blue for secondary elements
|
||||||
$tertiary-color: #66bb6a // Green for tertiary elements
|
$tertiary-color: #66bb6a // Green for tertiary elements
|
||||||
$quaternary-color: #ab47bc // Light purple for highlights
|
$quaternary-color: #ab47bc // Light purple for highlights
|
||||||
$quinary-color: #ff7043 // Coral orange for subtle accents
|
$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
|
||||||
$text-color: #cfd8dc // Light gray-blue for text
|
$text-color: #cfd8dc // Light gray-blue for text
|
||||||
$background-color: #263238 // Very dark gray-blue background
|
$background-color: #263238 // Very dark gray-blue background
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue