This gist explains how to automatically create a kitty theme .conf
file based on the daily Bing wallpaper.
The concept can be applied to other themes and wallpapers as well.
The files are also available on my dotfiles
Create a NodeJS project. We will create a script that extracts the colors from an image using node-vibrant.
In that project, create a file set_theme_from_bg.js
: