A colorscheme for Neovim.
Go to file
Out Of Ideas 8ce58a5097 ZSH fix 2023-11-08 07:32:54 -06:00
.stumpwm.d StumpWM" 2023-10-24 10:51:02 -05:00
Daybreak.nvim Neovim theme init commit 2023-10-24 16:15:53 -05:00
bspwm BSPWM and Polybar themes 2023-10-27 13:53:03 -05:00
dmenu dmenu colorscheme 2023-10-27 14:48:26 -05:00
dwm Update dwm/config.h 2023-11-01 15:30:18 +00:00
dwm.git@5da11ea582 Initialize submodule: dwm.git 2023-10-27 14:56:31 -05:00
kitty Add kitty colorshceme and wallpaper 2023-10-08 17:06:46 -05:00
polybar BSPWM and Polybar themes 2023-10-27 13:53:03 -05:00
qutebrowser Adjust 2023-11-02 21:32:32 -05:00
st st colorscheme 2023-10-27 14:45:52 -05:00
zsh ZSH fix 2023-11-08 07:32:54 -06:00
.gitmodules Initialize submodule: dwm.git 2023-10-27 14:56:31 -05:00
LICENSE Initial commit 2023-10-08 22:00:47 +00:00
README.md Update README.md 2023-10-24 16:10:39 +00:00
wallpaper.JPG Add kitty colorshceme and wallpaper 2023-10-08 17:06:46 -05:00

README.md

daybreak.nvim

A colorscheme for Neovim, and StumpWM.

StumpWM

To enable the StumpwWM theme, you must source .stumpwwm.d/Daybreak.lisp in your init.lisp

(load "~/.stumpwm.d/Daybreak.lisp")

Extract this font into your ~/.local/share/fonts/ directory. This is the font that is used in this theme.

cd ~/.local/share/fonts/
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/DejaVuSansMono.zip
unzip DejaVuSansMono.zip
rm LICENSE.txt readme.md

For the fonts to work you must install quicklisp. Download quicklisp.lisp, then load it.

cd
curl -O https://beta.quicklisp.org/quicklisp.lisp
curl -O https://beta.quicklisp.org/quicklisp.lisp.asc
gpg --verify quicklisp.lisp.asc quicklisp.lisp
sbcl --load quicklisp.lisp

Then in the REPL prompt (*) run,

(quicklisp-quickstart:install)
(ql:system-apropos "vecto")
(ql:quickload "vecto")
(ql:add-to-init-file)
(quit)

If you are having issues with quicklisp, I recommed refering to the Official Documanetaion

Now you need to clone the clx-truetype repository:

cd ~/quicklisp/local-projects/
git clone https://github.com/stumpwm/clx-truetype.git

Then in the StumpWM prompt (C-:) you want to run `

(xft:cache-fonts)

Make sure (ql:add-to-init-file) is in your ~/.sbclrc

cat ~/.sbclrc

If you want to make changes to the theme, I recommend learning how to configure StumpWM

Wallpaper

This is the wallpaper that the colorscheme is based on.

Wallpaper.JPG