aboutsummaryrefslogtreecommitdiff

Usage

Add the content from the relevant theme file in the colors dir to your foot.ini config (normally found in your default config dir, eg. ~/.config/foot/foot.ini) in the [colors] section.

Issues & patches

To raise an issue or submit a patch, please email git@michaelball.name.

ark

For older Rofi versions (< 1.4), copy the desired base16-*.config theme file to ~/.config/rofi/config.

git clone https://github.com/0xdec/base16-rofi.git
mkdir ~/.config/rofi
ln -s base16-rofi/themes/base16-default-dark.config >> ~/.config/rofi/config

Base16-Shell Hook

For Rofi < v1.4 this repo also provides a hook to switch the color scheme automatically when a base16_shell theme is set. Note that for now, this only works when there is no existing Rofi config file (to avoid overwriting it). The setup is pretty straightforward:

export BASE16_SHELL_HOOKS=$HOME/.config/base16-shell/hooks
mkdir -p $BASE16_SHELL_HOOKS
cp hook/rofi.sh $BASE16_SHELL_HOOKS && chmod +x $BASE16_SHELL_HOOK/rofi.sh

Then set the rofi_config_file and rofi_themes_dir variables in the script.