Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Nov 4, 2023
1 parent a64bbf1 commit 23b5b06
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions theme/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

:root, [mol_theme="$mol_theme_dark"], :where([mol_theme="$mol_theme_dark"]) [mol_theme] {

--mol_thee_luma: -1;
--mol_theme_luma: -1;
--mol_theme_image: invert(1) hue-rotate( 180deg );

--mol_theme_back: oklch( 20% .03 var(--mol_theme_hue) );
Expand All @@ -31,22 +31,22 @@

[mol_theme="$mol_theme_light"], :where([mol_theme="$mol_theme_light"]) [mol_theme] {

--mol_thee_luma: 1;
--mol_theme_luma: 1;
--mol_theme_image: none;

--mol_theme_back: oklch( 98% .01 var(--mol_theme_hue) );
--mol_theme_card: oklch( 90% .05 var(--mol_theme_hue) / .25 );
--mol_theme_field: oklch( 100% 0 var(--mol_theme_hue) / .25 );
--mol_theme_back: oklch( 93% .01 var(--mol_theme_hue) );
--mol_theme_card: oklch( 100% .02 var(--mol_theme_hue) / .25 );
--mol_theme_field: oklch( 100% 0 var(--mol_theme_hue) / .5 );
--mol_theme_hover: oklch( 70% 0 var(--mol_theme_hue) / .1 );

--mol_theme_text: oklch( 20% 0 var(--mol_theme_hue) );
--mol_theme_shade: oklch( 60% 0 var(--mol_theme_hue) );
--mol_theme_line: oklch( 70% 0 var(--mol_theme_hue) / .2 );
--mol_theme_focus: oklch( 20% .8 calc( var(--mol_theme_hue) + 120deg ) );

--mol_theme_control: oklch( 40% .2 var(--mol_theme_hue) );
--mol_theme_current: oklch( 40% .5 calc( var(--mol_theme_hue) - 60deg ) );
--mol_theme_special: oklch( 40% .5 calc( var(--mol_theme_hue) + 60deg ) );
--mol_theme_control: oklch( 45% .2 var(--mol_theme_hue) );
--mol_theme_current: oklch( 45% .5 calc( var(--mol_theme_hue) - 60deg ) );
--mol_theme_special: oklch( 45% .5 calc( var(--mol_theme_hue) + 60deg ) );

}

Expand Down

0 comments on commit 23b5b06

Please sign in to comment.