Skip to content

Commit 5afe8b8

Browse files
committed
More theme
Signed-off-by: Vincent Fiduccia <[email protected]>
1 parent 357da7b commit 5afe8b8

File tree

6 files changed

+11
-152
lines changed

6 files changed

+11
-152
lines changed

ui/app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default defineAppConfig({
22
ui: {
3-
primary: 'slate',
3+
primary: '#63797C',
44
gray: 'cool',
55

66
card: {

ui/app.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ function toggle() {
3030
<UButton icon="i-heroicons-bars-3" @click="toggle"/>
3131
</div>
3232
<div class="flex-initial">
33-
<img src="~/assets/logo.svg" class="dark:invert" style="height: 100%; padding: 0.25rem;"/>
33+
<img src="~/assets/logo.svg" style="height: 40px; margin: 5px 0 5px 0.5rem;"/>
34+
</div>
35+
<div class="flex-initial">
36+
<img src="~/assets/logotype.svg" class="dark:invert" style="height: 30px; margin: 12px 0 8px 5px;"/>
3437
</div>
3538

3639
<div class="flex-1"/>

ui/assets/logo.svg

Lines changed: 1 addition & 148 deletions
Loading

ui/assets/logotype.svg

Lines changed: 1 addition & 0 deletions
Loading

ui/pages/index.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<template>
22
<div class="text-center">
3-
<h1 class="text-center">Welcome to GPTScript!</h1>
3+
<h1>Welcome to GPTScript!</h1>
4+
5+
<img src="~/assets/logo.svg" width="300px" style="aspect-ratio: preserve;" class="inline m-5" align="center" />
46

57
<h2 class="mt-20"><i class="i-heroicons-arrow-long-left align-middle text-lg"/> Choose a script to get started.</h2>
68
</div>

ui/tailwind.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Config } from 'tailwindcss'
1+
import type { Config } from 'tailwindcss/types/config'
22
import defaultTheme from 'tailwindcss/defaultTheme'
33

44

0 commit comments

Comments
 (0)