sponsor Vim development Vim logo Vim Book Ad

Base2Tone : Base2Tone themes use only 2 hues, this leads to a more calm color scheme

 script karma  Rating 23/20, Downloaded by 2188  Comments, bugs, improvements  Vim wiki

created by
Bram de Haan
 
script type
color scheme
 
description
This is one of six colorschemes that are based on DuoTone themes by Simurai for Atom, http://simurai.com/projects/2016/01/01/duotone-themes/ converted with the help of Base16-builder.

DuoTone themes use only 2 hues, this leads to a more calm color scheme, but still lets you find the stuff you're looking for.  

One can find the demopage for these colorschemes at:
http://base2t.one/

Downloads at the GitHub repo:
https://github.com/atelierbram/Base2Tone-vim

Screenshots:
http://base2t.one/assets/img/png/Base2Tone-Morning-light-vim_940x640.png
http://base2t.one/assets/img/png/Base2Tone-Evening-dark-vim_940x640.png
 
install details
Install in ~/.vim/colors, or ~\vimfiles\colors on Windows.

or

Pathogen installation (recommended)

1.  Download and install Tim Pope's Pathogen: https://github.com/tpope/vim-pathogen
2. download or clone this repo on Github: https://github.com/atelierbram/Base2Tone-vim
3.  Next, move or clone the `Base2Tone-vim` directory so that it is
a subdirectory of the `.vim/bundle` directory.

$ cd ~/.vim/bundle
$ git clone https://github.com/atelierbram/Base2Tone-vim.git

Try it out with
syntax enable
set background=dark
" Base2Tone Dark
colorscheme Base2Tone_EveningDark
" or any of the other schemes:
" colorscheme Base2Tone_MorningDark
" colorscheme Base2Tone_SeaDark
" colorscheme Base2Tone_SpaceDark
" colorscheme Base2Tone_EarthDark
" colorscheme Base2Tone_ForestDark
" colorscheme Base2Tone_DesertDark
" colorscheme Base2Tone_LakeDark
" colorscheme Base2Tone_MeadowDark
" colorscheme Base2Tone_DrawbridgeDark
" colorscheme Base2Tone_PoolDark
" colorscheme Base2Tone_HeathDark
" colorscheme Base2Tone_CaveDark

" Base2Tone Light
" set background=light
" colorscheme Base2Tone_EveningLight
" colorscheme Base2Tone_MorningLight
" colorscheme Base2Tone_SeaLight
" colorscheme Base2Tone_SpaceLight
" colorscheme Base2Tone_EarthLight
" colorscheme Base2Tone_ForestLight
" colorscheme Base2Tone_DesertLight
" colorscheme Base2Tone_LakeLight
" colorscheme Base2Tone_MeadowLight
" colorscheme Base2Tone_DrawbridgeLight
" colorscheme Base2Tone_PoolLight
" colorscheme Base2Tone_HeathLight
" colorscheme Base2Tone_CaveLight

If you want to make it the default, add that command to your vimrc or gvimrc.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
Base2Tone_EveningDark.vim 1.6 2017-08-03 7.0 Bram de Haan Changed comment on top to point to the repository on Github - some added highlighting for PHP Ruby e.o. , cleaned up some deprecated outcommented code
Base2Tone-Evening-dark.vim 1.5 2016-07-29 7.0 Bram de Haan renaming
duotone-dark.vim 1.4 2016-02-15 7.0 Bram de Haan better contrast
ip used for rating: 3.149.26.246

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github