diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 2bcc7c30..6286c773 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -24,4 +24,4 @@ "typescript": "catalog:", "@typescript/native-preview": "catalog:" } -} \ No newline at end of file +} diff --git a/packages/sdk/js/package.json b/packages/sdk/js/package.json index e7760678..89357158 100644 --- a/packages/sdk/js/package.json +++ b/packages/sdk/js/package.json @@ -26,4 +26,4 @@ "publishConfig": { "directory": "dist" } -} \ No newline at end of file +} diff --git a/packages/ui/src/styles/theme.css b/packages/ui/src/styles/theme.css index 7e67da28..0e315c20 100644 --- a/packages/ui/src/styles/theme.css +++ b/packages/ui/src/styles/theme.css @@ -314,7 +314,7 @@ /* OC-1-Dark */ color-scheme: dark; --background-base: var(--smoke-dark-1); - --background-weak: #1B1818; + --background-weak: #1b1818; --background-strong: #151313; --background-stronger: #191515; --surface-base: var(--smoke-dark-alpha-2); @@ -409,7 +409,7 @@ --text-on-brand-weak: var(--smoke-dark-alpha-9); --text-on-brand-weaker: var(--smoke-dark-alpha-8); --text-on-brand-strong: var(--smoke-dark-alpha-12); - --button-secondary-base: #231F1F; + --button-secondary-base: #231f1f; --button-secondary-hover: #2a2727; --border-base: var(--smoke-dark-alpha-7); --border-hover: var(--smoke-dark-alpha-8); @@ -513,8 +513,8 @@ --syntax-operator: var(--text-weak); --syntax-variable: var(--text-strong); --syntax-property: #00ceb9; - --syntax-type: #ECF58C; - --syntax-constant: #93E9F6; + --syntax-type: #ecf58c; + --syntax-constant: #93e9f6; --syntax-punctuation: var(--text-weaker); --syntax-object: #ff9ae2; --syntax-success: var(--apple-dark-10); diff --git a/packages/web/src/content/docs/index.mdx b/packages/web/src/content/docs/index.mdx index 20c0d2f9..701e7539 100644 --- a/packages/web/src/content/docs/index.mdx +++ b/packages/web/src/content/docs/index.mdx @@ -41,36 +41,37 @@ You can also install it with the following commands: - **Using Node.js** - + - - ```bash - npm install -g opencode-ai - ``` - - - - + ```bash - bun install -g opencode-ai + npm install -g opencode-ai ``` - + - - ```bash - pnpm install -g opencode-ai - ``` + + ```bash + bun install -g opencode-ai + ``` - + - - ```bash - yarn global add opencode-ai - ``` + + ```bash + pnpm install -g opencode-ai + ``` - - + + + + ```bash + yarn global add opencode-ai + ``` + + + + - **Using Homebrew on macOS and Linux**