Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blue Topaz里没有Golden主题 #6

Open
76563 opened this issue Jan 5, 2023 · 0 comments
Open

Blue Topaz里没有Golden主题 #6

76563 opened this issue Jan 5, 2023 · 0 comments

Comments

@76563
Copy link

76563 commented Jan 5, 2023

作者你好!Golden Topaz是我非常喜欢的一款皮肤,看简介说它已经被同步到了Blue Topaz,但里面只有Flamingo(@mouth on Cloud&@rainbell)这个pink topaz的主题,没有金色的
image
为了能自定义Golden,我尝试理解了css并能够做一些简单的字体修改,但能在style setting里使用会更方便一些,于是我把golden的theme-light做成css代码片段(本人没接触过程序,方式很粗暴),试图更改Flamingo的颜色,但是失败了,因此前来Github请教,看是否有解决方法。

.theme-light {
--background-primary: #dddbc7;
--background-primary-alt: #fbf0d221;
--background-secondary: #dddbc7;
--background-secondary-alt: rgba(0, 0, 0, 0.1);
--background-accent: #e6eff4;
--background-modifier-border: rgba(0, 0, 0, 0.1);
--background-modifier-form-field: #fbf0d2;
--background-modifier-form-field-highlighted: #e6eff4;
--background-modifier-box-shadow: rgba(0, 0, 0, 0.1);
--background-modifier-success: #fbf0d2;
--background-modifier-error: #4c5064;
--background-modifier-error-rgb: 230, 135, 135;
--background-modifier-error-hover: #4c5064;
--background-modifier-cover: rgba(0, 0, 0, 0.8);
--text-accent: #4c5064;
--text-accent-hover: #4c5064;
--text-normal: #000000;
--text-muted: #4c5064;
--text-faint: #4c5064;
--accent-strong: #5667a4;
--text-error: #4c5064;
--text-error-hover: #4c5064;
--text-highlight-bg: #FBF0D0;
--text-selection: #fbf0d2;
--text-on-accent: #FBF0D0;
--interactive-normal: #dddbc7;
--interactive-hover: #e6eff4;
--interactive-accent-rgb: 70, 142, 235;
--interactive-accent: #4c5064;
--interactive-accent-hover: #e6eff4;
--panel-border-color: #dddbc7;
--search-text: #4c5064;
--folder-title: #4c5064;
--mark-highlight: #e6eff4;
--background-search-result: rgba(0, 0, 0, 0.1);
--gray-1: #a6a7a8;
--gray-2: #808080;
--red: #db4437;
--red-1: #a63b58;
--green: #0f9d58;
--darkgreen: #1a8b8d;
--blue: #4285f4;
--darkblue: #5667a4;
--purple: #a23ef7;
--aqua: #63e2fd;
--yellow: #f4b400;
--light-yellow: #ffe168;
--orange: #ff7622;
--light-purple: #b77dca;
--blue-green: #00b0b5;
--embed-color: #fbf0d221;
--search-result-file-title-color: #4c5064;
--theme-color: #4c5064;
--theme-color-translucent: #4c5064;
--theme-color-translucent-1: #fbf0d2;
--color-specification: #e6eff4;
--allow-1: #4c5064;
--list-ul-block-color: #4c5064;
--list-ul-disc-color: #4c5064;
--list-ul-hover: #fbf0d2;
--list-ol-block-color: #4c5064;
--list-ol-number-color: #4c5064;
--list-ol-hover: #fbf0d2;
--tag1: #5667a4;
--tag2: #007672;
--tag3: #3f73b8;
--tag4: #608ec1;
--tag5: #786b54;
--tag6: #6da1dd;
--tag7: #a29c90;
--tag8: #1a8b8d;
--tag9: #a6a7a8;
--h1-color: #000000;
--h2-color: #000000;
--h3-color: #000000;
--h4-color: #000000;
--h5-color: #000000;
--h6-color: #000000;
--graph-text-color: #000000;
--graphtag: #4c5064;
--graph-attach: #4c5064;
--graph-circle: #5667a4;
--graph-line: #5667a4;
--graph-unresolved: #4c5064;
--graph-arrow: #5667a4;
--mermaid-active-task-color: #e6eff4;
--mermaid-seq-dia-color: #59a0e2;
--table-background-color: #dddbc7;
--table-background-color-odd: #dddbc7;
--table-border-color: #4c5064;
--table-thead-background-color: #dddbc7;
--table-hover-raw-color: #dddbc7;
--table-hover-color: #fbf0d28a;
--table-hover-thead-color: #fbf0d28a;
--calendar-week-color: #4c5064;
--calendar-week-hover: #4c5064;
--calendar-week-background-color: #e6eff4;
--day-planner-pie: #4c5064;
--day-planner-timeline: #7db9ff;
--day-planner-line: #7db9ff;
--day-planner-dot: #e6eff4;
--day-planner-item-hover: #4c5064;
--event-item-color1: #77aff1;
--event-item-color2: #6da1dd;
--event-item-color3: #6292cb;
--event-item-color4: #5883b4;
--event-item-color5: #4e749f;
--event-item-color6: #44658b;
--event-item-color7: #4e749f;
--event-item-color8: #5883b4;
--event-item-color9: #6292cb;
--event-item-color10: #6da1dd;
--note-important: #4c5064;
--note-cloze: #000000;
--stickies-color-1: #5667a4;
--stickies-color-2: #007672;
--tape-color: #786b54;
--header-color: #E1B87F;
}

Golden是我刚下载obsidian时就一眼看中的第一款皮肤,后来发现是国人女生做的更惊喜。希望能得到解答~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant