1
0
Fork
You've already forked pleasant.vim
0
a vibrate and fruity, yet pleasant (for myself? lol) vim colorscheme
  • Vim Script 92.8%
  • Shell 7.2%
2026年03月22日 13:29:14 -04:00
colors slight color adjustments. not sure if i like the color of strings so far but i'll go with it 2026年03月22日 13:29:14 -04:00
install.sh first commit 2026年02月08日 23:23:23 -05:00
LICENSE first commit 2026年02月08日 23:23:23 -05:00
README.md fix/change description 2026年02月08日 23:26:15 -05:00
screenshot.png slight color adjustments. not sure if i like the color of strings so far but i'll go with it 2026年03月22日 13:29:14 -04:00

pleasant.vim

a vibrate and fruity, yet pleasant (for myself? lol) vim colorscheme

Screenshot

Installing pleasant.vim

This section describes how to install the pleasant colorscheme using one of the following methods:

Using vim-plug

If you use vim-plug, follow the steps below to install this colorscheme:

  1. Add the following line to your ~/.vimrc:

     Plug 'https://codeberg.org/m455/pleasant.vim'
    
  2. Restart Vim.

  3. In Vim, run :PlugInstall.

  4. Add the following line to your ~/.vimrc:

     silent! colorscheme pleasant
    

Using the install.sh script

  1. Run git clone https://codeberg.org/m455/pleasant.vim

  2. Run cd pleasant.vim

  3. Run ./install.sh

  4. Add the following line to your ~/.vimrc:

     silent! colorscheme pleasant
    

Installing manually

  1. Run git clone https://codeberg.org/m455/pleasant.vim

  2. Run mkdir -p "$HOME/.vim/colors"

  3. Run ln -sf pleasant.vim/colors/pleasant.vim "$HOME/.vim/colors/"

  4. Add the following line to your "$HOME/.vimrc":

     silent! colorscheme pleasant
    

Note: This creates a symlink from this git repository to ~/.vim/colors, so you can run git pull && ./install.sh when you want retrieve updates for this colorscheme.