refine moonlight theme

This commit is contained in:
Le Tan 2020-12-31 21:08:55 +08:00
parent 759c562eb8
commit bc11a8d0af
4 changed files with 11 additions and 11 deletions

View File

@ -39,7 +39,7 @@ pre[class*="language-"] {
:not(pre) > code[class*="language-"], :not(pre) > code[class*="language-"],
pre[class*="language-"] { pre[class*="language-"] {
background: #3c414d; background: #2d323b;
} }
/* Inline code */ /* Inline code */

View File

@ -80,7 +80,7 @@
"bg" : "@palette#bg1_51" "bg" : "@palette#bg1_51"
}, },
"content" : { "content" : {
"fg" : "@palette#fg1_9", "fg" : "@palette#fg1_8",
"bg" : "@palette#bg10_5", "bg" : "@palette#bg10_5",
"border" : "@base#normal#border", "border" : "@base#normal#border",
"disabled" : { "disabled" : {

View File

@ -9,7 +9,7 @@
"//comment" : "Support a list of fonts separated by ,", "//comment" : "Support a list of fonts separated by ,",
"font-family" : "YaHei Consolas Hybrid, Consolas, Monaco, Andale Mono, Monospace, Courier New", "font-family" : "YaHei Consolas Hybrid, Consolas, Monaco, Andale Mono, Monospace, Courier New",
"font-size" : 12, "font-size" : 12,
"text-color" : "#d7dae0", "text-color" : "#ccd1d8",
"background-color" : "#333842", "background-color" : "#333842",
"selected-text-color" : "#e3e5e9", "selected-text-color" : "#e3e5e9",
"selected-background-color" : "#0c7bff" "selected-background-color" : "#0c7bff"
@ -33,7 +33,7 @@
"background-color" : "#2d323b" "background-color" : "#2d323b"
}, },
"CurrentLineNumber" : { "CurrentLineNumber" : {
"text-color" : "#d7dae0" "text-color" : "#ccd1d8"
}, },
"Folding" : { "Folding" : {
"text-color" : "#838fd3" "text-color" : "#838fd3"
@ -69,7 +69,7 @@
"//comment" : "Support a list of fonts separated by ,", "//comment" : "Support a list of fonts separated by ,",
"font-family" : "冬青黑体, YaHei Consolas Hybrid, Microsoft YaHei, 微软雅黑, Microsoft YaHei UI, WenQuanYi Micro Hei, 文泉驿雅黑, Dengxian, 等线体, STXihei, 华文细黑, Liberation Sans, Droid Sans, NSimSun, 新宋体, SimSun, 宋体, Verdana, Helvetica, sans-serif, Tahoma, Arial, Geneva, Georgia, Times New Roman", "font-family" : "冬青黑体, YaHei Consolas Hybrid, Microsoft YaHei, 微软雅黑, Microsoft YaHei UI, WenQuanYi Micro Hei, 文泉驿雅黑, Dengxian, 等线体, STXihei, 华文细黑, Liberation Sans, Droid Sans, NSimSun, 新宋体, SimSun, 宋体, Verdana, Helvetica, sans-serif, Tahoma, Arial, Geneva, Georgia, Times New Roman",
"font-size" : 12, "font-size" : 12,
"text-color" : "#d7dae0", "text-color" : "#ccd1d8",
"background-color" : "#333842", "background-color" : "#333842",
"selected-text-color" : "#e3e5e9", "selected-text-color" : "#e3e5e9",
"selected-background-color" : "#0c7bff" "selected-background-color" : "#0c7bff"
@ -185,7 +185,7 @@
"font-family" : "YaHei Consolas Hybrid, Consolas, Monaco, Andale Mono, Monospace, Courier New" "font-family" : "YaHei Consolas Hybrid, Consolas, Monaco, Andale Mono, Monospace, Courier New"
}, },
"MARK" : { "MARK" : {
"text-color" : "#d7dae0", "text-color" : "#ccd1d8",
"background-color" : "#551560" "background-color" : "#551560"
}, },
"TABLE" : { "TABLE" : {

View File

@ -1,7 +1,7 @@
body { body {
margin: 0 auto; margin: 0 auto;
font-family: "Segoe UI", Helvetica, sans-serif, Tahoma, Arial, Geneva, Georgia, Palatino, "Times New Roman", "冬青黑体", "YaHei Consolas Hybrid", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", "WenQuanYi Micro Hei", "文泉驿雅黑", Dengxian, "等线体", STXihei, "华文细黑", "Liberation Sans", "Droid Sans", NSimSun, "新宋体", SimSun, "宋体"; font-family: "Segoe UI", Helvetica, sans-serif, Tahoma, Arial, Geneva, Georgia, Palatino, "Times New Roman", "冬青黑体", "YaHei Consolas Hybrid", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", "WenQuanYi Micro Hei", "文泉驿雅黑", Dengxian, "等线体", STXihei, "华文细黑", "Liberation Sans", "Droid Sans", NSimSun, "新宋体", SimSun, "宋体";
color: #d7dae0; color: #ccd1d8;
line-height: 1.5; line-height: 1.5;
padding: 15px; padding: 15px;
background-color: #333842; background-color: #333842;
@ -106,7 +106,7 @@ pre code {
padding-left: 0.5em; padding-left: 0.5em;
padding-right: 0.5em; padding-right: 0.5em;
color: #98c379; color: #98c379;
background-color: #3c414d; background-color: #2d323b;
line-height: 1.5; line-height: 1.5;
font-family: "YaHei Consolas Hybrid", Consolas, Monaco, Monospace, Courier; font-family: "YaHei Consolas Hybrid", Consolas, Monaco, Monospace, Courier;
white-space: pre; white-space: pre;
@ -252,15 +252,15 @@ div.vx-plantuml-graph {
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
/* This selector affects the styling of draggable element of the scollbar */ /* This selector affects the styling of draggable element of the scollbar */
border: none; border: none;
background-color: #4c5562; background-color: #3b424c;
} }
::-webkit-scrollbar-thumb:hover { ::-webkit-scrollbar-thumb:hover {
background-color: #576071; background-color: #535d6c;
} }
::-webkit-scrollbar-thumb:active { ::-webkit-scrollbar-thumb:active {
background-color: #535d6c; background-color: #4c5562;
} }
::-webkit-scrollbar-button:horizontal:increment { ::-webkit-scrollbar-button:horizontal:increment {