xrdb, Vim: Use Linux colors

This commit is contained in:
Salt 2018-11-05 16:43:11 -06:00
parent 9bfa853139
commit 74e27e6278
4 changed files with 24 additions and 4 deletions

View File

@ -0,0 +1,24 @@
*background: #000000
*bg2: #181818
*bg3: #686868
*foreground: #b2b2b2
! Black Red Green Yellow Blue Magenta Cyan Grey
! Dim
*color0: #000000
*color1: #b21818
*color2: #18b218
*color3: #b26818
*color4: #1818b2
*color5: #b218b2
*color6: #18b2b2
*color7: #b2b2b2
! Intense
*color8: #686868
*color9: #ff5454
*color10: #54ff54
*color11: #ffff54
*color12: #5454ff
*color13: #ff54ff
*color14: #54ffff
*color15: #ffffff

3
.gitmodules vendored
View File

@ -1,9 +1,6 @@
[submodule ".vim/bundle/vim-closetag"] [submodule ".vim/bundle/vim-closetag"]
path = .vim/bundle/vim-closetag path = .vim/bundle/vim-closetag
url = https://github.com/alvan/vim-closetag.git url = https://github.com/alvan/vim-closetag.git
[submodule ".vim/bundle/gruvbox"]
path = .vim/bundle/gruvbox
url = https://github.com/morhetz/gruvbox.git
[submodule ".vim/bundle/SimpylFold"] [submodule ".vim/bundle/SimpylFold"]
path = .vim/bundle/SimpylFold path = .vim/bundle/SimpylFold
url = https://github.com/tmhedberg/SimpylFold.git url = https://github.com/tmhedberg/SimpylFold.git

@ -1 +0,0 @@
Subproject commit cb4e7a5643f7d2dd40e694bcbd28c4b89b185e86