The theme is based on calm colors.
We do not use colors that are too bright.This color theme is easy on the eyes.
I have confirmed that it only works on windows and macOS.
Not tested in Linux (including WSL2) environment.
- windows (PowerShell 7.3.0)
- macOS
There are screenshots of what the various plugins will look like using this colorscheme.
The screenshot here only shows the plugin I am using. So please issue if you have any problems with other plugins.
Please let me know if it doesn't work. I have confirmed that it works only in my environment.
Install according to the plugin manager you are using.
Plug 'Daiki48/coolnessFlair.vim', { 'branch': 'main' }
use { 'Daiki48/coolnessFlair.vim', config = 'vim.cmd[[colorscheme coolnessFlair]]' }
call dein#add('Daiki48/coolnessFlair.vim')
Colorscheme is enable.
For vimscript
colorscheme coolnessFlair
For lua
vim.cmd[[colorscheme coolnessFlair]]
To manage with toml file in dein.vim plugin manager.
[[plugins]]
repo = 'Daiki48/coolnessFlair'
hook_add = '''
colorscheme coolnessFlair
'''
- treesitter support
- light version
- vscode support