update links
This commit is contained in:
18
README.md
18
README.md
@@ -42,10 +42,8 @@ use "rktjmp/lush.nvim"
|
||||
Just apply the colorscheme as usual:
|
||||
|
||||
```vim
|
||||
" light
|
||||
colorscheme zenbones
|
||||
" dark
|
||||
colorscheme zenflesh
|
||||
colorscheme zenbones " light
|
||||
colorscheme zenflesh " dark
|
||||
```
|
||||
|
||||
If you want to make use of the lua version:
|
||||
@@ -76,7 +74,7 @@ Change background colors lightness.
|
||||
Change background colors darkness.
|
||||
|
||||
| 'stark' | _(unset)_ | 'warm' |
|
||||
| :-----------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------: |
|
||||
| :---------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------: |
|
||||
|  |  |  |
|
||||
|
||||
#### g:zenbones_solid_vert_split
|
||||
@@ -139,11 +137,11 @@ currently supported.
|
||||
|
||||
## Other implementations
|
||||
|
||||
- [iTerm2](extras/iterm/zenbones.itermcolors)
|
||||
- [Kitty](extras/kitty/zenbones.conf)
|
||||
- [Alacritty](extras/alacritty/zenbones.yml)
|
||||
- [WezTerm](extras/wezterm/Zenbones.toml)
|
||||
- [Tmux](extras/tmux/zenbones.tmux)
|
||||
- [iTerm2](extras/iterm)
|
||||
- [Kitty](extras/kitty)
|
||||
- [Alacritty](extras/alacritty)
|
||||
- [WezTerm](extras/wezterm)
|
||||
- [Tmux](extras/tmux)
|
||||
|
||||
It's also possible to generate color configuration files using a template,
|
||||
[this one for Kitty](lua/zenbones/build/kitty.lua) for example. Please feel free
|
||||
|
||||
Reference in New Issue
Block a user