Skip to content

Instantly share code, notes, and snippets.

/* Background color */
:root[data-theme="dark"] {
--background-color: rgb(45, 45, 55);
}
/* General settings */
:root {
--entry-vertical-padding: 0.5em;
--entry-horizontal-padding: 0.5em;
--line-height-no-units: 16;
{{~! ================ Dictionary Categorization Options ================= ~}}
{{~! valid values: "bilingual", "monolingual" ~}}
{{~set "opt-first-definition-type" "monolingual" ~}}
{{~!
A bunch of JP and CN bilingual dictionaries covered by default,
including: JMdict, 新和英, CEDICT, etc
~}}
{{~#set "bilingual-dict-regex"~}} ^(([Jj][Mm][Dd]ict)(.*)|(.*)和英(.*)|日本語文法辞典\(全集\)|どんなときどう使う(.*)|毎日のんびり日本語教師|Bunpro Dictionary|Onomatoproject|Jitendex(.*))$ {{~/set~}}