summaryrefslogtreecommitdiffstats
path: root/src/_declare-vars.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-03-29 18:25:44 +0200
committerVolpeon <git@volpeon.ink>2022-03-29 18:25:44 +0200
commit2b67d515c17ed3c6c0b89d3abca88bfac87a85ff (patch)
treed340c785a00f377b5447f30015052e372b190216 /src/_declare-vars.scss
parentAdded global border color (diff)
downloadiro-design-2b67d515c17ed3c6c0b89d3abca88bfac87a85ff.tar.gz
iro-design-2b67d515c17ed3c6c0b89d3abca88bfac87a85ff.tar.bz2
iro-design-2b67d515c17ed3c6c0b89d3abca88bfac87a85ff.zip
Added lowered2 theme
Diffstat (limited to 'src/_declare-vars.scss')
-rw-r--r--src/_declare-vars.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/_declare-vars.scss b/src/_declare-vars.scss
index fedb72f..8ef68be 100644
--- a/src/_declare-vars.scss
+++ b/src/_declare-vars.scss
@@ -119,6 +119,12 @@
119 119
120@include iro.props-store(( 120@include iro.props-store((
121 --colors: ( 121 --colors: (
122 --gray: fn.gray-palette(88%),
123 ),
124), 'palette-light-lo2');
125
126@include iro.props-store((
127 --colors: (
122 --bg-hi2: fn.color(--gray --1, null), // Lightest background 128 --bg-hi2: fn.color(--gray --1, null), // Lightest background
123 --bg-hi: fn.color(--gray --2, null), // Lighter background 129 --bg-hi: fn.color(--gray --2, null), // Lighter background
124 --bg: fn.color(--gray --3, null), // Background 130 --bg: fn.color(--gray --3, null), // Background
@@ -169,6 +175,12 @@
169 175
170@include iro.props-store(( 176@include iro.props-store((
171 --colors: ( 177 --colors: (
178 --gray: fn.gray-palette(1%),
179 ),
180), 'palette-dark-hi2');
181
182@include iro.props-store((
183 --colors: (
172 --gray: fn.gray-palette(5%), 184 --gray: fn.gray-palette(5%),
173 ), 185 ),
174), 'palette-dark-hi'); 186), 'palette-dark-hi');