Skip to content

Commit

Permalink
Improve chrome contrast in lightmode
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Dec 10, 2024
1 parent 1379e9c commit 3e6491d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/unison-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ body.unison-light {
/* [x] */ --u-color_working_element_subdued: var(--color-gray-base);
/* [x] */ --u-color_working_text-on-element_subdued: var(--u-color_text);

--u-color_chrome: var(--color-gray-lighten-55);
--u-color_chrome: var(--color-gray-lighten-60);
--u-color_chrome_subdued: var(--color-gray-lighten-55);
--u-color_chrome_emphasized: var(--color-gray-lighten-60);
--u-color_chrome_emphasized: var(--color-gray-lighten-100);
--u-color_chrome_border: var(--u-color_border);

/* = Syntax =------------------------------------------------------------- */
Expand Down

0 comments on commit 3e6491d

Please sign in to comment.