Skip to content

cfraz89/arc-dark-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

arc-dark-theme

Arc dark theme for Emacs, to match the Gtk theme. Based off jonathanchu/atom-one-dark-theme and colors matching VSCode Arc+ theme

Has only been tested against haskell-mode so far.

Usage

This theme is not yet on MELPA. Until then:

  • You can place the arc-dark-theme in ~./emacs.d and add (load-theme 'arc-dark t) to your .emacs
  • Or it can be used with straight.el, with a section in your init file like so:
(use-package arc-dark-theme
  :straight (:host github :repo "cfraz89/arc-dark-theme")
  :config (load-theme 'arc-dark t))

preview

About

Arc dark theme for Emacs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published