chore: format code

This commit is contained in:
GitHub Action
2025-11-10 14:51:24 +00:00
parent 06b1684ddb
commit 16f8f20b31
4 changed files with 29 additions and 28 deletions

View File

@@ -314,7 +314,7 @@
/* OC-1-Dark */ /* OC-1-Dark */
color-scheme: dark; color-scheme: dark;
--background-base: var(--smoke-dark-1); --background-base: var(--smoke-dark-1);
--background-weak: #1B1818; --background-weak: #1b1818;
--background-strong: #151313; --background-strong: #151313;
--background-stronger: #191515; --background-stronger: #191515;
--surface-base: var(--smoke-dark-alpha-2); --surface-base: var(--smoke-dark-alpha-2);
@@ -409,7 +409,7 @@
--text-on-brand-weak: var(--smoke-dark-alpha-9); --text-on-brand-weak: var(--smoke-dark-alpha-9);
--text-on-brand-weaker: var(--smoke-dark-alpha-8); --text-on-brand-weaker: var(--smoke-dark-alpha-8);
--text-on-brand-strong: var(--smoke-dark-alpha-12); --text-on-brand-strong: var(--smoke-dark-alpha-12);
--button-secondary-base: #231F1F; --button-secondary-base: #231f1f;
--button-secondary-hover: #2a2727; --button-secondary-hover: #2a2727;
--border-base: var(--smoke-dark-alpha-7); --border-base: var(--smoke-dark-alpha-7);
--border-hover: var(--smoke-dark-alpha-8); --border-hover: var(--smoke-dark-alpha-8);
@@ -513,8 +513,8 @@
--syntax-operator: var(--text-weak); --syntax-operator: var(--text-weak);
--syntax-variable: var(--text-strong); --syntax-variable: var(--text-strong);
--syntax-property: #00ceb9; --syntax-property: #00ceb9;
--syntax-type: #ECF58C; --syntax-type: #ecf58c;
--syntax-constant: #93E9F6; --syntax-constant: #93e9f6;
--syntax-punctuation: var(--text-weaker); --syntax-punctuation: var(--text-weaker);
--syntax-object: #ff9ae2; --syntax-object: #ff9ae2;
--syntax-success: var(--apple-dark-10); --syntax-success: var(--apple-dark-10);

View File

@@ -41,36 +41,37 @@ You can also install it with the following commands:
- **Using Node.js** - **Using Node.js**
<Tabs> <Tabs>
<TabItem label="npm"> <TabItem label="npm">
```bash
npm install -g opencode-ai
```
</TabItem>
<TabItem label="Bun">
```bash ```bash
bun install -g opencode-ai npm install -g opencode-ai
``` ```
</TabItem> </TabItem>
<TabItem label="pnpm"> <TabItem label="Bun">
```bash ```bash
pnpm install -g opencode-ai bun install -g opencode-ai
``` ```
</TabItem> </TabItem>
<TabItem label="Yarn"> <TabItem label="pnpm">
```bash ```bash
yarn global add opencode-ai pnpm install -g opencode-ai
``` ```
</TabItem> </TabItem>
</Tabs>
<TabItem label="Yarn">
```bash
yarn global add opencode-ai
```
</TabItem>
</Tabs>
- **Using Homebrew on macOS and Linux** - **Using Homebrew on macOS and Linux**