Coder Social home page Coder Social logo

obadiahwu / vem-dark Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pacha/vem-dark

0.0 1.0 0.0 1.02 MB

A dark color scheme for Vim/Neovim based on Wombat with support for 16/256/24bit color terminals and GUI version

License: MIT License

Vim Script 100.00%

vem-dark's Introduction

Vem Dark

Dark color scheme for Vim.

Vem Dark

vem-dark is an updated version of Wombat by Lars H. Nielsen (https://dengmao.wordpress.com/2007/01/22/vim-color-scheme-wombat/) with color definitions for newer highlighting groups and support for GVim and terminal Vim in 24bit, 256 and 16 colors.

Vem Dark is a component of Vem, an alternative command layout for Vim, but it can be used independently from the Vem project.

Configuration

Gvim

Vem Dark GUI

Once you have installed the plugin, you can activate the new color scheme in your .vimrc file with:

syntax enable

" italic fonts are enabled by default in GVim
" if you want to disable them uncomment this line:
" let g:vem_colors_italic = 0

colorscheme vem-dark

24bit True Color Terminals

Vem Dark - Teminal 24bit

With 24bit color support you can display Vim color schemes in the terminal as they would do in graphical Vim.

To use 24bit colors you need a relatively modern terminal and a version of Vim later or equal to 7.4.1770. Currently, the lastest versions of gnome-terminal, iTerm2, konsole and xcfe-terminal, among others, support 24bit colors.

To enable it, use:

syntax enable
set termguicolors

" italic fonts are disabled by default in terminal because some of them
" don't support them, if you want to enable them uncomment this line:
" let g:vem_colors_italic = 1

colorscheme vem-dark

256 Color Terminals

Vem Dark - Terminal 256 Colors

You can configure your 256 color terminal to use the color scheme with:

syntax enable
set t_Co=256

" italic fonts are disabled by default in terminal because some of them
" don't support them, if you want to enable them uncomment this line:
" let g:vem_colors_italic = 1

colorscheme vem-dark

16 Color Terminals

Vem Dark - Terminal 16 Colors

You can configure your 16 color terminal to use the color scheme with:

syntax enable
set t_Co=16

" italic fonts are disabled by default in terminal because some of them
" don't support them, if you want to enable them uncomment this line:
" let g:vem_colors_italic = 1

colorscheme vem-dark

Note that in these terminals the chosen colors are defined by the terminal itself, not by the color scheme. The color palette shown in this example is know as 'Tango' and it is available in many terminals.

Related projects

vem-dark's People

Contributors

pacha avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.