Skip to content

Commit 7d602d9

Browse files
committed
fix: update sky color in light theme
1 parent 2cea73d commit 7d602d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const LIKES_SCOPE = `repo:${dev.npmx.feed.like.$nsid}`
4949
// Theming
5050
export const ACCENT_COLORS = {
5151
light: {
52-
sky: 'oklch(0.56 0.16 242.21)',
52+
sky: 'oklch(0.53 0.16 247.27)',
5353
coral: 'oklch(0.56 0.17 10.75)',
5454
amber: 'oklch(0.58 0.18 46.34)',
5555
emerald: 'oklch(0.51 0.13 162.4)',

0 commit comments

Comments
 (0)