Skip to content

Commit 8a4c9ef

Browse files
committed
increase transparency to look better in light mode, might need to just
interpolate with black instead
1 parent 29c6686 commit 8a4c9ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Package/WeeklyDownloadStats.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ const config = computed(() => {
163163
color: colors.value.fg,
164164
},
165165
line: {
166-
color: transparentizeOklch(accent.value, 0.5),
166+
color: transparentizeOklch(accent.value, 0.75),
167167
pulse: {
168168
show: true,
169169
loop: true, // runs only once if false

0 commit comments

Comments
 (0)