1
0
Fork 0
Commit graph

14 commits

Author SHA1 Message Date
60f8f83839 helix: light/dark mode 2025-09-09 21:02:32 -04:00
977e2afab8 fix: Alacritty theme reload 2024-01-05 15:08:59 -08:00
005db8a43a alacritty: Migrate config to TOML 2024-01-03 08:49:56 -08:00
c191a17de2 set-colors: Set more GTK theme settings 2023-06-02 00:31:19 -07:00
71d8737447 neovim: Convert all config to Lua
I've been using this with only minimal changes for a few weeks now, so
this seems like a good place to checkpoint it.
2023-05-21 16:11:44 -07:00
ab7c37b962 bat: Add color configs 2022-04-04 08:51:43 -07:00
627f35c90b bin: Fix set-colors environment bugs 2022-01-13 11:26:04 -08:00
ffbd1f0db7 colors: Set GTK theme under Wayland 2022-01-08 17:03:03 -08:00
106f06426a bin/set-colors: Handle unset XDG_SESSION_TYPE (systemd) as X 2021-11-14 17:58:25 -08:00
7a03ce9563 bin/set-colors: Handle missing xsettingsd in Wayland 2021-10-31 12:51:59 -07:00
45cd56bc56 bin/set-colors: Only set X settings on Linux 2021-10-24 22:40:11 -07:00
6c4aa5b99e bin: Cache default color scheme 2021-04-19 11:33:49 -07:00
4a8d88bf36 task: Copy default 256-color themes 2021-04-19 11:30:58 -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