1
0
mirror of https://github.com/amix/vimrc synced 2025-07-16 08:35:00 +08:00

update vimrc, add colors support

This commit is contained in:
Chris Hu
2016-08-22 21:00:27 +08:00
committed by Huaishun Hu
parent a3013bef35
commit 5fdb80a985
33 changed files with 1168 additions and 0 deletions

View File

@ -0,0 +1,25 @@
i
background: #359
b
background: #335599
u
background: rgba(144, 0, 0, .5)
s
background: hsl(0, 100%, 50%)
!color1 = #359
!color2 = #335599
!color3 = rgba(144, 0, 0, .5)
!color4 = hsl(0, 100%, 50%)
/*
* #123, #456
*/
// #123456
ul
color = white
li
color = yellow
background = black