sacredforest-vim


Ⅰ. 插件描述

Sacred Forest: a dark low-contrast semi-minimal colorscheme for vim text editor

Ⅱ. 基本信息

创建日期:  2018-07-13
使用用户:  21
Github星:  87
插件作者:  Karolis Koncevičius

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin 'kkpmw/sacredforest-vim'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle 'kkpmw/sacredforest-vim'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug 'kkpmw/sacredforest-vim'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/kkpmw/sacredforest-vim

Ⅳ. 文档说明

# Sacred Forest colorscheme for vim #

sforest

Screenshots

screenshot-r
screenshot-diff

In addition you can inspect this theme at vivify:

Installation

Install manually or with your favorite plug-in manager and then load the theme.

With vim-plug:

Plug 'KKPMW/sacredforest-vim'
colorscheme sacredforest

To make the colorscheme work as intended either set termguicolors:

set termguicolors

Or alternatively change your terminal colors to match these:

color 0  3c4c55 # Black
color 1  db6c6c # Red
color 2  8eaf6b # Green
color 3  ffbf00 # Yellow
color 4  3ba2cc # Blue
color 5  907eb5 # Purple
color 6  c5d4dd # Cyan
color 7  e0d7c3 # White
color 8  4c5866 # Bright Black
color 9  f88379 # Bright Red
color 10 94b380 # Bright Green
color 11 ddd668 # Bright Yellow
color 12 7fc1ca # Bright Blue
color 13 ae8fc1 # Bright Purple
color 14 616c72 # Bright Cyan
color 15 b2a488 # Bright White

Contributions

  1. @sainnhe (lightline support)

Users of lightline plugin can add the following to their vimrc:

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

Inspirations

  1. nova
  2. zenburn

添加新评论