• Stars
    star
    562
  • Rank 79,281 (Top 2 %)
  • Language
    Vim Script
  • License
    MIT License
  • Created about 8 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸ’œ A dark colorscheme for space-vim, see space-vim-theme for light background support!

space-vim-dark

badge

Try the successor of space-vim-dark for light background support!

πŸŽ‰ >> space-vim-theme

dark light

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

Installation

Follow your favourite plugin manager's instruction, e.g., vim-plug:

Plug 'liuchengxu/space-vim-dark'

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 in your vimrc.

      colorscheme space-vim-dark
      hi Comment cterm=italic
  • If you want to make the background transparent, override the related items in your vimrc:

    colorscheme space-vim-dark
    hi Normal     ctermbg=NONE guibg=NONE
    hi LineNr     ctermbg=NONE guibg=NONE
    hi SignColumn ctermbg=NONE guibg=NONE

    transparent

  • If you prefer the grey comment:

    colorscheme space-vim-dark
    hi Comment guifg=#5C6370 ctermfg=59

    transparent

GUI or Terminal with true colors enabled

color space-vim-dark
set termguicolors
hi LineNr ctermbg=NONE guibg=NONE

screenshot

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

Credits

  • Thanks to the great effort of @axvr . Now we have the Xresources port of space-vim-dark theme.

To use this colour scheme for X based applications (e.g. Xterm, URxvt, etc.):

  1. Copy all lines from this file which are not comments (comments are lines which begin with a !) into your ~/.Xresources file.
  2. Reload your configuration file with: xrdb ~/.Xresources.

More Repositories

1

space-vim

πŸ€ Lean & mean spacemacs-ish Vim distribution
Vim Script
2,853
star
2

blockchain-tutorial

🌾 A step-by-step blockchain tutorial in simplified Chinese
Go
2,322
star
3

vim-clap

πŸ‘ Modern performant fuzzy picker, tree-sitter highlighting, and more, for both Vim and NeoVim
Rust
2,112
star
4

vim-which-key

🌷 Vim plugin that shows keybindings in popup
Vim Script
1,923
star
5

git-commit-emoji-cn

😁 git commit message emoji δ½Ώη”¨ζŒ‡ε—
1,895
star
6

vista.vim

🌡 Viewer & Finder for LSP symbols and tags
Vim Script
1,832
star
7

eleline.vim

🌿 Another elegant statusline for vim
Vim Script
311
star
8

dotfiles

πŸ”© Dotfiles for bash, zsh, tmux, emacs, vim, etc
Emacs Lisp
200
star
9

szuthesis

πŸ“ SZU Undergraduate Thesis -- Recommender System
PostScript
191
star
10

space-vim-theme

🌼 A dark and light colorscheme for space-vim that supports GUI & terminal
Vim Script
163
star
11

vim-better-default

🎨 Simplify your .vimrc and make the default vim better
Vim Script
156
star
12

graphviz.vim

πŸŽ„ A Vim graphviz plugin
Vim Script
64
star
13

hands-on-learning

🌻 Learn by doing
Python
54
star
14

cluster-auto-installer

Hadoop/Spark/Hbase cluster auto-installer
Shell
17
star
15

nerdtree-dash

Extra syntax highlight for nerdtree and vim-devicons
Vim Script
16
star
16

pelican-blog

β›„ Foucs on Machine Learning and Data Mining
Jupyter Notebook
7
star
17

liuchengxu.github.io

🌻 Blog
HTML
3
star
18

memo

πŸ“ Memo for me
TeX
2
star
19

blog-cn

🌸 Chinese blog
HTML
2
star
20

substrate-storage-key-value-decode

Rust
1
star