[improvement] Color: update neutral color variables (#2121)

This commit is contained in:
neverland 2018-11-22 20:39:24 +08:00 committed by GitHub
parent bef8d5eb73
commit 58c06e7d34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,14 @@
@orange-dark: #ed6a0c; @orange-dark: #ed6a0c;
@orange-light: #fffbe8; @orange-light: #fffbe8;
@green: #4b0; @green: #4b0;
@gray: #c9c9c9; @gray: #c8c9cc;
@gray-light: #e5e5e5; @gray-light: #e5e5e5;
@gray-darker: #7d7e80; @gray-darker: #7d7e80;
@gray-dark: #999; @gray-dark: #969799;
// default colors // default colors
@text-color: #333; @text-color: #323233;
@border-color: #eee; @border-color: #ebedf0;
@active-color: #e8e8e8; @active-color: #e8e8e8;
@background-color: #f8f8f8; @background-color: #f8f8f8;
@background-color-light: #fafafa; @background-color-light: #fafafa;