Space-vim-dark colorscheme is derived from spacemacs-dark-theme.
Notes:
If you want to enable italics in terminal:
-
check if the current terminal is able to display italics correctly:
echo -e "\e[3mfoo\e[23m"]]"
, if the output isfoo
, the terminal (-emulator) supports italics. -
If the terminal supports italics, put
hi Comment cterm=italic
after colorshcme command.colorscheme space-vim-dark hi Comment cterm=italic
(Terminal with set termguicolors
)
" Range: 233 (darkest) ~ 238 (lightest)
" Default: 235
let g:space_vim_dark_background = 234
color space-vim-dark