Skip to content

Latest commit

 

History

History
86 lines (70 loc) · 2.3 KB

custom-color.md

File metadata and controls

86 lines (70 loc) · 2.3 KB

custom theme

--ls-custom-theme-color: #769AFF;
--ls-primary-background-color: #232329;
--ls-secondary-background-color: #2B2B33;

checkbox

--ls-task-done-text-color: gray;

bullet threading

--ls-bullet-threading-background-color: #34343c;

code block

--ls-code-color: #fff;
--ls-code-language-color: gray;
--ls-code-background-color: #34343c;
--ls-code-selected-background-color: #32445A;

tag

--ls-labels-bug-color: #D46459;
--ls-labels-improvement-color: #4EA7FC;
--ls-labels-feature-color: #BB87FC;
--ls-labels-documentation-color: #39A8FC;
--ls-labels-idea-color: #5E6AD2;
--ls-labels-style-color: gray;
--ls-labels-chore-color: gray;
--ls-labels-test-color: #E5DA45;
--ls-labels-refactor-color: #00DA97;
--ls-labels-question-color: #D97ECA;

--ls-tag-priority-a-color: #000;
--ls-tag-priority-b-color: #000;
--ls-tag-priority-c-color:#000;
--ls-tag-priority-a-background-color: #FF7262;
--ls-tag-priority-b-background-color: #FFC600;
--ls-tag-priority-c-background-color: #E9ECEF;

pdf

--ls-pdf-dark-background-color: #2B2B33;
--ls-pdf-light-background-color: #F7F7F7;
--ls-pdf-warm-background-color: #F9EFDB;

--ls-pdf-dark-selected-background-color: #264F78;
--ls-pdf-light-selected-background-color: #B9E7FF;
--ls-pdf-warm-selected-background-color: #B9E7FF;

--ls-pdf-highlight-red-color: #FCA5A5;
--ls-pdf-highlight-blue-color: #93C5FD;
--ls-pdf-highlight-purple-color: #D884FE;
--ls-pdf-highlight-yellow-color: #FCD34D;
--ls-pdf-highlight-green-color:#86EFAC;

custom fonts

Font selection is not provided, but you can customize the font in the following way

/* --ls-font-family: 正文字体 */
/* --ct-code-font-family: 代码块字体 */
:root {
    --ls-font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    --ct-code-font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

If you don't really like the default font, but there is no font selection option, i recommend considering the following options