Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 615 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 615 Bytes

footburn

A variant of the Zenburn theme inspired by foot v1.13.1 for the foot terminal.

Usage

Clone Repository

git clone git@github.com:nairvarun/footburn.git footburn && cd "$_"

Install

make install

Set theme

This theme is installed at /usr/share/foot/themes/footburn
To apply this theme, add an include key under [main] of your foot config file found at $HOME/.config/foot/foot.ini

[main]
include=/usr/share/foot/themes/footburn

Uninstallation

cd to cloned repository and run

make uninstall