/dalton-vim

A minimalistic VIM theme.

Primary LanguageVim ScriptApache License 2.0Apache-2.0

Dalton.vim

Dalton.vim is a Vim port of Dalton Theme, check out Dalton Website to get more dalton theme ports.

Dalton is a minimalist theme for Vim, very based in Ayu Vim theme, only with dark theme.

Screenshots

HTML

HTML File with Dalton

PHP

PHP File with Dalton

Javascript

Javascript File with Dalton

Golang

Golang File with Dalton

Dalton for Vim-Airline

Airline

Install

Add the Dalton to your Vim plugins manager.

Vundle

Add these lines to your Vim config file:

call vundle#begin()

Plugin 'lissaferreira/dalton-vim'

call vundle#end()

color dalton

Vim Plug

call plug#begin()

Plug 'lissaferreira/dalton-vim'

call plug#end()

color dalton

Vim Airline

To use dalton in Vim Airline, change/add this line to your vim conig file:

let g:airline_theme='dalton'