Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jim-at-jibba/ariake-vim-colors
https://github.com/jim-at-jibba/ariake-vim-colors
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jim-at-jibba/ariake-vim-colors
- Owner: jim-at-jibba
- Created: 2020-02-12T09:35:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T04:47:55.000Z (7 months ago)
- Last Synced: 2024-07-31T20:48:16.205Z (3 months ago)
- Language: Vim Script
- Size: 4.22 MB
- Stars: 32
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Ariake Vim Color theme
**N.B. I have now ported this theme to Neovim with a new lua version which can be found [here](https://github.com/jim-at-jibba/ariake.nvim/tree/main)**
Ariake dark and light is a post of the great Atom theme. It is not a direct port but is pretty close.
Included are iterm and alacritty themes
I have recently added Treesitter support. This is still WIP and will be improved over the coming weeks.
## InstallationAll major plugin managers for vim/nvim are supported
```vim
'jim-at-jibba/ariake-vim-colors'
```For vim, add the following to your `.vimrc`.
```viml
" Theme
syntax enable
" for vim 7
set t_Co=256" for vim 8
if (has("termguicolors"))
set termguicolors
endifcolorscheme ariake
```For neovim, add the following to your `.init.vim`.
```viml
if (has("termguicolors"))
set termguicolors
endif" Theme
syntax enable
set background=dark
" For the light theme
" set background=light
colorscheme ariake
```## Vim
I have concentrated on the languages I write (JS,TS, Docker, JSON) but should be ok for others. If not drop my a line in the issues and let me know.
I will add more languages as I need them but happy to accept PRs.
This theme leans on [vim-polyglot](https://github.com/sheerun/vim-polyglot) for the languages support
### TS
![ts](https://github.com/jim-at-jibba/ariake-vim-colors/blob/master/assets/tsx.png)### PHP
![php](https://github.com/jim-at-jibba/ariake-vim-colors/blob/master/assets/php.png)## Iterm2
I am also using zsh with oh-my-zsh and the [spaceship theme](https://github.com/denysdovhan/spaceship-zsh-theme)
![screenshot](https://github.com/jim-at-jibba/ariake-theme-iterm2/blob/master/screenshot.png)
## TODO:
- [x] Sort out folds