|
1 | | -/* Gunmetal / Solarized Dark theme for published SPA. |
| 1 | +/* Gunmetal Blue-Gray theme for published SPA. |
2 | 2 | Must match or exceed Logseq's built-in selector specificity |
3 | 3 | (html[data-theme=dark][data-color=logseq]) so our values win. */ |
4 | 4 | html[data-theme="dark"][data-color="logseq"], |
5 | 5 | html[data-theme="dark"], |
6 | 6 | html[data-theme="light"], |
7 | 7 | html { |
8 | | - --ls-primary-background-color: #002b36 !important; |
9 | | - --ls-secondary-background-color: #073642 !important; |
10 | | - --ls-tertiary-background-color: #0a3d4a !important; |
11 | | - --ls-quaternary-background-color: #073642 !important; |
12 | | - --ls-primary-text-color: #93a1a1 !important; |
13 | | - --ls-secondary-text-color: #839496 !important; |
14 | | - --ls-title-text-color: #eee8d5 !important; |
15 | | - --ls-link-text-color: #268bd2 !important; |
16 | | - --ls-link-ref-text-color: #2aa198 !important; |
17 | | - --ls-link-ref-text-hover-color: #93a1a1 !important; |
18 | | - --ls-link-text-hover-color: #93a1a1 !important; |
19 | | - --ls-alink-color: #268bd2 !important; |
20 | | - --ls-block-highlight-color: rgba(7, 54, 66, 0.8) !important; |
21 | | - --ls-page-properties-background-color: #073642 !important; |
22 | | - --ls-page-inline-code-bg-color: #073642 !important; |
23 | | - --ls-page-inline-code-color: #b58900 !important; |
24 | | - --ls-page-blockquote-bg-color: #073642 !important; |
25 | | - --ls-page-blockquote-border-color: #586e75 !important; |
26 | | - --ls-page-blockquote-color: #93a1a1 !important; |
27 | | - --ls-border-color: #586e75 !important; |
28 | | - --ls-secondary-border-color: #586e75 !important; |
29 | | - --ls-scrollbar-foreground-color: #586e75 !important; |
30 | | - --ls-scrollbar-background-color: #002b36 !important; |
31 | | - --ls-head-text-color: #fdf6e3 !important; |
32 | | - --ls-active-primary-color: #2aa198 !important; |
33 | | - --ls-active-secondary-color: #93a1a1 !important; |
34 | | - --ls-block-properties-background-color: #073642 !important; |
35 | | - --ls-block-ref-link-text-color: #2aa198 !important; |
36 | | - --ls-guideline-color: #586e75 !important; |
37 | | - --ls-menu-hover-color: #073642 !important; |
38 | | - --ls-tag-text-color: #2aa198 !important; |
39 | | - --ls-tag-text-hover-color: #93a1a1 !important; |
40 | | - --ls-slide-background-color: #002b36 !important; |
41 | | - --ls-block-bullet-border-color: #586e75 !important; |
42 | | - --ls-block-bullet-color: #657b83 !important; |
43 | | - --ls-selection-background-color: #073642 !important; |
44 | | - --ls-selection-text-color: #eee8d5 !important; |
45 | | - --ls-page-checkbox-color: #2aa198 !important; |
46 | | - --ls-page-mark-bg-color: #b58900 !important; |
47 | | - --ls-page-mark-color: #002b36 !important; |
48 | | - --ls-table-tr-even-background-color: #073642 !important; |
49 | | - --color-level-1: #002b36; |
50 | | - --color-level-2: #073642; |
51 | | - --color-level-3: #0a3d4a; |
| 8 | + --ls-primary-background-color: #1b2128 !important; |
| 9 | + --ls-secondary-background-color: #242b35 !important; |
| 10 | + --ls-tertiary-background-color: #2e3642 !important; |
| 11 | + --ls-quaternary-background-color: #242b35 !important; |
| 12 | + --ls-primary-text-color: #c5cdd8 !important; |
| 13 | + --ls-secondary-text-color: #8891a0 !important; |
| 14 | + --ls-title-text-color: #e2e8f0 !important; |
| 15 | + --ls-link-text-color: #5b9bd5 !important; |
| 16 | + --ls-link-ref-text-color: #4ec9b0 !important; |
| 17 | + --ls-link-ref-text-hover-color: #c5cdd8 !important; |
| 18 | + --ls-link-text-hover-color: #c5cdd8 !important; |
| 19 | + --ls-alink-color: #5b9bd5 !important; |
| 20 | + --ls-block-highlight-color: rgba(46, 54, 66, 0.8) !important; |
| 21 | + --ls-page-properties-background-color: #242b35 !important; |
| 22 | + --ls-page-inline-code-bg-color: #242b35 !important; |
| 23 | + --ls-page-inline-code-color: #d19a66 !important; |
| 24 | + --ls-page-blockquote-bg-color: #242b35 !important; |
| 25 | + --ls-page-blockquote-border-color: #3d4555 !important; |
| 26 | + --ls-page-blockquote-color: #c5cdd8 !important; |
| 27 | + --ls-border-color: #3d4555 !important; |
| 28 | + --ls-secondary-border-color: #3d4555 !important; |
| 29 | + --ls-scrollbar-foreground-color: #3d4555 !important; |
| 30 | + --ls-scrollbar-background-color: #1b2128 !important; |
| 31 | + --ls-head-text-color: #e2e8f0 !important; |
| 32 | + --ls-active-primary-color: #4ec9b0 !important; |
| 33 | + --ls-active-secondary-color: #c5cdd8 !important; |
| 34 | + --ls-block-properties-background-color: #242b35 !important; |
| 35 | + --ls-block-ref-link-text-color: #4ec9b0 !important; |
| 36 | + --ls-guideline-color: #3d4555 !important; |
| 37 | + --ls-menu-hover-color: #242b35 !important; |
| 38 | + --ls-tag-text-color: #4ec9b0 !important; |
| 39 | + --ls-tag-text-hover-color: #c5cdd8 !important; |
| 40 | + --ls-slide-background-color: #1b2128 !important; |
| 41 | + --ls-block-bullet-border-color: #3d4555 !important; |
| 42 | + --ls-block-bullet-color: #5a6270 !important; |
| 43 | + --ls-selection-background-color: #2e3642 !important; |
| 44 | + --ls-selection-text-color: #e2e8f0 !important; |
| 45 | + --ls-page-checkbox-color: #4ec9b0 !important; |
| 46 | + --ls-page-mark-bg-color: #d19a66 !important; |
| 47 | + --ls-page-mark-color: #1b2128 !important; |
| 48 | + --ls-table-tr-even-background-color: #242b35 !important; |
| 49 | + --color-level-1: #1b2128; |
| 50 | + --color-level-2: #242b35; |
| 51 | + --color-level-3: #2e3642; |
52 | 52 | } |
53 | 53 | html { color-scheme: dark; } |
54 | | -body { background-color: #002b36 !important; color: #93a1a1 !important; } |
55 | | -.left-sidebar-inner { background-color: #002b36 !important; } |
56 | | -.cp__header { background-color: #002b36 !important; } |
57 | | -#main-content-container { background-color: #002b36 !important; } |
| 54 | +body { background-color: #1b2128 !important; color: #c5cdd8 !important; } |
| 55 | +.left-sidebar-inner { background-color: #1b2128 !important; } |
| 56 | +.cp__header { background-color: #1b2128 !important; } |
| 57 | +#main-content-container { background-color: #1b2128 !important; } |
58 | 58 | /* Catch-all for any theme class Logseq applies */ |
59 | 59 | .dark-theme, .white-theme, .light-theme { |
60 | | - --ls-primary-background-color: #002b36 !important; |
61 | | - --ls-secondary-background-color: #073642 !important; |
62 | | - --ls-primary-text-color: #93a1a1 !important; |
| 60 | + --ls-primary-background-color: #1b2128 !important; |
| 61 | + --ls-secondary-background-color: #242b35 !important; |
| 62 | + --ls-primary-text-color: #c5cdd8 !important; |
63 | 63 | } |
64 | 64 |
|
65 | 65 | /* Hide mermaid source code blocks after kroki renders them */ |
|
0 commit comments