Skip to content

Commit

Permalink
适配 2.10.0 & 升级配色方案到 VLOOK 19
Browse files Browse the repository at this point in the history
  • Loading branch information
bug320 committed Aug 18, 2023
1 parent 156c7eb commit aa96c78
Show file tree
Hide file tree
Showing 8 changed files with 542 additions and 412 deletions.
2 changes: 1 addition & 1 deletion style/custom/v-conver-img.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions style/custom/v-splite-by-line-bq.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/* 如果是 在引用内的 引用,设置分栏和颜色 */
.bq .bq {
color: var(--d-f-c);
background: var(--ac-theme1-fade);
background: var(--ac-t1-fade);
border-radius: var(--v-r-b);
padding: .75em 1em;
margin-top: 0;
Expand All @@ -37,18 +37,18 @@

/* 如果是 在引用内的 引用,调整长度 */
.bq .hr+.bq::before,
.bq .hr+.bq+.bq::before{
/* ⬛︎ ⬛︎ 2 Columns of Quote ⬛︎ ⬛︎ */
.bq .hr+.bq+.bq::before {
/* ⬛︎ ⬛︎ 2 Columns of Quote ⬛︎ ⬛︎ */
width: 150%;

}

/* 如果是 在引用内的 引用,调整长度 */
.bq .hr+.hr+.bq::before,
.bq .hr+.hr+.bq+.bq::before,
.bq .hr+.hr+.bq+.bq+.bq::before{
/* ⬛︎ ⬛︎ ⬛︎ 3 Columns of Quote ⬛︎ ⬛︎ ⬛︎ */
width: 260%;
.bq .hr+.hr+.bq+.bq+.bq::before {
/* ⬛︎ ⬛︎ ⬛︎ 3 Columns of Quote ⬛︎ ⬛︎ ⬛︎ */
width: 260%;
}

/* 如果是 在引用内的 引用,调整长度 */
Expand All @@ -63,7 +63,7 @@
.bq,
body:not([class]) .bq {
color: var(--d-f-c);
background: var(--ac-theme1-fade);
background: var(--ac-t1-fade);
border-radius: var(--v-r-b);
padding: .75em 1em;
margin-top: 0;
Expand Down Expand Up @@ -133,8 +133,8 @@ body:not([class]) .bq {
:is(.hr+.hr, .hr+.hr)+.bq+.bq+.bq {
color: var(--d-f-c);
display: inline-block !important;
max-width: var(--bq-three-line-width)!important;
min-width: var(--bq-three-line-width)!important;
max-width: var(--bq-three-line-width) !important;
min-width: var(--bq-three-line-width) !important;
vertical-align: top
}

Expand Down Expand Up @@ -188,4 +188,4 @@ body:not([class]) .bq {

.bq .protyle-linenumber__rows {
color: var(--h-f)
}
}
10 changes: 5 additions & 5 deletions style/docks/dock-status.css
Original file line number Diff line number Diff line change
Expand Up @@ -300,20 +300,20 @@

/* 顶栏 */
#toolbar {
background-color: var(--ac-theme2);
background-color: var(--ac-t2);
/* color: rgba(255, 236, 240, 100); */
color: var(--ac-theme2-title-dk);
color: var(--ac-t2-title-dk);
}

#toolbar #drag {
/* color: rgba(255, 236, 240, 100); */
color: var(--ac-theme2-title-dk);
color: var(--ac-t2-title-dk);

}

#toolbar .toolbar__item {
/* color: rgba(255, 236, 240, 100); */
color: var(--ac-theme2-title-dk);
color: var(--ac-t2-title-dk);

}

Expand All @@ -323,6 +323,6 @@
}

/* 关闭按钮 */
.b3-dialog__close{
.b3-dialog__close {
color: #dc362e;
}
30 changes: 15 additions & 15 deletions style/theme-on-vlook-conifg-dt.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[data-theme-mode="dark"] {
/* --------------------------------- 兼容性的配置 */
--ac-theme1: rgb(23, 227, 203);
--ac-theme1-alt-dk: #17e3cb;
--ac-theme1-fade-dk: rgba(23, 227, 203);
--ac-theme2: rgb(214, 188, 253);
--ac-theme2-alt-dk: #d6bcfd;
--ac-theme2-fade-dk: rgba(214, 188, 253, 0.35);
--ac-theme2-title-dk: var(--d-f-c-dk);
--ac-t1: rgb(23, 227, 203);
--ac-t1-alt-dk: #17e3cb;
--ac-t1-fade-dk: rgba(23, 227, 203);
--ac-t2: rgb(214, 188, 253);
--ac-t2-alt-dk: #d6bcfd;
--ac-t2-fade-dk: rgba(214, 188, 253, 0.35);
--ac-t2-title-dk: var(--d-f-c-dk);

/*主题色1*/
--v-theme1: var(--ac-theme1);
--v-theme1: var(--ac-t1);
--v-theme1-rgb-value: 23, 227, 203;
--v-theme1-color: rgb(220, 215, 215);

/*主题色2*/
--v-theme2: var(--ac-theme2);
--v-theme2: var(--ac-t2);
--v-theme2-rgb-value: 214, 188, 253;
--v-theme2-color: rgb(220, 215, 215);

Expand Down Expand Up @@ -70,7 +70,7 @@
--v-block-mark-color: var(--d-f-c);
--v-block-mark-bg-color: var(--mark-bg);
/*内容引用块颜色*/
--v-block-blockref-color: var(--ac-theme1);
--v-block-blockref-color: var(--ac-t1);

/*标签颜色*/
--v-block-tag-color: var(--v-btn-f);
Expand All @@ -79,7 +79,7 @@
/*代码块颜色*/
--v-block-code-bg-color: var(--code-bg);
--v-black-code-font-family: var(--v-f-fm-code);
--v-black-code-boder-color: var(--tbl-bder);
--v-black-code-boder-color: var(--tbl-bd);

/*删除块颜色 #6670a9 */
--v-block-del-color: var(--d-f-c-alt);
Expand All @@ -88,8 +88,8 @@
/*加粗颜色*/
--v-block-strong-color: var(--d-f-c);
/* 任务完成颜色 */
--v-task--done-color:var(--ac-gray-title);
--v-task--done-color: var(--ac-gy-title);

/*键盘按键色*/
--v-block-kbd-font: var(var(--v-f-w-bd) 0.75em var(--v-f-fm-key));
--v-block-kbd-border-radius: var(--v-r-s-small);
Expand All @@ -110,7 +110,7 @@

/*引用块设置*/
--v-block-bq-color: var(--d-f-c);
--v-block-bq-bg-color: var(--ac-theme2-fade);
--v-block-bq-bg-color: var(--ac-t2-fade);
--v-block-bq-border-radius: var(--v-r-b);

/*h1~h6*/
Expand Down Expand Up @@ -144,7 +144,7 @@

--kbline-board-border-radius: var(--v-r-b);
/*圆角弧度*/
--kbline-board-border-color: var(--ac-theme2);
--kbline-board-border-color: var(--ac-t2);
/*边框颜色*/


Expand Down
23 changes: 11 additions & 12 deletions style/theme-on-vlook-conifg.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
:root {
/* --------------------------------- 兼容性的配置 */
/*主题色1*/
--v-theme1: var(--ac-theme1);
--v-theme1: var(--ac-t1);
--v-theme1-rgb-value: 128, 100, 169;
--v-theme1-color: #fff;

/*主题色2*/
--v-theme2: var(--ac-theme2);
--v-theme2: var(--ac-t2);
--v-theme2-rgb-value: 42, 168, 153;
--v-theme2-color: #fff;

Expand All @@ -17,9 +17,8 @@
/*编辑区*/
--v-theme-background: var(--bg-color);
--v-theme-background-light: rgba(238, 238, 238, .25)

/*编辑区/列表区*/
--v-theme-on-background: var(--d-f-c);
/*编辑区/列表区*/
--v-theme-on-background: var(--d-f-c);

/*面板区*/
--v-theme-surface: var(--bg-color);
Expand Down Expand Up @@ -63,7 +62,7 @@
--v-block-mark-color: var(--d-f-c);
--v-block-mark-bg-color: var(--mark-bg);
/*内容引用块颜色*/
--v-block-blockref-color: var(--ac-theme1);
--v-block-blockref-color: var(--ac-t1);

/*标签颜色*/
--v-block-tag-color: var(--v-btn-f);
Expand All @@ -72,7 +71,7 @@
/*代码块颜色*/
--v-block-code-bg-color: var(--code-bg);
--v-black-code-font-family: var(--v-f-fm-code);
--v-black-code-boder-color: var(--tbl-bder);
--v-black-code-boder-color: var(--tbl-bd);

/*删除块颜色 #6670a9 */
--v-block-del-color: var(--d-f-c-alt);
Expand All @@ -81,7 +80,7 @@
/*加粗颜色*/
--v-block-strong-color: var(--d-f-c);
/* 任务完成颜色 */
--v-task--done-color:var(--ac-gray-title);
--v-task--done-color: var(--ac-gy-title);


/*键盘按键色*/
Expand All @@ -104,7 +103,7 @@

/*引用块设置*/
--v-block-bq-color: var(--d-f-c);
--v-block-bq-bg-color: var(--ac-theme1-fade);
--v-block-bq-bg-color: var(--ac-t1-fade);
--v-block-bq-border-radius: var(--v-r-b);

/*h1~h6*/
Expand All @@ -121,7 +120,7 @@

--kbline-board-bg-color: #e7e7e7;
/* 主背景色 */
/* 各个子项背景色 */
/* 各个子项背景色 */
--kbline-board-pa-color: #a1a2a5;
/* 列表项的点 */
--kbline-board-bg-color1: #fdfdfd;
Expand All @@ -139,7 +138,7 @@

--kbline-board-border-radius: var(--v-r-b);
/*圆角弧度*/
--kbline-board-border-color: var(--ac-theme2);
--kbline-board-border-color: var(--ac-t2);
/*边框颜色*/


Expand Down Expand Up @@ -242,7 +241,7 @@
/* dock栏 */
--b3-dockright-color: rgb(55, 53, 47, .5);
--b3-dockright-background: rgba(237, 236, 233);
--b3-dockright-item-active-background: #fff;
--b3-dockright-item-active-background: #fff;
--b3-dockleft-color: rgb(55, 53, 47, .5);
--b3-dock-background: rgba(237, 236, 233);
--b3-dockleft-item-active-background: #fff;
Expand Down
Loading

0 comments on commit aa96c78

Please sign in to comment.