Skip to content

💜 A dark colorscheme for space-vim that supports GUI and terminal

License

Notifications You must be signed in to change notification settings

circld/space-vim-dark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

space-vim-dark

badge

Space-vim-dark colorscheme is derived from spacemacs-dark-theme.

Notes:

If you want to enable italics in terminal:

  1. check if the current terminal is able to display italics correctly: echo -e "\e[3mfoo\e[23m"]]", if the output is foo , the terminal (-emulator) supports italics.

  2. If the terminal supports italics, put hi Comment cterm=italic after colorshcme command.

    colorscheme space-vim-dark
    hi Comment cterm=italic

GUI or Terminal with true colors enabled

screenshot (Terminal with set termguicolors)

Cterm (256 colors)

screenshot

Change background color

screenshot

"   Range:   233 (darkest) ~ 238 (lightest)
"   Default: 235
let g:space_vim_dark_background = 234
color space-vim-dark

About

💜 A dark colorscheme for space-vim that supports GUI and terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%