1
0
Fork 0
Commit graph

3 commits

Author SHA1 Message Date
50ee9cd691 vim: Try rotating light theme colors to be warmer 2021-04-19 11:30:58 -07:00
140aa082da vim: Fix some light theme colors 2021-04-16 11:16:34 -07:00
be5708c8c7 Automate switching between day/night color schemes
This sets up individual light and dark color scheme files for vim/neovim
and alacritty, adds a script (`set-color`) for placing them, and
includes two no-arg scripts for later keybinding (`day-mode` and
`night-mode`).

Thanks to this blog post for the idea to `cat` the YAML into place:
https://shuheikagawa.com/blog/2020/02/14/switching-colorschemes-of-vim-and-alacritty/

TIL YAML is concatenative!
2021-04-15 23:03:28 -07:00