Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 16f8f20

Browse files
committed
chore: format code
1 parent 06b1684 commit 16f8f20

4 files changed

Lines changed: 29 additions & 28 deletions

File tree

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"typescript": "catalog:",
2525
"@typescript/native-preview": "catalog:"
2626
}
27-
}
27+
}

packages/sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
"publishConfig": {
2727
"directory": "dist"
2828
}
29-
}
29+
}

packages/ui/src/styles/theme.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
/* OC-1-Dark */
315315
color-scheme: dark;
316316
--background-base: var(--smoke-dark-1);
317-
--background-weak: #1B1818;
317+
--background-weak: #1b1818;
318318
--background-strong: #151313;
319319
--background-stronger: #191515;
320320
--surface-base: var(--smoke-dark-alpha-2);
@@ -409,7 +409,7 @@
409409
--text-on-brand-weak: var(--smoke-dark-alpha-9);
410410
--text-on-brand-weaker: var(--smoke-dark-alpha-8);
411411
--text-on-brand-strong: var(--smoke-dark-alpha-12);
412-
--button-secondary-base: #231F1F;
412+
--button-secondary-base: #231f1f;
413413
--button-secondary-hover: #2a2727;
414414
--border-base: var(--smoke-dark-alpha-7);
415415
--border-hover: var(--smoke-dark-alpha-8);
@@ -513,8 +513,8 @@
513513
--syntax-operator: var(--text-weak);
514514
--syntax-variable: var(--text-strong);
515515
--syntax-property: #00ceb9;
516-
--syntax-type: #ECF58C;
517-
--syntax-constant: #93E9F6;
516+
--syntax-type: #ecf58c;
517+
--syntax-constant: #93e9f6;
518518
--syntax-punctuation: var(--text-weaker);
519519
--syntax-object: #ff9ae2;
520520
--syntax-success: var(--apple-dark-10);

packages/web/src/content/docs/index.mdx

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -41,36 +41,37 @@ You can also install it with the following commands:
4141

4242
- **Using Node.js**
4343

44-
<Tabs>
44+
<Tabs>
4545

46-
<TabItem label="npm">
47-
```bash
48-
npm install -g opencode-ai
49-
```
50-
51-
</TabItem>
52-
53-
<TabItem label="Bun">
46+
<TabItem label="npm">
5447
```bash
55-
bun install -g opencode-ai
48+
npm install -g opencode-ai
5649
```
5750

58-
</TabItem>
51+
</TabItem>
5952

60-
<TabItem label="pnpm">
61-
```bash
62-
pnpm install -g opencode-ai
63-
```
53+
<TabItem label="Bun">
54+
```bash
55+
bun install -g opencode-ai
56+
```
6457

65-
</TabItem>
58+
</TabItem>
6659

67-
<TabItem label="Yarn">
68-
```bash
69-
yarn global add opencode-ai
70-
```
60+
<TabItem label="pnpm">
61+
```bash
62+
pnpm install -g opencode-ai
63+
```
64+
65+
</TabItem>
66+
67+
<TabItem label="Yarn">
68+
```bash
69+
yarn global add opencode-ai
70+
```
71+
72+
</TabItem>
7173

72-
</TabItem>
73-
</Tabs>
74+
</Tabs>
7475

7576
- **Using Homebrew on macOS and Linux**
7677

0 commit comments

Comments
 (0)