All Projects → danilo-augusto → Vim Afterglow

danilo-augusto / Vim Afterglow

Licence: mit
Vim adaptation of the Afterglow colorscheme

Projects that are alternatives of or similar to Vim Afterglow

aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (-39.11%)
Mutual labels:  syntax-highlighting, colorscheme
vim-yami
Monochromatic dark(闇) theme for Vim
Stars: ✭ 58 (-76.61%)
Mutual labels:  syntax-highlighting, colorscheme
Kuroi.vim
A dark Vim colorscheme
Stars: ✭ 174 (-29.84%)
Mutual labels:  syntax-highlighting, colorscheme
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+701.21%)
Mutual labels:  syntax-highlighting, colorscheme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (+202.02%)
Mutual labels:  syntax-highlighting, colorscheme
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (+18.15%)
Mutual labels:  syntax-highlighting, colorscheme
nord-notepadplusplus
An arctic, north-bluish clean and elegant Notepad++ theme.
Stars: ✭ 112 (-54.84%)
Mutual labels:  syntax-highlighting, colorscheme
Nord
An arctic, north-bluish color palette.
Stars: ✭ 4,816 (+1841.94%)
Mutual labels:  syntax-highlighting, colorscheme
Yowish.vim
A dark & yellowish vim colorscheme
Stars: ✭ 125 (-49.6%)
Mutual labels:  syntax-highlighting, colorscheme
Dot Hugo Documentation Theme
Dot - Hugo Documentation Theme
Stars: ✭ 162 (-34.68%)
Mutual labels:  syntax-highlighting, colorscheme
Bim
small terminal text editor with syntax highlighting
Stars: ✭ 174 (-29.84%)
Mutual labels:  syntax-highlighting
Codeview
Android Code Highlighter
Stars: ✭ 204 (-17.74%)
Mutual labels:  syntax-highlighting
Prettyprint
Beautifully formatted output for your terminal 🌈
Stars: ✭ 195 (-21.37%)
Mutual labels:  syntax-highlighting
Vim Monotone
A dark, monochrome colorscheme for vim
Stars: ✭ 172 (-30.65%)
Mutual labels:  colorscheme
Vim Janah
Vim colorscheme.
Stars: ✭ 172 (-30.65%)
Mutual labels:  colorscheme
Npp Vs2012 Dark
Visual Studio 2012 Dark Theme for Notepad++
Stars: ✭ 236 (-4.84%)
Mutual labels:  syntax-highlighting
Qt Creator Darcula
Darcula color scheme for Qt Creator GUI and syntax highlighting theme
Stars: ✭ 163 (-34.27%)
Mutual labels:  syntax-highlighting
Biosyntax
Syntax highlighting for computational biology
Stars: ✭ 164 (-33.87%)
Mutual labels:  syntax-highlighting
Iterm Colors
♥️ Awesome iTerm color schemes
Stars: ✭ 243 (-2.02%)
Mutual labels:  colorscheme
Vim Color Spring Night
Low-contrast calm color scheme for Vim
Stars: ✭ 227 (-8.47%)
Mutual labels:  colorscheme

vim-afterglow

Vim adaptation of the famous Afterglow theme from Sublime Text 2/3.

If you like this project, feel free to pay me a cup of coffee! 😊 ☕️ ❤️ 👉     Donate

Features

🚀 Modern and nicely integrated with plugins and environments.

🔋 Batteries included so that you can concentrate on what matters most: your code.

  • Built-in airline scheme ✈️
  • No bad surprises: works for both Vim and Neovim, terminal and GUI.
  • Highlighted important keywords in reddish and bold inside comments: TODO, FIXME, XXX...
  • No more "it looks flat/terrible on this language": includes customized highlighting for many popular languages
    • Java
    • Python
    • C
    • Lua
    • Go
    • Clojure
    • Scala
    • PHP
    • and many others...

🎨 Easy on the eyes

Click on the image below to view it in the original size (more screenshots below)

python1

Setup

To enable it, simply add colorscheme afterglow (not vim-afterglow) to your ~/.vimrc after having installed the plugin (manually or by using a package manager).

Airline theme should be updated accordingly, but can be explicitly specified by using let g:airline_theme='afterglow'.

Options

To further customize Afterglow, you can use the following options before setting the color scheme on your vimrc (or init.vim if using NeoVim):

  • Blackout: let g:afterglow_blackout=1 (default: 0)

    ☀️ Use this option if you need more contrast, such as when working in an office where open windows are just behind you, causing glare on your screen.

    This option has no effect if g:afterglow_inherit_background is also set.

  • Italicize comments: let g:afterglow_italic_comments=1 (default: 0)

    📖 Helps visual grepping and quickly differentiating source code and comments when skimming through files.

    If using a terminal emulator (iTerm, Alacritty, Terminator...), check if it correctly supports italics. Evidently your chosen font type should have an italics variety too. In case of problems please check these two common scenarios before opening an issue concerning italics.

  • If you want to disable italics completely (for example if your emulator renders it with background highlight): let g:afterglow_use_italics=0 (default: 1)

  • Inherit background: let g:afterglow_inherit_background=1 (default: 0)

    Use this option if you want the background color to play nicely with the program (e.g. gVim, iTerm etc.) in which vim is used. It may be useful when instantiating vim inside Tmux.

Screenshots

Python

python2

Ruby

ruby

HTML

html

LaTeX

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