An aquatic colorscheme for GVim, neovim, and 256-color/truecolor terminals.
Use it with your favorite package manager:
- VimPlug (my favorite!):
Plug 'sapphirecat/zora-theme-vim'
in your vimrc - Vundle:
Plugin 'sapphirecat/zora-theme-vim'
in your vimrc - pathogen: go to your bundles folder and run
git clone https://github.com/sapphirecat/zora-theme-vim.git
Or manually: download the release and put the colors/zora.vim
file into
vim’s runtime path, typically ~/.vim/colors/zora.vim
(Mac/Linux) or
C:\Users\...\vimfiles\colors\zora.vim
(Windows)
let g:zora_use_gui_colors = 1
: always load as a GUI theme. Normally, the theme sets GUI colors if the GUI is running or thetermguicolors
option is set, and terminal colors otherwise. Added in v1.1.
This colorscheme is based on colors sampled from screenshots of Zora’s Domain and the surrounding area, in The Legend of Zelda: Breath of the Wild.
MIT.