Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Oct 30, 2020
1 parent 1552b8f commit bbabee1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/daylight/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,11 @@
--b3-vditor-mark-paren-color: #008000;
--b3-vditor-mark-block-color: #660e7a;
--b3-vditor-mark-tag-color: #0033b3;

/* 即时渲染行内元素颜色 */
--b3-vditor-inline-strong-color: #202124;
--b3-vditor-inline-em-color: #202124;
--b3-vditor-inline-s-color: #202124;
--b3-vditor-inline-link-color: #4285f4;
--b3-vditor-inline-tag-color: #5f6368;
}
7 changes: 7 additions & 0 deletions themes/midnight/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,11 @@
--b3-vditor-mark-paren-color: #6a8759;
--b3-vditor-mark-block-color: #9876aa;
--b3-vditor-mark-tag-color: #cc7832;

/* 即时渲染行内元素颜色 */
--b3-vditor-inline-strong-color: #e8eaed;
--b3-vditor-inline-em-color: #e8eaed;
--b3-vditor-inline-s-color: #e8eaed;
--b3-vditor-inline-link-color: #4285f4;
--b3-vditor-inline-tag-color: #9aa0a6;
}

0 comments on commit bbabee1

Please sign in to comment.