Skip to content

Commit

Permalink
Merge pull request #39 from vincent99/main
Browse files Browse the repository at this point in the history
More theme
  • Loading branch information
ibuildthecloud authored Feb 14, 2024
2 parents a21e526 + 5afe8b8 commit 2e9265c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 152 deletions.
2 changes: 1 addition & 1 deletion ui/app.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default defineAppConfig({
ui: {
primary: 'slate',
primary: '#63797C',
gray: 'cool',

card: {
Expand Down
5 changes: 4 additions & 1 deletion ui/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ function toggle() {
<UButton icon="i-heroicons-bars-3" @click="toggle"/>
</div>
<div class="flex-initial">
<img src="~/assets/logo.svg" class="dark:invert" style="height: 100%; padding: 0.25rem;"/>
<img src="~/assets/logo.svg" style="height: 40px; margin: 5px 0 5px 0.5rem;"/>
</div>
<div class="flex-initial">
<img src="~/assets/logotype.svg" class="dark:invert" style="height: 30px; margin: 12px 0 8px 5px;"/>
</div>

<div class="flex-1"/>
Expand Down
149 changes: 1 addition & 148 deletions ui/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions ui/assets/logotype.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion ui/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<template>
<div class="text-center">
<h1 class="text-center">Welcome to GPTScript!</h1>
<h1>Welcome to GPTScript!</h1>

<img src="~/assets/logo.svg" width="300px" style="aspect-ratio: preserve;" class="inline m-5" align="center" />

<h2 class="mt-20"><i class="i-heroicons-arrow-long-left align-middle text-lg"/> Choose a script to get started.</h2>
</div>
Expand Down
2 changes: 1 addition & 1 deletion ui/tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Config } from 'tailwindcss'
import type { Config } from 'tailwindcss/types/config'
import defaultTheme from 'tailwindcss/defaultTheme'


Expand Down

0 comments on commit 2e9265c

Please sign in to comment.