Skip to content

ergusto/vim-color-atlantis

Repository files navigation

𝐀𝐭𝐥𝐚𝐧𝐭𝐢𝐬

Installation

Suppose you are using vim-plug:

Plug 'sainnhe/vim-color-atlantis'

For better syntax highlighting support, please install sheerun/vim-polyglot.

Usage

set termguicolors
colorscheme atlantis

To enable lightline color scheme, put this in your vimrc

let g:lightline = {}
let g:lightline.colorscheme = 'atlantis'

" or this line
let g:lightline = {'colorscheme' : 'atlantis'}

or if you want to apply it without reload

:let g:lightline.colorscheme = 'atlantis'
:call lightline#init()
:call lightline#colorscheme()
:call lightline#update()

FAQ

Q: It doesn't work as expected.

A:

  1. This color scheme is designed for true colors, set termguicolors is required. Check output of vim --version, maybe your vim doesn't support termguicolors

  2. Maybe your terminal emulator doesn't support true colors, you can test it using this script

  3. If you are running vim in tmux, you need to override default true colors of tmux, as tmux cannot display true color properly: #1246 How to use true colors in vim under tmux?

  4. There are many highlighting group links in syntax files while a color scheme may change them, enabling one color scheme based on another color scheme enabled is very likely to cause color broken. If there is any color broken, you can enable the color scheme in your vimrc instead of after vim startup.

Q: What's your status line configuration?

A: check this gist.

Contribution

This color scheme is generated by lifepillar/vim-colortemplate. To hack it, install this plugin and edit templates/atlantis.colortemplate, then rebuild the color scheme.

Inspirations

KKPMW/oldbook-vim

davidklsn/vim-sialoquent

arcticicestudio/nord-vim

License

MIT && Anti-996

About

Dark, Cold, Clean Color Scheme for Vim, Zsh and Terminal Emulators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published