Add README
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Epsilon theme
|
||||
|
||||
A dark theme. You can also find this theme for [Neovim](https://github.com/coryab/epsilon.nvim), and [Tmux](https://github.com/coryab/epsilon.tmux).
|
||||
|
||||
This theme is a work in progress, so it may change at any time.
|
||||
|
||||
## Install the theme
|
||||
|
||||
Clone the repository:
|
||||
|
||||
```shell
|
||||
git clone https://github.com/coryab/epsilon.kitty ~/.config/kitty/kitty-themes/epsilon.kitty
|
||||
```
|
||||
|
||||
Then add this to your Kitty config file
|
||||
|
||||
```
|
||||
include ./kitty-themes/epsilon.kitty/epsilon.config
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
This repository is licensed using the [MIT License](./LICENSE).
|
||||
Reference in New Issue
Block a user