mirror of
https://github.com/michael-andreuzza/sequoia-obsidian.git
synced 2026-07-22 04:40:30 +00:00
32 lines
957 B
CSS
32 lines
957 B
CSS
/* Sequoia Sequoia Monochrome Light for Obsidian */
|
|
.theme-light {
|
|
--background-primary: #edeef2;
|
|
--background-primary-alt: #edeef2;
|
|
--background-secondary: #e2e3e8;
|
|
--background-secondary-alt: #edeef2;
|
|
--text-normal: #282930;
|
|
--text-muted: #42434e;
|
|
--text-faint: #42434e;
|
|
--text-accent: #454752;
|
|
--text-accent-hover: #525666;
|
|
--text-on-accent: #0f1014;
|
|
--interactive-accent: #454752;
|
|
--interactive-accent-hover: #525666;
|
|
--text-selection: #817c9c38;
|
|
--text-link: #525666;
|
|
--code-normal: #50535e;
|
|
--code-comment: #9da2ad;
|
|
--code-function: #525666;
|
|
--code-keyword: #2e3038;
|
|
--code-important: #525666;
|
|
--code-property: #5f6370;
|
|
--code-punctuation: #42434e;
|
|
--code-string: #50535e;
|
|
--code-tag: #5f6370;
|
|
--code-value: #2e3038;
|
|
--titlebar-background: #edeef2;
|
|
--tab-background-active: #edeef2;
|
|
--nav-item-background-hover: #817c9c38;
|
|
--nav-item-background-active: #817c9c38;
|
|
--checkbox-color: #454752;
|
|
}
|