Skip to content

RohanPoojary/pleasant.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pleasant.vim

A Pleasant colorscheme for our beloved Vim / NeoVim.

Golang code in Pleasant

Pleasant tries to represent the pleasant color scheme of a nightly beach. The colors have been picked from basic color theory & tweaked using Lab to maintain proper luminosity & color difference. May not be as meticulously tweaked as solarized. You can refer wiki for more details on how.

This scheme is heavily inspired by my favourite nord. Hence it has a dark nordish touch to it. The project layout is similar to famous dracula.

Installation

Install using your favourite plugin manager.

Plug 'RohanPoojary/pleasant.vim'

Then just set the colorscheme.

set termguicolors

" Uncomment to enable bold.
" let g:pleasant_bold = 1

" Uncomment to enable italic.
" let g:pleasant_italic = 1

colorscheme pleasant

For airline

let g:airline_theme = 'pleasant'

Airline in Pleasant

For lightline

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

Lightline in Pleasant

Palette

Pleasant Palette

Contribution

Color schemes for whole ton of Languages and Plugins has to be added. Also I mainly work on Golang, Python & Rust. So, have tweaked the scheme mainly for them. A lot of work has to be done & any PR is accepted.

Screenshots

The font used is ever awesome Fira Code.

Golang

Golang code in Pleasant

Rust

Rust code in Pleasant

Python

To be added

Javascript

Javascript code in Pleasant

HTML

HTML code in Pleasant

CSS

CSS code in Pleasant

Diff

To be added

About

A Pleasant colorscheme for our beloved Vim / NeoVim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published