From 35f5beabe55c59149ad0a6e4eb242fbc5352bf2e Mon Sep 17 00:00:00 2001
From: Nate Sesti <sestinj@gmail.com>
Date: Tue, 4 Jul 2023 14:01:59 -0700
Subject: details

---
 extension/react-app/src/components/StepContainer.tsx |  3 ++-
 extension/react-app/src/tabs/gui.tsx                 | 11 +++++++----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/extension/react-app/src/components/StepContainer.tsx b/extension/react-app/src/components/StepContainer.tsx
index ab0d307f..35d34976 100644
--- a/extension/react-app/src/components/StepContainer.tsx
+++ b/extension/react-app/src/components/StepContainer.tsx
@@ -81,7 +81,8 @@ const MarkdownPre = styled.pre`
 
 const StyledCode = styled.code`
   word-wrap: break-word;
-  color: lightgray;
+  color: #f69292;
+  background: transparent;
 `;
 
 const gradient = keyframes`
diff --git a/extension/react-app/src/tabs/gui.tsx b/extension/react-app/src/tabs/gui.tsx
index 8bfadc05..bbf0b126 100644
--- a/extension/react-app/src/tabs/gui.tsx
+++ b/extension/react-app/src/tabs/gui.tsx
@@ -88,13 +88,16 @@ function GUI(props: GUIProps) {
         step: {
           name: "Welcome to Continue",
           hide: false,
-          description:
-            "Highlight code and ask a question or give instructions. Past steps are used as additional context by default. Use slash commands when you want fine-grained control.",
+          description: `- Highlight code and ask a question or give instructions
+- Use \`cmd+k\` (Mac) / \`ctrl+k\` (Windows) to open Continue
+- Use \`cmd+shift+e\` / \`ctrl+shift+e\` to open file Explorer
+- Add your own OpenAI API key to VS Code Settings with \`cmd+,\`
+- Use slash commands when you want fine-grained control
+- Past steps are included as part of the context by default`,
           system_message: null,
           chat_context: [],
           manage_own_chat_context: false,
-          message:
-            "Highlight code and ask a question or give instructions. Past steps are used as additional context by default. Use slash commands when you want fine-grained control.",
+          message: "",
         },
         depth: 0,
         deleted: false,
-- 
cgit v1.2.3-70-g09d2