Created
March 15, 2020 01:43
-
-
Save islands04/68e4b8dc6cb4b882c4fa9d9a5d05c853 to your computer and use it in GitHub Desktop.
Vim Deus Colors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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