Skip to content

Commit 633452c

Browse files
committed
Update themes to support collapsed sidebar
1 parent dc897e5 commit 633452c

8 files changed

Lines changed: 63 additions & 187 deletions

File tree

llms/extensions/app/themes/blue_smoke/theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"chromeBorder": "border-blue-500/60",
3030
"appInner": "bg-black/50",
3131
"bgBody": "bg-black/20",
32-
"bgSidebar": "bg-black/50 border-r border-blue-500/30",
32+
"bgSidebar": "bg-black lg:bg-black/50 border-r border-blue-500/30",
3333
"bgChat": "bg-transparent",
3434
"bgPage": "",
3535
"bgInput": "bg-blue-950/80 focus:bg-black/70",

llms/extensions/app/themes/light_sky/theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"link": "text-sky-500 hover:text-sky-600",
2828
"linkHover": "hover:text-sky-600 group-hover:text-sky-600",
2929
"bgBody": "bg-white",
30-
"bgSidebar": "bg-sky-50/40",
30+
"bgSidebar": "bg-sky-50 lg:bg-sky-50/40",
3131
"bgChat": "bg-white/40",
3232
"bgPage": "bg-white/40",
3333
"heading": "text-sky-900",

llms/extensions/app/themes/light_slate/theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"chromeBorder": "border-slate-300",
2222
"appInner": "bg-white/50",
2323
"bgBody": "bg-white",
24-
"bgSidebar": "bg-slate-50/10",
24+
"bgSidebar": "bg-slate-50 lg:bg-slate-50/10",
2525
"bgChat": "bg-slate-50/50",
2626
"bgPage": "",
2727
"heading": "text-slate-900",

llms/extensions/app/themes/matrix/theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"linkHover": "hover:text-green-300 hover:underline",
4040
"appInner": "bg-black/80 font-mono",
4141
"bgBody": "bg-black/40",
42-
"bgSidebar": "bg-black/60",
42+
"bgSidebar": "bg-black lg:bg-black/60",
4343
"bgChat": "bg-transparent",
4444
"bgPage": "",
4545
"dialog": "shadow-xl bg-black/60 border border-green-500/50",

llms/extensions/app/themes/nord/theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"chromeBorder": "border-frost-700/80",
5555
"appInner": "bg-black/30",
5656
"bgBody": "bg-nord-900/30",
57-
"bgSidebar": "bg-nord-900/50",
57+
"bgSidebar": "bg-nord-900 lg:bg-nord-900/50",
5858
"bgChat": "bg-nord-900/50",
5959
"bgPage": "",
6060
"bgSuccess": "bg-nord-green text-nord-900",

llms/extensions/app/themes/soft_pink/theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"highlighted": "text-pink-900 font-medium",
3939
"linkHover": "hover:text-pink-600 group-hover:text-pink-600",
4040
"bgBody": "bg-pink-50/30 backdrop-blur-md",
41-
"bgSidebar": "bg-pink-100/60 backdrop-blur-md",
41+
"bgSidebar": "bg-pink-100 lg:bg-pink-100/60 backdrop-blur-md",
4242
"bgChat": "bg-white/50",
4343
"bgPage": "bg-pink-50/40",
4444
"bgInput": "bg-white shadow-sm",

llms/ui/ai.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ export const o = {
425425
"link": "text-blue-600 hover:text-blue-400",
426426
"linkHover": "hover:text-blue-400 group-hover:text-blue-400",
427427
"bgBody": "bg-gray-900",
428-
"bgSidebar": "bg-gray-800/50",
428+
"bgSidebar": "bg-gray-800 lg:bg-gray-800/50",
429429
"bgChat": "bg-gray-800",
430430
"bgPage": "bg-gray-900",
431431
"bgSuccess": "bg-green-900 text-green-200",

0 commit comments

Comments
 (0)