Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.
/ abyss.vim Public archive

Port of Visual Studio Code's Abyss colorscheme for Vim.

License

Notifications You must be signed in to change notification settings

barrientosvctor/abyss.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abyss.vim

WARNING: This repository is deprecated, use abyss.nvim instead.

The port of Visual Studio Code's Abyss colorscheme for Vim.

Abyss.vim preview

Installation

Install using their favourite package manager, or use Vim's built-in package manager:

Unix:

mkdir -p ~/.vim/pack/victor/start
cd ~/.vim/pack/victor/start
git clone https://github.com/barrientosvctor/abyss.vim.git

Windows (PowerShell):

mkdir $HOME/vimfiles/pack/victor/start
cd $HOME/vimfiles/pack/victor/start
git clone https://github.com/barrientosvctor/abyss.vim.git

Global variables available

Global Variable Description Data Type Default Value
g:abyss_italic_comments Enables italic comments in colorscheme Boolean 1
g:abyss_italic Enables italic font style in colorscheme Boolean 0
g:abyss_bold Enables bold font style in colorscheme Boolean 0
g:abyss_underline Enables underline font style in colorscheme Boolean 0
g:abyss_undercurl Enables undercurl font style in colorscheme Boolean 0

About

Port of Visual Studio Code's Abyss colorscheme for Vim.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published