mirror of
https://github.com/anotherlusitano/SpectrumPlus.git
synced 2026-07-22 04:10:27 +00:00
✨ custom colors for obsidian chart
up to 6
This commit is contained in:
parent
7437986c02
commit
7204599d25
2 changed files with 11 additions and 1 deletions
|
|
@ -52,6 +52,7 @@
|
|||
*............100. Other People's Plugins
|
||||
*................. Daily Planner
|
||||
*................. Icon Shortcode
|
||||
*................. Obsidian Charts
|
||||
|
||||
*/
|
||||
|
||||
|
|
@ -158,4 +159,5 @@
|
|||
/*
|
||||
*..........................100. Other People's Plugins */
|
||||
@import '_blocks/_other-peoples-plugins/day-planner';
|
||||
@import '_blocks/_other-peoples-plugins/icon-shortcode';
|
||||
@import '_blocks/_other-peoples-plugins/icon-shortcode';
|
||||
@import '_blocks/_other-peoples-plugins/charts';
|
||||
|
|
|
|||
8
SCSS/_blocks/_other-peoples-plugins/_charts.scss
Normal file
8
SCSS/_blocks/_other-peoples-plugins/_charts.scss
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
:root {
|
||||
--chart-color-1: var(--accent-1);
|
||||
--chart-color-2: var(--accent-2);
|
||||
--chart-color-3: var(--accent-3);
|
||||
--chart-color-4: var(--accent-4);
|
||||
--chart-color-5: var(--accent-5);
|
||||
--chart-color-6: var(--accent-6);
|
||||
}
|
||||
Loading…
Reference in a new issue