summaryrefslogtreecommitdiff
path: root/ui.lisp
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2022-05-31 00:35:30 -0700
committerLogan Hunt <loganhunt@simponic.xyz>2022-05-31 00:35:30 -0700
commitf1a99a78d189319042cb767975bc2e5f4204f7bd (patch)
treed2a9d64ff30558e9b9977a90167ec54532872fdf /ui.lisp
parentd4e9417c32414b39e76d20a1b810d274de1f20e9 (diff)
downloadlispruns-f1a99a78d189319042cb767975bc2e5f4204f7bd.tar.gz
lispruns-f1a99a78d189319042cb767975bc2e5f4204f7bd.zip
Add a searching feature that isn't working too well at the moment
Diffstat (limited to 'ui.lisp')
-rw-r--r--ui.lisp8
1 files changed, 0 insertions, 8 deletions
diff --git a/ui.lisp b/ui.lisp
index 56261b6..938e857 100644
--- a/ui.lisp
+++ b/ui.lisp
@@ -1,11 +1,3 @@
-(defparameter *lispruns-logo*
- '("db d888888b .d8888. d8888b. d8888b. db db d8b db .d8888."
- "88 `88' 88' YP 88 `8D 88 `8D 88 88 888o 88 88' YP"
- "88 88 `8bo. 88oodD' 88oobY' 88 88 88V8o 88 `8bo. "
- "88 88 `Y8b. 88~~~ 88`8b 88 88 88 V8o88 `Y8b."
- "88booo. .88. db 8D 88 88 `88. 88b d88 88 V888 db 8D"
- "Y88888P Y888888P `8888Y' 88 88 YD ~Y8888P' VP V8P `8888Y'"))
-
(defparameter *colors*
'((main . (:green :black))
(timer-box . (:red :black))