Skip to content

adsva/fantom-emacs-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Fantom Theme for Emacs

Dark theme based of the VSCode theme Phantom Code.

Installation

Fantom is available in MELPA

M-x package-install fantom-theme

To load on startup, add this to your init file:

(load-theme 'fantom-theme t)

Or via use-package:

(use-package fantom-theme
  :ensure t
  :config
  (load-theme 'fantom-theme t))

About

Dark Emacs theme based on the VSCode theme Phantom Code

Resources

License

Stars

Watchers

Forks

Packages

No packages published