All Projects â†’ Badacadabra â†’ Vim Archery

Badacadabra / Vim Archery

Licence: mit
🎯 Vim colorscheme inspired by Arch Linux colors

Projects that are alternatives of or similar to Vim Archery

Spacecamp
🔭 Vim colors for the final frontier
Stars: ✭ 288 (+350%)
Mutual labels:  color-scheme, colorscheme
Nord
An arctic, north-bluish color palette.
Stars: ✭ 4,816 (+7425%)
Mutual labels:  color-scheme, colorscheme
Nofrils
An extremely minimalist colorscheme, even opting out of the second L in frills
Stars: ✭ 292 (+356.25%)
Mutual labels:  color-scheme, colorscheme
disco.vim
A full set of 2-, 8-, 16-, 88-, 256-, and GUI-color-compatible Vim colors.
Stars: ✭ 53 (-17.19%)
Mutual labels:  colorscheme, color-scheme
Swatch.vim
work with hex color codes and make your own vim colorschemes easily and quickly
Stars: ✭ 57 (-10.94%)
Mutual labels:  color-scheme, colorscheme
Nord Gnome Terminal
An arctic, north-bluish clean and elegant GNOME Terminal color theme.
Stars: ✭ 258 (+303.13%)
Mutual labels:  color-scheme, colorscheme
Kicad Color Schemes
Want to change the color scheme of KiCad? Look here for Inspiration.
Stars: ✭ 315 (+392.19%)
Mutual labels:  color-scheme, colorscheme
base16-vis
Base16 for Vis
Stars: ✭ 16 (-75%)
Mutual labels:  colorscheme, color-scheme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (+1070.31%)
Mutual labels:  color-scheme, colorscheme
Nord Iterm2
An arctic, north-bluish clean and elegant iTerm2 color scheme.
Stars: ✭ 651 (+917.19%)
Mutual labels:  color-scheme, colorscheme
nord-mintty
An arctic, north-bluish clean and elegant Mintty color theme.
Stars: ✭ 40 (-37.5%)
Mutual labels:  colorscheme, color-scheme
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-68.75%)
Mutual labels:  color-scheme, colorscheme
vim-humanoid-colorscheme
Light and dark theme for vim with bright colors
Stars: ✭ 67 (+4.69%)
Mutual labels:  colorscheme, color-scheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+335.94%)
Mutual labels:  color-scheme, colorscheme
fogbell.vim
No description or website provided.
Stars: ✭ 118 (+84.38%)
Mutual labels:  colorscheme, color-scheme
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (+357.81%)
Mutual labels:  color-scheme, colorscheme
nord-tilix
An arctic, north-bluish clean and elegant Tilix color scheme.
Stars: ✭ 105 (+64.06%)
Mutual labels:  colorscheme, color-scheme
aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (+135.94%)
Mutual labels:  colorscheme, color-scheme
Srcery Vim
Dark colorscheme for gvim and vim
Stars: ✭ 518 (+709.38%)
Mutual labels:  color-scheme, colorscheme
Briofita vim
colorful Vim colorscheme for both GUI and 256-color terminals
Stars: ✭ 9 (-85.94%)
Mutual labels:  color-scheme, colorscheme

Logo

About

Archery is a dark colorscheme for Vim, inspired by Arch Linux color palette. This is where beautiful shades of blue meet mysterious shades of gray!

Screenshot

Installation

It is recommended to install Archery with a Vim plugin manager:

Then enable the colorscheme in your vimrc with the following command: colorscheme archery

If you only use GVim, you're done! If you use terminal Vim, read on...

  1. Archery supports 256 colors terminals, so you do not need plugins like CSApprox or GUIColorscheme to use it.
  2. Open your vimrc with Vim in your terminal and try :set termguicolors. If colors are rendered properly, you can add this command in your vimrc to use GUI colors directly (these are defined using the hexadecimal notation).
  3. If "termguicolors" does not work, add set t_Co=256 in your vimrc before setting the colorscheme and configure your terminal emulator to use the Archery color palette given below.

Color palette

Palette

colors cterm gui
color0 0 #25272C
color1 1 #BA2A2A
color2 2 #008542
color3 3 #F07D30
color4 4 #0088CC
color5 5 #8D4888
color6 6 #006596
color7 7 #53586F
color8 8 #354151
color9 9 #C95F5F
color10 10 #73BA25
color11 11 #EAC06E
color12 12 #81A3CF
color13 13 #B589C2
color14 14 #25B8A5
color15 15 #F6F9FC

In GVim, color8 will be #282D34 instead of #354151. Why? Because some CLI tools use the dark gray color to display textual information. This makes some text unreadable, due to the dark background of Archery. So in terminal emulators, color8 must be lighter...

Nice status & tab lines

If you want to display a status line and a tab line in Vim, make sure these options are set in your vimrc:

set showtabline=2
set laststatus=2

Airline

Airline

Put the following code in your vimrc to use Archery for Airline:

let g:airline_theme = 'archery'

For further configuration, please read the documentation of Airline.

Lightline

Lightline

Put the following code in your vimrc to use Archery for Lightline:

let g:lightline = {
    \ 'colorscheme': 'archery',
    \ }

For further configuration, please read the documentation of Lightline. You may also consider lightline-buffer to display a useful tab line.

Plugins support

Archery plays nicely with the following plugins:

Syntax optimizations

Raw

  • CSS
  • Markdown
  • Readline
  • YAML

Tags

  • HTML
  • XML

Programming

  • C/C++
  • Java
  • JavaScript
  • Perl
  • PHP
  • Python
  • Ruby

More 

Archery is the default colorscheme of Vimpressionist.

If you would like to use Vim everywhere on your computing environment, you should definitely check it out!

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].