https://github.com/christianrickert/vim-firefly
🪲 Vim color scheme for buggy nights
https://github.com/christianrickert/vim-firefly
color dark scheme vim vim-colortemplate
Last synced: 6 days ago
JSON representation
🪲 Vim color scheme for buggy nights
- Host: GitHub
- URL: https://github.com/christianrickert/vim-firefly
- Owner: christianrickert
- Created: 2024-08-10T15:57:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-28T00:45:55.000Z (3 months ago)
- Last Synced: 2025-04-28T01:26:02.824Z (3 months ago)
- Topics: color, dark, scheme, vim, vim-colortemplate
- Language: Vim Script
- Homepage:
- Size: 16.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# _Firefly_ 🪲

_Firefly_ is my personal dark vim color scheme with vibrant, but muted colors.

I got tired of looking at pea green strings with [gruvbox](https://github.com/morhetz/gruvbox) and created my own color scheme[^1]: 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](https://github.com/junegunn/vim-plug). Install the plugin manager and add these lines to your `vimrc`:
>```vim
>call plug#begin()
>
>" firefly - vim color scheme
>Plug 'christianrickert/vim-firefly'
>
>call plug#end()
>
>" optional: prevent MatchParen from disappearing cursor
>let g:matchparen_disable_cursor_hl=1
>```_I hope you will enjoy _Firefly_ as much as I do!_ 🌙
[^1]: The color scheme files were generated with [vim-colortemplate](https://github.com/lifepillar/vim-colortemplate).