https://github.com/felipec/vim-felipec
Vim color scheme: dark, bright, simple.
https://github.com/felipec/vim-felipec
color-scheme vim
Last synced: 2 months ago
JSON representation
Vim color scheme: dark, bright, simple.
- Host: GitHub
- URL: https://github.com/felipec/vim-felipec
- Owner: felipec
- License: other
- Created: 2020-10-20T19:15:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T00:56:23.000Z (8 months ago)
- Last Synced: 2024-11-03T05:30:36.571Z (7 months ago)
- Topics: color-scheme, vim
- Language: Vim Script
- Homepage:
- Size: 91.8 KB
- Stars: 53
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
felipec is my own personal vim colorscheme I've been tuning for several years.
Dark, bright, and simple.
Disillusioned with all the other colorschemes and generators I decided to create my own.
The template format draws inspiration from [estilo](https://github.com/jacoborus/estilo/), but it's much more simple.There's also lightline and airline colorschemes, as well as kitty, xfce4-terminal and highlight.js themes.
For screenshots check the [page](https://felipec.github.io/vim-felipec/).
## Vim
Install with your favorite plugin manager.
```sh
git clone https://github.com/felipec/vim-felipec.git ~/.vim/pack/colors/start/felipec
```Then in your `.vimrc`:
```vim
colorscheme felipec
let g:lightline = { 'colorscheme': 'felipec' }
let g:airline_theme = 'felipec'
```## highlight.js
```html
```
## kitty
Add to `~/.config/kitty/kitty.conf`:
```
cursor #5fb8f2foreground #dedde4
background #1d1c21selection_foreground #1d1c21
selection_background #d991d2color0 #1d1c21
color1 #f09080
color2 #93e4a4
color3 #fddb7c
color4 #90aafa
color5 #d991d2
color6 #30c2d8
color7 #bdbdc4
```