Skip to content

Instantly share code, notes, and snippets.

@islands04
Created March 15, 2020 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save islands04/68e4b8dc6cb4b882c4fa9d9a5d05c853 to your computer and use it in GitHub Desktop.
Save islands04/68e4b8dc6cb4b882c4fa9d9a5d05c853 to your computer and use it in GitHub Desktop.
Vim Deus Colors
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
syntax on
colorscheme deus
let g:deus_termcolors=256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment