All Projects â†’ whatyouhide â†’ Vim Gotham

whatyouhide / Vim Gotham

Licence: mit
Code never sleeps in Gotham City. 🌃

Projects that are alternatives of or similar to Vim Gotham

Powerline Shell
A beautiful and useful prompt for your shell
Stars: ✭ 5,743 (+476.61%)
Mutual labels:  color-scheme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (-24.8%)
Mutual labels:  color-scheme
Adonis Ui
Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
Stars: ✭ 878 (-11.85%)
Mutual labels:  color-scheme
Colorful
A curated list of awesome resources to choose your next color scheme
Stars: ✭ 702 (-29.52%)
Mutual labels:  color-scheme
Conemu Color Themes
Manually ported color themes for ConEmu
Stars: ✭ 728 (-26.91%)
Mutual labels:  color-scheme
Welpe.vim
vim colorscheme, inspired by jellybeans and badwolf
Stars: ✭ 7 (-99.3%)
Mutual labels:  color-scheme
Cmder
Lovely console emulator package for Windows
Stars: ✭ 23,148 (+2224.1%)
Mutual labels:  color-scheme
Lme
An npm package to simply and beautifully log to console.
Stars: ✭ 29 (-97.09%)
Mutual labels:  color-scheme
Arc Kde
Arc KDE customization
Stars: ✭ 738 (-25.9%)
Mutual labels:  color-scheme
Briofita vim
colorful Vim colorscheme for both GUI and 256-color terminals
Stars: ✭ 9 (-99.1%)
Mutual labels:  color-scheme
Matlab Schemer
Apply and save color schemes in MATLAB with ease.
Stars: ✭ 708 (-28.92%)
Mutual labels:  color-scheme
Vim Solarized8
Optimized Solarized colorschemes. Best served with true-color terminals!
Stars: ✭ 718 (-27.91%)
Mutual labels:  color-scheme
Lightline foobar.vim
lightline color schemes
Stars: ✭ 16 (-98.39%)
Mutual labels:  color-scheme
Gogh
Color Scheme for Gnome Terminal and Pantheon Terminal
Stars: ✭ 6,503 (+552.91%)
Mutual labels:  color-scheme
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-97.99%)
Mutual labels:  color-scheme
Nord Iterm2
An arctic, north-bluish clean and elegant iTerm2 color scheme.
Stars: ✭ 651 (-34.64%)
Mutual labels:  color-scheme
Darkage
🎮 Darkage mod for Minetest
Stars: ✭ 6 (-99.4%)
Mutual labels:  color-scheme
Blue Moon
A dark color scheme for Neovim derived from palenight and carbonight
Stars: ✭ 31 (-96.89%)
Mutual labels:  color-scheme
Sqldeveloper Syntax Highlighting
Color schemes for Oracle SQL Developer
Stars: ✭ 28 (-97.19%)
Mutual labels:  color-scheme
Palettegetter
A library that can get the color scheme of any app.
Stars: ✭ 19 (-98.09%)
Mutual labels:  color-scheme

logo

It's the colorscheme we set that defines us. (Batman)

main

Gotham is a very dark vim colorscheme. It works on GUI vim (MacVim or gVim) and on terminal vim. For terminal vim, there's support for a lot of terminal emulators in the gotham-contrib repository.

screenshot

Installation

I moved to vim-plug a while ago and never looked back. Anyway, you can install Gotham with whatever package manager you use. For example:

" vim-plug
Plug 'whatyouhide/vim-gotham'
" NeoBundle
NeoBundle 'whatyouhide/vim-gotham'
" Vundle
Plugin 'whatyouhide/vim-gotham'
" dein.vim
call dein#add('whatyouhide/vim-gotham')

If you don't use a plugin manager just copy the content of vim/colors/ to ~/.vim/colors.

When you have the plugin installed, you can set it in your vimrc:

colorscheme gotham

Terminal vim and 256 colors version

If you want to use Gotham in terminal vim, you should consider setting Gotham as the colorscheme of your terminal emulator too. See the relevant section.

If you're fine with not-so-faithful colors, a 256 colors version of Gotham is available. To use it, just replace gotham with gotham256 in your vimrc:

colorscheme gotham256

Using gotham256 (given that your terminal supports 256 colors) ensures that the colors in vim are fixed and don't depend on the colorscheme of the terminal emulator.

Please, use the 256 colors version only if you know what you're doing since it looks "rougher" than the regular version.

Airline

Gotham supports vim-airline out of the box. When you use the Gotham colorscheme, Airline should be able to pick it up and use it. If you want to set it manually, you can use the AirlineTheme command for both the regular version and the 256 colors version:

:AirlineTheme gotham
:AirlineTheme gotham256

Gotham by default emphasises the usage of insert mode by using a distinctive bright yellow color in the airline mode segment. To change the color used for insert mode to a darker less emphasised color add the following to your vimrc:

let g:gotham_airline_emphasised_insert = 0

Lightline

Gotham supports lightline.vim too. To enable the colorscheme, add one of the following lines to your .vimrc:

let g:lightline = { 'colorscheme': 'gotham' }
let g:lightline = { 'colorscheme': 'gotham256' }

Other

Gotham is available for other platforms too. If you want terminal vim to look as good as GUI vim, you have to install the Gotham colorscheme for your terminal emulator too.

An up-to-date list of supported platforms as well as installation instructions for each of those platforms are available at the gotham-contrib repository.

There's an Emacs version too, but I don't maintain it.

Color Palette

Color Base Hex Other Colors Hex
Base 0 #0c1014 Red #c23127
Base 1 #11151c Orange #d26937
Base 2 #091f2e Yellow #edb443
Base 3 #0a3749 Magenta #888ca6
Base 4 #245361 Violet #4e5166
Base 5 #599cab Blue #195466
Base 6 #99d1ce Cyan #33859E
Base 7 #d3ebe9 Green #2aa889

Contributing

All forms of contribution are welcome: bug reports, bug fixes, pull requests and simple suggestions. Thanks!

List of contributors

You can find the list of contributors here.

License

MIT © 2014 Andrea Leopardi, see the license.

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