Skip to content

Instantly share code, notes, and snippets.

@jason-chandler
jason-chandler / init.lisp
Last active May 22, 2025 19:55
Basic .lem/init.lisp showing some ugly workarounds for getting cxxxr/valtan to work along with paredit and a few common themes
(in-package :lem-user)
(define-color-theme "zenburn" ()
(:foreground "#dcdccc")
(:background "#3f3f3f")
(cursor :foreground "#3f3f3f" :background "#cc9393")
(syntax-warning-attribute :foreground "#dca3a3" :background "#3f3f3f")
(syntax-string-attribute :foreground "#cc9393" :background "#3f3f3f")
(syntax-comment-attribute :foreground "#7f9f7f" :background "#3f3f3f")
(syntax-keyword-attribute :foreground "#f0dfaf" :background "#3f3f3f" :bold t)