Create ~/.emacs file. Copy the following into the file:

(add-to-list 'load-path "~/.emacs.d/auto-dark/")
(require 'auto-dark)
(auto-dark-mode t)
  • Place the auto-dark.el file from https://github.com/LionyxML/auto-dark-emacs into ~/.emacs.d/auto-dark/auto-dark.el

Updated: