mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
Theme: use a FFFFFF background for pure theme
This commit is contained in:
parent
5ba1ba5b97
commit
a5671e20e5
@ -32,14 +32,14 @@ pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selectio
|
||||
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
|
||||
text-shadow: none;
|
||||
background-color: #1976d2;
|
||||
color: #f5f5f5;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
|
||||
code[class*="language-"]::selection, code[class*="language-"] ::selection {
|
||||
text-shadow: none;
|
||||
background-color: #1976d2;
|
||||
color: #f5f5f5;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
@ -19,8 +19,8 @@
|
||||
"bg3_3" : "#d2d2d2",
|
||||
"bg3_4" : "#dadada",
|
||||
"bg3_41" : "#e0e0e0",
|
||||
"bg3_5" : "#eaeaea",
|
||||
"bg3_6" : "#f5f5f5",
|
||||
"bg3_5" : "#f5f5f5",
|
||||
"bg3_6" : "#ffffff",
|
||||
"fg3_5" : "#222222",
|
||||
"fg3_6" : "#646464",
|
||||
"fg3_7" : "#7a7a7a",
|
||||
|
@ -10,8 +10,8 @@
|
||||
"font-family" : "YaHei Consolas Hybrid, Consolas, Monaco, Andale Mono, Monospace, Courier New",
|
||||
"font-size" : 12,
|
||||
"text-color" : "#222222",
|
||||
"background-color" : "#f5f5f5",
|
||||
"selected-text-color" : "#f5f5f5",
|
||||
"background-color" : "#ffffff",
|
||||
"selected-text-color" : "#ffffff",
|
||||
"selected-background-color" : "#1976d2"
|
||||
},
|
||||
"CursorLine" : {
|
||||
@ -30,7 +30,7 @@
|
||||
},
|
||||
"IndicatorsBorder" : {
|
||||
"text-color" : "#aaaaaa",
|
||||
"background-color" : "#f1f1f1"
|
||||
"background-color" : "#fafafa"
|
||||
},
|
||||
"CurrentLineNumber" : {
|
||||
"text-color" : "#222222"
|
||||
@ -70,8 +70,8 @@
|
||||
"font-family" : "YaHei Consolas Hybrid, 冬青黑体, Microsoft YaHei, 微软雅黑, Microsoft YaHei UI, WenQuanYi Micro Hei, 文泉驿雅黑, Dengxian, 等线体, STXihei, 华文细黑, Liberation Sans, Droid Sans, NSimSun, 新宋体, SimSun, 宋体, Verdana, Helvetica, Tahoma, Arial, Geneva, Georgia, Times New Roman",
|
||||
"font-size" : 12,
|
||||
"text-color" : "#222222",
|
||||
"background-color" : "#f5f5f5",
|
||||
"selected-text-color" : "#f5f5f5",
|
||||
"background-color" : "#ffffff",
|
||||
"selected-text-color" : "#ffffff",
|
||||
"selected-background-color" : "#1976d2"
|
||||
}
|
||||
},
|
||||
|
@ -4,7 +4,7 @@ body {
|
||||
color: #222222;
|
||||
line-height: 1.5;
|
||||
padding: 16px;
|
||||
background-color: #f5f5f5;
|
||||
background-color: #ffffff;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
@ -201,25 +201,25 @@ div.vx-plantuml-graph {
|
||||
|
||||
::selection {
|
||||
background-color: #1976d2;
|
||||
color: #f5f5f5;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
background-color: #eaeaea;
|
||||
background-color: #f5f5f5;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-corner {
|
||||
background-color: #eaeaea;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-button {
|
||||
/* This selector affects the styling of both the up & down and left & right buttons of a scrollbar */
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
background-color: #eaeaea;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-button:hover {
|
||||
@ -232,7 +232,7 @@ div.vx-plantuml-graph {
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
/* This selector affects the styling of the area in the scrollbar between the two buttons */
|
||||
background-color: #eaeaea;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
|
Loading…
x
Reference in New Issue
Block a user