diff --git a/.gitignore b/.gitignore index de0bee3aaad76d59e03167b5af625b645241c11c..0e42bc706bbe79e664a17ac2b9db5316615bd073 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ supabase/.temp .output app/components.d.ts + +.data \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index f7a202aaea6768e117caf46565eece76d109c207..0000000000000000000000000000000000000000 --- a/README.md +++ /dev/null @@ -1,25 +0,0 @@ -
Create beautiful images of your source code
- --Go to App -
- -[](https://chalk.ist) - -## Development - -``` -pnpm install -``` - -``` -pnpm run dev -``` - -## License - -MIT - Kasper Mikiewicz 2022 diff --git a/app/components/Canvas.vue b/app/components/Canvas.vue index 632268723d75c4fd3beab9a0c48ccdf27a9cd079..2c5d104425bf06d292bd17c469a407a3e973d54b 100644 --- a/app/components/Canvas.vue +++ b/app/components/Canvas.vue @@ -4,6 +4,7 @@ import { computed, ref, watch } from "vue"; import { store } from "~/lib/store"; import { BlockType } from "~/lib/enums"; import { persistentState } from "~/lib/persistent-state"; +import { isLightTheme } from "~/lib/themes"; const container = ref