Skip to content

Marfisc/vorange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vorange and Voblue

A family of minimalistic dark Vim and Neovim color schemes for GUI (true color) and terminal. They support nvim-treesitter-based highlight groups. The color family is based on Srcery.

My personal homepage

Screens

Vorange

Vorange for C++

Vorange for Python in terminal and GVim

Voblue

Voblue for Python with treesitter

Configuration

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

colorscheme vorange
"or
colorscheme voblue

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

(replace vorange_ with voblue_ for Voblue configuration)

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"

Releases

No releases published

Packages

No packages published