From 342769538c4006dd1ebad3c866a1c68cc702b14e Mon Sep 17 00:00:00 2001 From: yupix Date: Sat, 27 Aug 2022 17:23:09 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20theme=E3=81=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/theme.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/theme.ts b/src/theme.ts index 3f43d81..2360d62 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -8,6 +8,9 @@ export const useDarkTheme = proxy({ secondary: '#272727', text: '#D5D5D6', props: { + hashtag: "#70c0e8", + link: "#e88080", + radius: "12px", accent: '#63e2b7', bg: '#101014', fg: '#D5D5D6',