diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-05-31 00:35:30 -0700 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-05-31 00:35:30 -0700 |
commit | f1a99a78d189319042cb767975bc2e5f4204f7bd (patch) | |
tree | d2a9d64ff30558e9b9977a90167ec54532872fdf /ui.lisp | |
parent | d4e9417c32414b39e76d20a1b810d274de1f20e9 (diff) | |
download | lispruns-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.lisp | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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)) |