feat: added kitty color schemes

This commit is contained in:
Folke Lemaitre
2021-04-20 13:39:38 +02:00
parent a425e02942
commit 5785dff767
10 changed files with 515 additions and 320 deletions

9
extra/build Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -e
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
cd "$DIR/.."
export LUA_PATH="./lua/?/init.lua;./lua/?.lua"
lua -e 'require"tokyonight.extra"'