/vibrant-ink-theme

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

Vibrant Ink

img/emacs.png

vibrant-ink

Installation

straight.el

(straight-use-package
 '(vibrant-ink-theme :type git :host github :repo "arkhan/vibrant-ink-theme"))

(load-theme 'vibrant-ink t)

leaf

(leaf vibrant-ink-theme
  :straight (vibrant-ink-theme
             :type git
             :host github
             :repo "arkhan/vibrant-ink-theme")
  :init (load-theme 'vibrant-ink t))

use-package

(use-package vibrant-theme-ink
  :straight (vibrant-ink-theme
             :type git
             :host github
             :repo "arkhan/vibrant-ink-theme")
  :init (load-theme 'vibrant-ink t))