V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
SuperZED
V2EX  ›  Vim

A new VIM color scheme, support 24bit true color, light and dark version, low contrast. Welcome to use.

  •  
  •   SuperZED · 2017-01-02 19:41:43 +08:00 · 3858 次点击
    这是一个创建于 2674 天前的主题,其中的信息可能已经有所发展或是发生改变。

    NOVA

    Another VIM color theme, but only support true color for neovim / vim.

    Checkout Here: nova.vim

    Limited

    Terminal

    WARNING: This color scheme only support true color.

    Check if your terminal supports true color here: terminal

    Tmux

    • Tmux version must >= v2.2
    • set your $TERM to "xterm-256color"
    • add this line to your .tmux.conf:
      set-option -ga terminal-overrides ",xterm-256color:Tc"
      

    Installation

    Manual install

    git clone https://github.com/zanglg/nova.vim

    for NeoVIM:

    mv nova.vim/colors/nova.vim ~/.config/nvim/colors/

    for VIM:

    mv nova.vim/colors/nova.vim ~/.vim/colors/

    Plugin manager:

    vim-plug

    Plug 'zanglg/nova.vim'
    

    Vundle

    Plugin 'zanglg/nova.vim'
    

    Then, update your plugin and put this in your init.vim or .vimrc

    set termguicolors
    colorscheme nova
    

    light version:

    set background=light
    

    dark version:

    set background=dark
    

    Support Languages and plugins

    For now, I only test for C/C++.

    But I add all standard highlight group. I think it can works well for other language.

    If you want add more other language's highlight group, please feel kind to pull a request.

    Language

    • C/C++

    Plugin

    • NONE

    ScreenShot

    C/C++

    light_cpp dark_cpp

    7 条回复    2017-01-03 17:43:45 +08:00
    wsdjeg
        1
    wsdjeg  
       2017-01-02 20:27:46 +08:00
    @SuperZED 看上去不错呀,有兴趣来我们 SpaceVim 群聊聊啊, 121056965 。 SpaceVim 目前自带 6 7 个配色,默认是 grovbox
    j5shi
        2
    j5shi  
       2017-01-02 21:35:50 +08:00 via iPhone
    gruvbox 最棒!
    SuperZED
        3
    SuperZED  
    OP
       2017-01-02 22:13:39 +08:00
    Gruvbox 是很不错的。不过偏于暖色。为了让自己写代码的时候思路清晰一点,所以自己折腾了一个冷色调的~。这个主题,其实预计了 16 个颜色,不过并没有完全用完。慢慢加吧。
    wweir
        4
    wweir  
       2017-01-03 07:24:56 +08:00 via Android
    推主题配色不放截图,都是耍流氓
    SuperZED
        5
    SuperZED  
    OP
       2017-01-03 09:04:43 +08:00
    有截图的,不过链接是 Github 的,可能网速问题,没有刷出来。原图较大。
    ashfinal
        6
    ashfinal  
       2017-01-03 11:09:40 +08:00
    也是前段时间刚做的主题,想起来还没在 vim 板块发过呢


    https://github.com/ashfinal/vim-colors-violet
    Gem
        7
    Gem  
       2017-01-03 17:43:45 +08:00
    gruvbox 在和 iterm2 + tmux 配合的时候, vim 中的颜色显示调不出正确的色彩。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2545 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 11:29 · PVG 19:29 · LAX 04:29 · JFK 07:29
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.