An awesome dark color scheme for emacs.
- Clone repo
git clone https://github.com/kborling/uwu-theme.git
in directory of your choosing. - Type
M-x load-file
and choose theuwu-theme.el
file. - Type
M-x enable-theme
and chooseuwu
.
uwu-theme
is available from MELPA, such that it can be installed directly via package-install
.
M-x: package-install RET uwu-theme RET
.- Add the following code in your emacs config file:
(load-theme 'uwu t t) (enable-theme 'uwu)
- Clone repo
git clone https://github.com/kborling/uwu-theme.git
in directory of your choosing. - Add the following code in your emacs config file:
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes") ;;; Make a themes directory and add uwu-theme to it (load-theme 'uwu t t) (enable-theme 'uwu)
- Install straight.el
- Add the following code in your emacs config file:
(straight-use-package '(uwu-theme :host github :repo "kborling/uwu-theme")) (require 'uwu-theme) (load-theme 'uwu t)
- Install straight.el
- Install use-package
(straight-use-package 'use-package)
- Add the following code in your emacs config file:
(use-package uwu-theme :straight (uwu-theme :host github :repo "kborling/uwu-theme") :config (load-theme 'uwu t))
- Add the following code in your
~/.doom.d/packages.el
file:(package! uwu-theme :recipe (:host github :repo "kborling/uwu-theme"))
- Add the following code in your
~/.doom.d/config.el
file:(require 'uwu-theme) (load-theme 'uwu t)
- Append the following inside your
~/.config/spacemacs
dotspacemacs-additional-packages
variable.(uwu-theme :location (recipe :fetcher github :repo "kborling/uwu-theme"))
- prepend
'uwu'
to the theme variable:dotspacemacs-themes '(uwu)
- Inspiration and Color Scheme based on https://github.com/Mangeshrex/uwu.vim