Giter Club home page Giter Club logo

vim-colokschi's Introduction

vim-colokschi

This color scheme consists of a light and a dark scheme. These color schemes contains all possible settings for Vim, including a short description from the Vim help pages. Not all settings are in use. The unused ones are commented out.

You can add more specific syntax highlighting for your favorite programming language. To achieve this read the syntax file for your programming language and add your desired changes to the color scheme file.

These color scheme files has several sections. The first sections consist of the settings, the general interface coloring and the general syntax highlighting. There is also a section for coloring settings of some plug-ins. If you want some more specific syntax highlighting and still want to have an organized color scheme file then add a section for your individual syntax highlighting of your programming language and add your desired modifications.

Installation

Basic install (Unix, Linux, macOS or cygwin install)

mkdir ~/.vim
git clone https://github.com/akutschi/vim-colokschi.git ~/.vim

Installation with vim + pathogen

cd ~/.vim
git submodule add https://github.com/akutschi/vim-colokschi.git bundle/colokschi

Installation with vim + vundle

# add to your ~/.vimrc or ~/.vimrc/vimrc
Plugin 'akutschi/vim-colokschi'
# run inside vim
:PluginInstall

Installation without any tools just download all files in colors/*.vim into ~/.vim/colors

# after download, unpack; change into colors directory
cp colors/* ~/.vim/colors

Activate

To change the colorscheme of Vim, add to your .vimrc:

colorscheme colokschi-light

or

colorscheme colokschi-dark

Inside Vim, you can switch the colorscheme:

:colorscheme colokschi-light

or

:colorscheme colokschi-dark

vim-colokschi's People

Contributors

akutschi avatar

Stargazers

George avatar

Watchers

James Cloos avatar Ayoola Moore avatar

Forkers

jiangyycc

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.