hexo-theme-async
Version:
🎈 A simple, lightweight Hexo theme
52 lines (46 loc) • 1.24 kB
text/less
:root {
--highlight-background: #f6f8fa;
--highlight-foreground: #4d5a60;
// 行号
--highlight-gutter-color: #90a4ae;
--highlight-gutter-bg-color: #f1f1f1;
// 工具栏
--highlight-tools-color: #646464;
--highlight-tools-bg-color: #e6ebf1;
//
--highlight-scrollbar: #d7d7d7;
// 代码
--highlight-addition: #e32323;
--highlight-deletion: #bf42bf;
--highlight-comment: rgba(149, 165, 166, 0.8);
--highlight-yellow: #ffb62c;
--highlight-purple: #7c4dff;
--highlight-aqua: #39adb5;
--highlight-red: #e53935;
--highlight-orange: #f76d47;
--highlight-green: #91b859;
--highlight-blue: #6182b8;
&.dark {
--highlight-background: #303030;
--highlight-foreground: #eeeeee;
// 行号
--highlight-gutter-color: #b9b9b9;
--highlight-gutter-bg-color: #2a2a2a;
// 工具栏
--highlight-tools-color: #adadad;
--highlight-tools-bg-color: #444444;
//
--highlight-scrollbar: #646464;
// 代码
--highlight-addition: #30de10;
--highlight-deletion: #d62744;
--highlight-comment: #969896;
--highlight-yellow: #ffcb6b;
--highlight-purple: #c792ea;
--highlight-aqua: #89ddff;
--highlight-red: #ff5370;
--highlight-orange: #f78c6c;
--highlight-green: #c3e88d;
--highlight-blue: #82aaff;
}
}