summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/styles/theme.css
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-11-10 14:51:24 +0000
committerGitHub Action <[email protected]>2025-11-10 14:51:24 +0000
commit16f8f20b318501f743991845269a0a422c33c815 (patch)
treeb25b854fa3fa6f51735b87481bbac76ce50f6650 /packages/ui/src/styles/theme.css
parent06b1684ddb048e82d9cd5437bf2fc577f1976fb4 (diff)
downloadopencode-16f8f20b318501f743991845269a0a422c33c815.tar.gz
opencode-16f8f20b318501f743991845269a0a422c33c815.zip
chore: format code
Diffstat (limited to 'packages/ui/src/styles/theme.css')
-rw-r--r--packages/ui/src/styles/theme.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/ui/src/styles/theme.css b/packages/ui/src/styles/theme.css
index 7e67da286..0e315c204 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);