All Projects → arzg → Vim Corvine

arzg / Vim Corvine

Licence: isc
The Raven Dark colourscheme for Vim, rebuilt and modified with Colortemplate

Projects that are alternatives of or similar to Vim Corvine

Dainty Vs
Dainty for Visual Studio – A color theme generator using Lab color space
Stars: ✭ 115 (+51.32%)
Mutual labels:  color-scheme, color, color-theme
Xcode One Dark
Atom One Dark theme for Xcode
Stars: ✭ 273 (+259.21%)
Mutual labels:  color-scheme, color, color-theme
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+2514.47%)
Mutual labels:  color-scheme, color, color-theme
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (+285.53%)
Mutual labels:  color-scheme, color, color-theme
Nord Gnome Terminal
An arctic, north-bluish clean and elegant GNOME Terminal color theme.
Stars: ✭ 258 (+239.47%)
Mutual labels:  color-scheme, color, color-theme
Iceberg.vim
🇦🇶 Bluish color scheme for Vim and Neovim
Stars: ✭ 1,636 (+2052.63%)
Mutual labels:  color-scheme, color, color-theme
Nord Alacritty
An arctic, north-bluish clean and elegant Alacritty color scheme.
Stars: ✭ 238 (+213.16%)
Mutual labels:  color-scheme, color, color-theme
Gvcci
color extraction to turn images into 16 color palettes
Stars: ✭ 86 (+13.16%)
Mutual labels:  color-scheme, color, color-theme
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-73.68%)
Mutual labels:  color-scheme, color, color-theme
nord-mintty
An arctic, north-bluish clean and elegant Mintty color theme.
Stars: ✭ 40 (-47.37%)
Mutual labels:  color, color-scheme, color-theme
Nord Terminal App
An arctic, north-bluish clean and elegant Terminal.app color theme.
Stars: ✭ 198 (+160.53%)
Mutual labels:  color-scheme, color, color-theme
Colorschemes.jl
colorschemes, colormaps, gradients, and palettes
Stars: ✭ 55 (-27.63%)
Mutual labels:  color-scheme, color, color-theme
nord-tilix
An arctic, north-bluish clean and elegant Tilix color scheme.
Stars: ✭ 105 (+38.16%)
Mutual labels:  color, color-scheme, color-theme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (+885.53%)
Mutual labels:  color-scheme, color, color-theme
Nord Konsole
An arctic, north-bluish clean and elegant Konsole color scheme.
Stars: ✭ 56 (-26.32%)
Mutual labels:  color-scheme, color, color-theme
Nord Docs
The official Nord website and documentation
Stars: ✭ 63 (-17.11%)
Mutual labels:  color-scheme, color-theme
Colours
A beautiful set of predefined colors and a set of color methods to make your iOS/OSX development life easier.
Stars: ✭ 3,101 (+3980.26%)
Mutual labels:  color-scheme, color
Chromacolorpicker
🎨 An intuitive iOS color picker built in Swift.
Stars: ✭ 434 (+471.05%)
Mutual labels:  color, color-theme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+267.11%)
Mutual labels:  color-scheme, color-theme
Intellij Colors Solarized
Solarized Colorscheme for IntelliJ IDEA
Stars: ✭ 3,266 (+4197.37%)
Mutual labels:  color-scheme, color-theme

vim-corvine

the Raven colourscheme for Vim, modified and rebuilt

made in Colortemplate, the Toolkit for Vim Colourscheme Designers

Installation

Use your favorite runtimepath/plugin manager, or place corvine.vim into ~/.vim/colors/ for *nix and %userprofile%\vimfiles\colors\ for Windows.

Usage

If you’re using a GUI, then Corvine should work out of the box. However, if you’re planning to use Corvine in a terminal, the terminal must support the 256 colour palette, which most modern ones do. For Corvine Light, on the other hand, your terminal must support 24-bit colour, also known as True Colour, if you want the correct background colour (apart from this, Corvine Light does not require 24-bit colour). You can enable Vim to use this palette (if it is available) with set termguicolors. If you want other terminal output to match with Corvine, then set its colours to match the ones below:

Dark:

Colour Normal Bright
Black #3a3a3a #626262
Red #d78787 #ffafaf
Green #87af5f #afd787
Yellow #d7d7af #d7d787
Blue #87afd7 #87d7ff
Magenta #afafd7 #d7afd7
Cyan #87d7d7 #5fd7d7
White #c6c6c6 #eeeeee
Foreground #c6c6c6
Background #262626

Light:

Colour Normal Bright
Black #eee8dc #9e9e9e
Red #d75f5f #d7005f
Green #005f00 #008700
Yellow #af8700 #af5f00
Blue #0087d7 #00afd7
Magenta #5f5faf #af5faf
Cyan #008787 #00afaf
White #585858 #000000
Foreground #585858
Background #fff9ed

A preset for both of these colourschemes is included for iTerm. Only the dark variant has a preset for Terminal.app. This is because Terminal.app doesn’t support 24-bit colour, therefore leading to a situation in which a colourscheme that is impossible to match in Vim is included as a terminal preset. In the end, I simply decided against including the preset to avoid the issue.

Options

  • g:corvine_italics: set to 0 to force italics off, and 1 to force italics on
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].