Skip to content

Commit 9fb169e

Browse files
authored
Fixed relative differences between bg variables.
1 parent 4aafa98 commit 9fb169e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theme/flavors/pywal16.theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727

2828
/* background colors */
2929
--bg-0: oklch(from {background} l c h); /* main background color. */
30-
--bg-1: oklch(from {background} calc(l + 0.05) c h); /* background color for secondary elements like code blocks, embeds, etc. */
30+
--bg-1: oklch(from {background} calc(l + 0.04) c h); /* background color for secondary elements like code blocks, embeds, etc. */
3131
--bg-2: oklch(from {background} calc(l + 0.08) c h); /* color of neutral buttons. */
32-
--bg-3: oklch(from {background} calc(l + 0.11) c h); /* color of neutral buttons when hovered. */
32+
--bg-3: oklch(from {background} calc(l + 0.12) c h); /* color of neutral buttons when hovered. */
3333

3434
/* state modifiers */
3535
--hover: oklch(54% 0 0 / 0.1); /* color of hovered elements. */

0 commit comments

Comments
 (0)