Skip to content

Commit

Permalink
more chroma for focus
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Nov 4, 2023
1 parent e007f02 commit 405bd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
--mol_theme_text: oklch( 80% 0 var(--mol_theme_hue) );
--mol_theme_shade: oklch( 60% 0 var(--mol_theme_hue) );
--mol_theme_line: oklch( 50% 0 var(--mol_theme_hue) / .2 );
--mol_theme_focus: oklch( 80% .15 calc( var(--mol_theme_hue) + 120deg ) );
--mol_theme_focus: oklch( 80% .2 calc( var(--mol_theme_hue) + 120deg ) );

--mol_theme_control: oklch( 60% .1 var(--mol_theme_hue) );
--mol_theme_current: oklch( 70% .12 calc( var(--mol_theme_hue) - 60deg ) );
Expand Down

0 comments on commit 405bd9d

Please sign in to comment.