Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 406 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 406 Bytes

Kitty

A dark and cleaner colorscheme for kitty using the palette showed in the rxyhn dotfiles showcase

demonstration

Installation

To install it simply copy the files after backup yours!

if test -d $HOME/.config/kitty; then mv $HOME/.config/kitty $HOME/.config/kitty.BAK; fi
git clone https://github.com/NightCS/kitty.git kitty
mv kitty $HOME/.config

Done!