about summary refs log tree commit diff
path: root/src/view/lib/themes.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-18 12:32:48 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-01-18 12:32:48 -0600
commita51354e6e68cdc30ee48299baa5bc0b36668bd59 (patch)
tree8e447148c7c2146a0b8061330253122a1f132231 /src/view/lib/themes.ts
parent77580ab6a4df8e233e5b1a9b166eebbca9bdc80f (diff)
downloadvoidsky-a51354e6e68cdc30ee48299baa5bc0b36668bd59.tar.zst
Update gradients to use a more consistent blue theme
Diffstat (limited to 'src/view/lib/themes.ts')
-rw-r--r--src/view/lib/themes.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/view/lib/themes.ts b/src/view/lib/themes.ts
index 451631e9b..5803bd21c 100644
--- a/src/view/lib/themes.ts
+++ b/src/view/lib/themes.ts
@@ -21,6 +21,7 @@ export const defaultTheme: Theme = {
       replyLineDot: colors.gray3,
       unreadNotifBg: '#ebf6ff',
       postCtrl: '#8A7171',
+      brandText: '#0066FF',
     },
     primary: {
       background: colors.blue3,
@@ -207,7 +208,7 @@ export const defaultTheme: Theme = {
       fontWeight: '500',
     },
     'title-lg': {
-      fontSize: 24,
+      fontSize: 22,
       fontWeight: '500',
     },
     title: {
@@ -263,6 +264,7 @@ export const darkTheme: Theme = {
       replyLineDot: colors.gray6,
       unreadNotifBg: colors.blue5,
       postCtrl: '#7A6161',
+      brandText: '#0085ff',
     },
     primary: {
       ...defaultTheme.palette.primary,