Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-28T15:33:36.000Z (about 2 months ago)
- Last Synced: 2024-10-18T08:43:08.711Z (about 1 month ago)
- Topics: color, dark, scheme, vim, vim-colortemplate
- Language: Vim Script
- Homepage:
- Size: 14.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# _Firefly_ 🪲
![Artist's impression (ChatGPT, let's be real) of fireflies gathering at a forest clearing.](templates/firefly.png)
_Firefly_ is my personal dark vim color scheme with vibrant, but muted colors.
![Firefly's color palette.](templates/color-palette.png)
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()
>```_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).