Skip to content

Instantly share code, notes, and snippets.

@mpontus
Created April 3, 2015 02:22
Show Gist options
  • Save mpontus/16af2196bb13cc03269f to your computer and use it in GitHub Desktop.
Save mpontus/16af2196bb13cc03269f to your computer and use it in GitHub Desktop.
;; This buffer is for notes you don't want to save, and for Lisp evaluation.
;; If you want to create a file, visit that file with C-x C-f,
;; then enter the text in that file's own buffer.
(--map
(insert (propertize (make-string 20 ?\s) 'font-lock-face
(cons 'background-color it)) ?\n)
(--map
(apply 'color-rgb-to-hex (color-hsl-to-rgb it 1 0.5))
(number-sequence 0.05 1.0 0.05)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment