From 3e4c0fc485ea42da29bb08141c3cc4b468498209 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Tue, 13 Feb 2024 21:12:01 +0900 Subject: [PATCH] chore: update color style --- src/App.svelte | 2 +- src/utils/commands.ts | 2 ++ themes.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 62810fe..bc2b58f 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -18,7 +18,7 @@
diff --git a/src/utils/commands.ts b/src/utils/commands.ts index 57d5d5e..ceb9829 100644 --- a/src/utils/commands.ts +++ b/src/utils/commands.ts @@ -130,5 +130,7 @@ to share insights, generate new ideas, and network with one another. The Peripatetic School — simply referred to as the Peripatos after the ancient walkway of the Acropolis — was an informal institution of ancient Greece where members conducted philosophical and scientific inquiries. + +Type 'help' to see list of available commands. `, }; diff --git a/themes.json b/themes.json index 519457d..a515ddf 100644 --- a/themes.json +++ b/themes.json @@ -1570,7 +1570,7 @@ "blue": "#458588", "purple": "#b16286", "cyan": "#689d6a", - "white": "#a89984", + "white": "#9e9ea9", "brightBlack": "#928374", "brightRed": "#fb4934", "brightGreen": "#b8bb26",