diff --git a/assets/themes/dark.json b/assets/themes/dark.json index e8a082d2caa021f5fc61ccd455e0facc3a4cd719..85822e8e05ec35f47a0f08bf42a53ed8db401efd 100644 --- a/assets/themes/dark.json +++ b/assets/themes/dark.json @@ -713,7 +713,7 @@ "key": { "text": { "family": "Zed Mono", - "color": "#9c9c9c", + "color": "#f1f1f1", "size": 12 }, "corner_radius": 3, diff --git a/assets/themes/light.json b/assets/themes/light.json index bf9b287a379d7e75dfd0d08aadaa1cc9ea08a15d..9a93749bfb3e4fea1d158ea1a5118af88ba0531b 100644 --- a/assets/themes/light.json +++ b/assets/themes/light.json @@ -713,7 +713,7 @@ "key": { "text": { "family": "Zed Mono", - "color": "#474747", + "color": "#2b2b2b", "size": 12 }, "corner_radius": 3, diff --git a/styles/src/styleTree/commandPalette.ts b/styles/src/styleTree/commandPalette.ts index f7a0f51f6eb2949914cbda235a571e549c6e8420..00005d619796be416d32407d976571d267c26d77 100644 --- a/styles/src/styleTree/commandPalette.ts +++ b/styles/src/styleTree/commandPalette.ts @@ -5,7 +5,7 @@ export default function commandPalette(theme: Theme) { return { keystrokeSpacing: 8, key: { - text: text(theme, "mono", "secondary", { size: "xs" }), + text: text(theme, "mono", "primary", { size: "xs" }), cornerRadius: 3, background: backgroundColor(theme, "info", "base"), border: border(theme, "info"),