diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-09 13:43:24 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-09 13:43:24 -0700 |
commit | 4362a51214a683bfe1efd424ddb226d4e636eeed (patch) | |
tree | 3f9a12c6dd6d09e3f2968eb0c9374fea0d3c2d2d /extension/react-app/src/components/index.ts | |
parent | 2b35e5f5cff948ca7d4f207b23db68f0da248a95 (diff) | |
download | sncontinue-4362a51214a683bfe1efd424ddb226d4e636eeed.tar.gz sncontinue-4362a51214a683bfe1efd424ddb226d4e636eeed.tar.bz2 sncontinue-4362a51214a683bfe1efd424ddb226d4e636eeed.zip |
feat: :lipstick: query input indicator for ctx provs
Diffstat (limited to 'extension/react-app/src/components/index.ts')
-rw-r--r-- | extension/react-app/src/components/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/react-app/src/components/index.ts b/extension/react-app/src/components/index.ts index 25e35dd1..1f418c94 100644 --- a/extension/react-app/src/components/index.ts +++ b/extension/react-app/src/components/index.ts @@ -6,8 +6,8 @@ export const lightGray = "#646464"; // export const secondaryDark = "rgb(45 45 45)"; // export const vscBackground = "rgb(30 30 30)"; export const vscBackgroundTransparent = "#1e1e1ede"; -export const buttonColor = "rgb(27 190 132)"; -export const buttonColorHover = "rgb(27 190 132 0.67)"; +export const buttonColor = "#1bbe84"; +export const buttonColorHover = "1bbe84a8"; export const secondaryDark = "var(--vscode-list-hoverBackground)"; export const vscBackground = "var(--vscode-editor-background)"; |