Added basic theme
This commit is contained in:
parent
a085ca6867
commit
8b9afa66ce
42 changed files with 5633 additions and 0 deletions
37
themes/custom/source/css/_partial/var.less
Normal file
37
themes/custom/source/css/_partial/var.less
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
|
||||
@adapterDeviceList:750px,720px,640px,540px,480px,424px,414px,400px,384px,375px,360px,320px;
|
||||
@psdWidth:750px;
|
||||
@baseFontSize:100px;
|
||||
@len:length(@adapterDeviceList);
|
||||
@colorDiy:#13172F;
|
||||
@colorBar:transparent;
|
||||
@colorBg:transparent;
|
||||
@colorFont:#fff;
|
||||
@colorFontHover:gold;
|
||||
|
||||
@blog-bg-color: #2B2A32;
|
||||
@blog-theme-color: #FF787F;
|
||||
@blog-border-color: #3e4c42;
|
||||
@blog-font-color: #25AD87;
|
||||
@blog-title-color: #25AD87;
|
||||
@blog-github-fill-color: #25AD87;
|
||||
|
||||
@post-catalog-bg-color: #2b2a32;
|
||||
@post-catalog-font-color: #288EAD;
|
||||
@post-table-thead-bg-color: #30303a;
|
||||
@post-table-border-color: #3e4c42;
|
||||
@post-inline-code-bg-color: #282c34;
|
||||
@post-inline-code-border-color: #3e4c42;
|
||||
@post-cnblogs-code-bg-color: #282c34;
|
||||
@post-cnblogs-code-font-color: #abb2bf;
|
||||
@post-signature-bg-color: #30303a;
|
||||
@post-blockquote-border-color: #479680;
|
||||
|
||||
@comment-font-color: #C8B735;
|
||||
@comment-bg-color: #30303a;
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue