diff options
Diffstat (limited to 'src/_declare-vars.scss')
| -rw-r--r-- | src/_declare-vars.scss | 12 |
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'); |
