eemed / sitruuna.vim

Yellowish theme for vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sitruuna.vim

A fresh lemon inspired colorscheme for neovim

2020-01-24-221656_845x704_scrot

Installation

vim-plug

Add the following plugin to your init.vim:

Plug 'eemed/sitruuna.vim'

and execute PlugInstall.

Lightline

To use the lightline theme set it up in your init.vim:

let g:lightline = {
            \ 'colorscheme': 'sitruuna',
            \ }

Configuration

g:sitruuna_fzf

Determines whether fzf colors are set. Can be set to 0 or 1.

Default: 1 (on)

" Don't set fzf colors
let g:sitruuna_fzf = 0

Colors

Usage color hex
lemon #FAC03B
special #ffb354
preproc #a29bfe
function #a3db81
foreground #d1d1d1
fg_alt #a1a1a1
statusline #34373a
darker #131515
background #181a1b
light_bg #1d2023
lighter_bg #242629
comment #4c5356
selection #2D3032
string #37ad82
type #7398dd
constant #ca70d6
error #c15959

About

Yellowish theme for vim

License:MIT License


Languages

Language:Vim Script 100.0%