Skip to content

Commit b87eefd

Browse files
committed
update themes
1 parent 2f7cab6 commit b87eefd

10 files changed

Lines changed: 514 additions & 77 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
"icon": "text-blue-400/80",
4949
"iconHover": "hover:text-blue-100 hover:bg-blue-800/50 transition-colors rounded-lg",
5050
"iconActive": "text-blue-200 bg-blue-800/60 shadow-[0_0_10px_rgba(59,130,246,0.15)] rounded-lg",
51+
"mutedIcon": "text-blue-500",
52+
"mutedIconHover": "hover:text-blue-700",
5153
"chatButton": "border border-blue-500/50 text-blue-100 bg-blue-900/60 hover:bg-blue-800/70 hover:border-blue-400/60 disabled:text-blue-400 disabled:cursor-not-allowed disabled:border-blue-700/30 disabled:bg-black/30 transition-all shadow-sm rounded-lg",
5254
"voiceButtonDefault": "text-blue-400 hover:text-white hover:bg-blue-800/70 hover:border-blue-400/60 transition-all",
5355
"voiceButtonRecording": "border bg-red-900/30 border-red-600 text-red-400 animate-pulse",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"app": "bg-[image:var(--background-image)] bg-cover",
1919
"appInner": "bg-white/90 backdrop-blur-lg shadow-inner",
2020
"highlighted": "text-sky-600",
21-
"linkHover": "hover:text-sky-700 group-hover:text-sky-700",
21+
"link": "text-sky-500 hover:text-sky-600",
22+
"linkHover": "hover:text-sky-600 group-hover:text-sky-600",
2223
"bgBody": "bg-white",
2324
"bgSidebar": "bg-sky-50/40",
2425
"bgChat": "bg-white/40",

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@
2929
"bgSidebar": "bg-black/60",
3030
"bgChat": "bg-transparent",
3131
"bgPage": "",
32-
"bgInput": "bg-black border border-green-800 placeholder-green-800 focus:border-green-500 focus:ring-1 focus:ring-green-500",
32+
"dialog": "shadow-xl bg-black/60 border border-green-500/50",
33+
"bgInput": "bg-black border border-green-800 placeholder-green-800",
3334
"textInput": "text-green-400 placeholder-green-800",
34-
"borderInput": "border-green-800 focus:border-green-500 focus:ring-green-500",
35+
"borderInput": "border-green-800 focus:border-green-500 focus:border-green-500 focus:ring-1 focus:ring-green-500 focus:ring-offset-green-950 focus-within:ring-green-500 focus-within:border-green-500",
36+
"checkbox": "",
3537
"labelInput": "text-green-500 font-mono",
3638
"helpInput": "text-green-700",
3739
"draggingInput": "border-green-400 bg-green-900/20 ring-1 ring-green-400",

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,13 @@
4949
"heading": "text-nord-200",
5050
"muted": "text-nord-300/60",
5151
"mutedActive": "text-nord-300/80",
52+
"link": "text-frost-700 hover:text-frost-600",
53+
"linkHover": "hover:text-frost-600 group-hover:text-frost-600",
5254
"highlighted": "text-frost-600",
53-
"bgInput": "bg-nord-900 placeholder-nord-300/50",
55+
"bgInput": "bg-nord-800 placeholder-nord-300/50",
56+
"dialog": "rounded-lg shadow-xl bg-nord-900 border border-frost-700/80",
5457
"textInput": "text-nord-100 placeholder-nord-300",
55-
"borderInput": "border-nord-600 shadow-sm focus:border-frost-600 focus:ring-frost-600",
58+
"borderInput": "border-nord-600 shadow-sm focus:border-frost-600 focus:ring-frost-600 focus:ring-offset-nord-900 focus-within:ring-frost-600 focus-within:border-frost-600",
5659
"labelInput": "text-nord-300",
5760
"helpInput": "text-frost-600",
5861
"draggingInput": "border-frost-600 bg-blue-900/30 ring-1 ring-frost-600",
@@ -75,12 +78,14 @@
7578
"cardActive": "rounded-lg shadow-sm bg-nord-700 border border-frost-700",
7679
"cardActiveTitleBar": "border-b border-frost-700 bg-nord-900",
7780
"textBlock": "bg-black/30 text-nord-100 backdrop-blur-sm",
78-
"primaryButton": "border border-transparent shadow-sm text-white bg-frost-700 hover:bg-frost-600 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-nord-900 focus:ring-frost-500 disabled:opacity-50 disabled:cursor-not-allowed rounded-md",
79-
"secondaryButton": "text-nord-300 bg-nord-800 border border-nord-600 hover:bg-nord-700 rounded-md",
81+
"primaryButton": "border border-transparent shadow-sm text-white bg-frost-700 hover:bg-frost-700/80 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-nord-900 focus:ring-frost-500 disabled:opacity-50 disabled:cursor-not-allowed rounded-md",
82+
"secondaryButton": "text-nord-300 bg-nord-800 border border-nord-600 hover:bg-nord-700/80 rounded-md",
8083
"textLink": "underline hover:text-nord-100",
81-
"icon": "text-nord-300",
84+
"icon": "text-nord-300/60",
8285
"iconHover": "hover:text-nord-200",
83-
"iconActive": "bg-nord-600",
86+
"iconActive": "bg-nord-900/40",
87+
"iconPartial": "text-frost-500!",
88+
"iconFull": "text-nord-green!",
8489
"mutedIcon": "text-frost-400",
8590
"mutedIconHover": "hover:text-nord-200",
8691
"chatButton": "border border-nord-600 text-nord-300 bg-nord-800 hover:bg-nord-700 disabled:text-nord-300 disabled:cursor-not-allowed disabled:border-nord-700 transition-colors",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"bgChat": "bg-white/50",
3131
"bgPage": "bg-pink-50/40",
3232
"bgInput": "bg-white shadow-sm",
33-
"textInput": "text-pink-950 placeholder-pink-400",
34-
"borderInput": "border-pink-300 focus:border-pink-400 focus:ring-pink-400 transition-all",
33+
"textInput": "text-pink-950 placeholder-pink-800/50",
34+
"borderInput": "border-pink-300 focus:border-pink-400 focus:ring-pink-400 focus:ring-offset-white focus-within:ring-pink-500 focus-within:border-pink-500",
3535
"labelInput": "text-pink-800 font-medium",
3636
"helpInput": "text-pink-600/80",
3737
"draggingInput": "border-pink-400 bg-pink-50 ring-1 ring-pink-400",
@@ -62,7 +62,7 @@
6262
"iconHover": "hover:text-pink-600",
6363
"iconActive": "bg-pink-200/60 text-pink-800 rounded-md",
6464
"iconPartial": "text-pink-500!",
65-
"iconFull": "text-rose-500!",
65+
"iconFull": "text-rose-800!",
6666
"mutedIcon": "text-pink-300 hover:text-pink-500 transition-colors",
6767
"mutedIconHover": "hover:text-pink-600 transition-colors",
6868
"chatButton": "border border-pink-200 text-pink-600 bg-white/90 shadow-sm hover:bg-pink-50 hover:border-pink-300 hover:shadow hover:text-pink-700 disabled:text-pink-300 disabled:bg-gray-50/50 disabled:border-pink-100 disabled:shadow-none disabled:cursor-not-allowed transition-all rounded-full",

