Skip to content

arkhan/vibrant-ink-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published