Skip to content

Instantly share code, notes, and snippets.

View cxxxr's full-sized avatar

cxxxr cxxxr

  • Japan
  • 03:34 (UTC +09:00)
View GitHub Profile
@jason-chandler
jason-chandler / init.lisp
Last active December 6, 2024 10:50
Basic .lem/init.lisp showing some ugly workarounds for getting cxxxr/valtan to work along with paredit and the monokai theme
(in-package :lem-user)
;; beautiful monokai
(define-color-theme "monokai" ()
(:foreground "#eeeeee")
(:background "#262626")
(cursor :foreground "#262626" :background "#eeeeee")
(syntax-warning-attribute :foreground "#87005f" :background "#262626")
(syntax-string-attribute :foreground "#d7d787" :background "#262626")
(syntax-comment-attribute :foreground "#666666" :background "#262626")