Skip to content

Daiki48/coolnessFlair.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo
GitHub release (latest by date) GitHub GitHub code size in bytes

coolnessFlair.vim is colorscheme for Vim(Neovim)

The theme is based on calm colors.
We do not use colors that are too bright.This color theme is easy on the eyes.

Confirmed to work

I have confirmed that it only works on windows and macOS.
Not tested in Linux (including WSL2) environment.

  • windows (PowerShell 7.3.0)
  • macOS

Screenshot

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.

Plugin Support

Please let me know if it doesn't work. I have confirmed that it works only in my environment.

Installation

Install according to the plugin manager you are using.

vim-plug

Plug 'Daiki48/coolnessFlair.vim', { 'branch': 'main' }

packer

use { 'Daiki48/coolnessFlair.vim', config = 'vim.cmd[[colorscheme coolnessFlair]]' }

dein

call dein#add('Daiki48/coolnessFlair.vim')

Usage

Colorscheme is enable.

For vimscript

colorscheme coolnessFlair

For lua

vim.cmd[[colorscheme coolnessFlair]]

Example

To manage with toml file in dein.vim plugin manager.

[[plugins]]
repo = 'Daiki48/coolnessFlair'
hook_add = '''
colorscheme coolnessFlair
'''

TODO

  • treesitter support
  • light version
  • vscode support