All Projects → ajmwagar → Vim Deus

ajmwagar / Vim Deus

Licence: mit
🌙 A better color scheme for the late night coder

Projects that are alternatives of or similar to Vim Deus

Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (-40.13%)
Mutual labels:  neovim, vim-colorscheme, color-scheme
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (-76.82%)
Mutual labels:  neovim, vim-colorscheme, color-scheme
vim-humanoid-colorscheme
Light and dark theme for vim with bright colors
Stars: ✭ 67 (-85.62%)
Mutual labels:  color-scheme, vim-colorscheme
dotfiles
My dotfiles with dwm, qtile and awesome.
Stars: ✭ 178 (-61.8%)
Mutual labels:  neovim, color-scheme
Vim Hemisu
A Vim color scheme with dark and light variants
Stars: ✭ 271 (-41.85%)
Mutual labels:  neovim, color-scheme
vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (-92.92%)
Mutual labels:  color-scheme, vim-colorscheme
neon
Customizable coloscheme with dark and light options, vivid colors and easy on the eye.
Stars: ✭ 100 (-78.54%)
Mutual labels:  color-scheme, vim-colorscheme
Vim Dogrun
🐶 A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.
Stars: ✭ 261 (-43.99%)
Mutual labels:  neovim, vim-colorscheme
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (-66.09%)
Mutual labels:  neovim, color-scheme
Spacecamp
🔭 Vim colors for the final frontier
Stars: ✭ 288 (-38.2%)
Mutual labels:  vim-colorscheme, color-scheme
Spaceduck
🚀 🦆 An intergalactic space theme for Vim, Terminal, and more!
Stars: ✭ 177 (-62.02%)
Mutual labels:  neovim, color-scheme
Vim Deep Space
An intergalactically friendly color scheme for Vim.
Stars: ✭ 214 (-54.08%)
Mutual labels:  neovim, color-scheme
Lush.nvim
Define Neovim themes as a DSL in lua, with real-time feedback.
Stars: ✭ 204 (-56.22%)
Mutual labels:  neovim, color-scheme
aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (-67.6%)
Mutual labels:  color-scheme, vim-colorscheme
Vim Noctu
A Vim color scheme for 16-color terminals
Stars: ✭ 174 (-62.66%)
Mutual labels:  neovim, color-scheme
disco.vim
A full set of 2-, 8-, 16-, 88-, 256-, and GUI-color-compatible Vim colors.
Stars: ✭ 53 (-88.63%)
Mutual labels:  color-scheme, vim-colorscheme
Neosolarized
NeoSolarized: A fixed solarized colorscheme for better truecolor support.
Stars: ✭ 333 (-28.54%)
Mutual labels:  neovim, color-scheme
Oceanic Material
Oceanic Material Colorscheme on Vim/NeoVim
Stars: ✭ 117 (-74.89%)
Mutual labels:  neovim, vim-colorscheme
Awesome Vim Colorschemes
Collection of awesome color schemes for Neo/vim, merged for quick use.
Stars: ✭ 1,951 (+318.67%)
Mutual labels:  neovim, color-scheme
Vim No Color Collections
Collection of Vim themes with barely any colors
Stars: ✭ 270 (-42.06%)
Mutual labels:  vim-colorscheme, color-scheme

vim-deus

Deus was created out of sheer rage caused by all of the bad Solarized/Gruvbox clones. (No offense) I was tired of them. I needed something original, something new. So if you are like me, and I believe many of you are...

I present you Deus:

Screenshots


Installation

Manual:

  1. download & place deus.vim in your vimfiles/colors folder (usually ~/.vim/colors/)
  2. add this line to your .vimrc

colors deus

OR

Use a package manager like Pathogen, Vundle, or Vim-plug just to name a few:

Pathogen:

Run this in your terminal

cd ~/.vim/

mkdir bundle

cd bundle

git clone https://github.com/ajmwagar/vim-deus.git

Vim-Plug:

Add the following lines to your ~/.vimrc:

call plug#begin('~/.vim/bundle/')
Plug 'ajmwagar/vim-deus'
cal  plug#end()

Don't forget to run:

:PlugInstall


Language Syntax Support:

  • Lua
  • Go
  • JavaScript
  • CSS/HTML
  • PHP
  • C#
  • JSON
  • Markdown
  • Haskell
  • Scala
  • Elixir
  • Java
  • MoonScript
  • Objective C
  • C Languages
  • CoffeeScript
  • Ruby
  • Rust
  • Python
  • Clojure
  • XML
  • Any many more... (try vim-polyglot for syntax packs)

Bold = really nice looking (They all look good but these are my personal favorites.)


Plugin support

  • Airline :AirlineTheme deus
  • coc.nvim (popup-windows & error colors)
  • Ctrlp
  • FZF
  • NerdTREE
  • Syntastic (and most linters)
  • Deoplete
  • YCM (YouCompleteMe)
  • Tabbar
  • Vim-easy-motion
  • Sneak
  • Rainbow-Parentheses

Palette

Color Hex Use
#242a32 black
#d54e53 red
#98c379 green
#e5c07b yellow
#83a598 blue
#c678dd purple
#70c0ba teal
#eaeaea white
#666666 bright black
#ec3e45 bright red
#90c966 bright green
#edbf69 bright yellow
#73ba9f bright blue
#c858e9 bright purple
#2bcec2 bright teal
#ffffff bright white
#2c323b background
#eaeaea foreground

Troubleshooting

When using terminal-vim and vim-deus the colors can get messed up.

To fix this add the following snippet to your ~/.vimrc:

set t_Co=256
set termguicolors

let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"

set background=dark    " Setting dark mode
colorscheme deus
let g:deus_termcolors=256

Tmux

Instructions on how to enable TrueColor for Tmux can be found here.

Italics

If you use vim in a terminal that supports italics, set the environment variable TERM_ITALICS to TRUE (i.e. export TERM_ITALICS=true) to enable with vim-deus.

Terminal Support

Deus has been ported to the following terminal emulators.

Terminal Emulator Configuration
Alacritty alacritty.yml

Thank You

I took a lot of inspiration from two great colorschemes, Onedark and Gruvbox. I want to thank their creators for making such great color schemes. So thank you!

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