Skip to content

Marfisc/vorange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vorange

A minimalistic dark Vim color scheme for GUI and Terminal. It is based on Srcery.

My personal homepage

Screens

Screen2

Screen

Configuration

Put this in your .vimrc to load the Vorange color scheme:

colorscheme vorange

To make the visual mode cursor work as intended put this in your .vimrc. The cursor should stop blinking and the selection should look like a 'long' cursor.

set guicursor+=v:vCursor

This color scheme can be configured by setting global variables before loading.

"disable italics
let g:vorange_italic = 0

"disable bold
let g:vorange_bold = 0

"disable underline
let g:vorange_underline=0

"disable undercurl
let g:vorange_undercurl=0

Currently color inversion cannot be disabled. Because of the lack of fallback this would make the cursor and visual mode invisible.

Airline Theme

A fitting Airline theme is included! To activate, put this in your .vimrc:

let g:airline_theme="vorange"

About

A minimalistic dark Vim color scheme

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages