Firefly is my personal dark vim color scheme with vibrant, but muted colors.
I got tired of looking at pea green strings with gruvbox and created my own color scheme1: Its color palette is tuned to reduce eye strain and help my brain process buggy source code late into the night, hence the name.
24-bit color | 8-bit color | 4-bit color |
Firefly's color palette is optimized for Vim's termguicolors
, but it adjusts seamlessly to reduced terminal colors (t_Co=256
, t_Co=16
). See the screenshots in the table above.
Tip
You can install the firefly color scheme with vim-plug. Install the plugin manager and add these lines to your vimrc
:
call plug#begin()
" firefly - vim color scheme
Plug 'christianrickert/vim-firefly'
call plug#end()
I hope you will enjoy Firefly as much as I do! 🌙
Footnotes
-
The color scheme files were generated with vim-colortemplate. ↩