From 2b67d515c17ed3c6c0b89d3abca88bfac87a85ff Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 29 Mar 2022 18:25:44 +0200 Subject: Added lowered2 theme --- src/_declare-vars.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/_declare-vars.scss') 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 @@ -117,6 +117,12 @@ ), ), 'palette-light-lo'); +@include iro.props-store(( + --colors: ( + --gray: fn.gray-palette(88%), + ), +), 'palette-light-lo2'); + @include iro.props-store(( --colors: ( --bg-hi2: fn.color(--gray --1, null), // Lightest background @@ -167,6 +173,12 @@ // +@include iro.props-store(( + --colors: ( + --gray: fn.gray-palette(1%), + ), +), 'palette-dark-hi2'); + @include iro.props-store(( --colors: ( --gray: fn.gray-palette(5%), -- cgit v1.2.3-54-g00ecf