Skip to content

Marfisc/vorange

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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

No packages published