├── .gitignore ├── LICENSE ├── README.md ├── conv.py ├── example.png └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siddrs/tokyo-night-factory/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siddrs/tokyo-night-factory/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siddrs/tokyo-night-factory/HEAD/README.md -------------------------------------------------------------------------------- /conv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siddrs/tokyo-night-factory/HEAD/conv.py -------------------------------------------------------------------------------- /example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siddrs/tokyo-night-factory/HEAD/example.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | rich==9.8.2 2 | image-go-nord==0.1.3 3 | --------------------------------------------------------------------------------