llms/extensions/app/ui/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const GroupedThreads = {
133133
</div>
134134
<div class="mb-4 flex w-full justify-center">
135135
<button @click="$router.push($ai.base + '/recents')" type="button"
136-
class="flex text-sm space-x-1 font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 focus:outline-none transition-colors">
136+
class="flex text-sm space-x-1 font-semibold focus:outline-none transition-colors" :class="$styles.muted,$styles.mutedHover">
137137
<svg class="size-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.19c3.13 0 5.68 2.25 5.68 5s-2.55 5-5.68 5a5.7 5.7 0 0 1-1.89-.29l-.75-.26l-.56.56a14 14 0 0 1-2 1.55a.13.13 0 0 1-.07 0v-.06a6.58 6.58 0 0 0 .15-4.29a5.25 5.25 0 0 1-.55-2.16c0-2.77 2.55-5 5.68-5M8 .94c-3.83 0-6.93 2.81-6.93 6.27a6.4 6.4 0 0 0 .64 2.64a5.53 5.53 0 0 1-.18 3.48a1.32 1.32 0 0 0 2 1.5a15 15 0 0 0 2.16-1.71a6.8 6.8 0 0 0 2.31.36c3.83 0 6.93-2.81 6.93-6.27S11.83.94 8 .94"></path><ellipse cx="5.2" cy="7.7" fill="currentColor" rx=".8" ry=".75"></ellipse><ellipse cx="8" cy="7.7" fill="currentColor" rx=".8" ry=".75"></ellipse><ellipse cx="10.8" cy="7.7" fill="currentColor" rx=".8" ry=".75"></ellipse></svg>
138138
<span>All Chats</span>
139139
</button>

llms/extensions/tools/ui/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ export default {
759759
component: {
760760
template: svg([
761761
`@click="$ctx.toggleTop('ToolSelector')"`,
762-
`:class="$prefs.onlyTools == null ? 'text-green-600 dark:text-green-300' : $prefs.onlyTools.length ? 'text-blue-600! dark:text-blue-300!' : ''"`
762+
`:class="$prefs.onlyTools == null ? $styles.iconFull : $prefs.onlyTools.length ? $styles.iconPartial : ''"`
763763
].join(' ')),
764764
// , "{{$prefs.onlyTools == null ? 'Include All Tools' : $prefs.onlyTools.length ? 'Include Selected Tools' : 'All Tools Excluded'}}"
765765
},

llms/ui/ai.mjs

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ export const o = {
249249
"appInner": "",
250250
"tagButtonLarge": "rounded-xl shadow-sm",
251251
"tagButtonSmall": "rounded-full shadow-sm",
252+
"checkbox": "rounded",
252253
}
253254
},
254255

@@ -288,7 +289,7 @@ export const o = {
288289
"mutedHover": "hover:text-gray-600",
289290
"mutedActive": "text-gray-600",
290291
"highlighted": "text-blue-600",
291-
"link": "text-blue-300 hover:text-blue-600",
292+
"link": "text-blue-500 hover:text-blue-600",
292293
"linkHover": "hover:text-blue-600 group-hover:text-blue-600",
293294
"bgBody": "bg-white",
294295
"bgSidebar": "bg-gray-50",
@@ -297,8 +298,9 @@ export const o = {
297298
"bgSuccess": "bg-green-100 text-green-800",
298299
"bgWarning": "bg-orange-100 text-orange-800",
299300
"bgInput": "bg-white",
301+
"dialog": "rounded-lg shadow-xl bg-white border border-gray-200",
300302
"textInput": "text-gray-900 placeholder-gray-500",
301-
"borderInput": "border-gray-300 focus:border-blue-500 focus:ring-blue-500",
303+
"borderInput": "border-gray-300 focus:border-blue-500 focus:ring-blue-500 focus:ring-offset-white focus-within:ring-indigo-500 focus-within:border-indigo-500",
302304
"labelInput": "text-gray-700",
303305
"helpInput": "text-gray-500",
304306
"draggingInput": "border-blue-500 bg-blue-50 ring-1 ring-blue-500",
@@ -329,7 +331,7 @@ export const o = {
329331
"iconHover": "hover:text-gray-700",
330332
"iconActive": "bg-gray-200",
331333
"iconPartial": "text-indigo-800/80!",
332-
"iconFull": "text-green-600!",
334+
"iconFull": "text-green-700/80!",
333335
"mutedIcon": "text-gray-500",
334336
"mutedIconHover": "hover:text-gray-700",
335337
"chatButton": "border border-gray-300 text-gray-600 bg-white hover:bg-gray-50 disabled:text-gray-400 disabled:cursor-not-allowed disabled:border-gray-200 transition-colors",
@@ -389,8 +391,9 @@ export const o = {
389391
"bgSuccess": "bg-green-900 text-green-200",
390392
"bgWarning": "bg-orange-900 text-orange-200",
391393
"bgInput": "bg-gray-950",
394+
"dialog": "rounded-lg shadow-xl bg-gray-900 border border-gray-700",
392395
"textInput": "text-gray-100 placeholder-gray-500",
393-
"borderInput": "border-gray-600 focus:border-blue-500 focus:ring-blue-500",
396+
"borderInput": "border-gray-600 focus:border-blue-500 focus:ring-blue-500 focus:ring-offset-gray-900 focus-within:ring-indigo-500 focus-within:border-indigo-500",
394397
"labelInput": "text-gray-300",
395398
"helpInput": "text-gray-400",
396399
"draggingInput": "border-blue-500 bg-blue-900/30 ring-1 ring-blue-500",
@@ -420,8 +423,8 @@ export const o = {
420423
"icon": "text-gray-400",
421424
"iconHover": "hover:text-gray-300",
422425
"iconActive": "bg-gray-700",
423-
"iconPartial": "text-indigo-300!",
424-
"iconFull": "text-green-300!",
426+
"iconPartial": "text-indigo-400/80!",
427+
"iconFull": "text-green-400/80!",
425428
"mutedIcon": "text-gray-400",
426429
"mutedIconHover": "hover:text-gray-200",
427430
"chatButton": "border border-gray-600 text-gray-400 bg-gray-800 hover:bg-gray-700 disabled:text-gray-400 disabled:cursor-not-allowed disabled:border-gray-700 transition-colors",

0 commit comments

Comments
 (0)