|
1 | 1 | .theme-dark:not(.ctp-accent-blue, .ctp-accent-flamingo, .ctp-accent-green, .ctp-accent-lavender, .ctp-accent-maroon, .ctp-accent-mauve, .ctp-accent-peach, .ctp-accent-pink, .ctp-accent-red, .ctp-accent-rosewater, .ctp-accent-sapphire, .ctp-accent-sky, .ctp-accent-teal, .ctp-accent-yellow),
|
2 | 2 | .theme-light:not(.ctp-accent-blue, .ctp-accent-flamingo, .ctp-accent-green, .ctp-accent-lavender, .ctp-accent-maroon, .ctp-accent-mauve, .ctp-accent-peach, .ctp-accent-pink, .ctp-accent-red, .ctp-accent-rosewater, .ctp-accent-sapphire, .ctp-accent-sky, .ctp-accent-teal, .ctp-accent-yellow) {
|
3 | 3 | --blockquote-border-color: rgb(var(--ctp-lavender));
|
4 |
| - --color-accent: var(--ctp-rosewater); |
| 4 | + --ctp-accent: var(--ctp-lavender); |
5 | 5 | --divider-color-hover: rgb(var(--ctp-blue));
|
6 | 6 | --hr-color: rgb(var(--ctp-blue));
|
7 | 7 | --indentation-guide-color: rgb(var(--ctp-surface1));
|
|
79 | 79 | background-color: rgb(var(--ctp-lavender));
|
80 | 80 | color: var(--text-on-accent);
|
81 | 81 |
|
82 |
| - & .suggestion-flair { |
| 82 | + &:hover .suggestion-flair { |
83 | 83 | color: var(--text-on-accent);
|
84 | 84 | }
|
85 | 85 | }
|
86 | 86 |
|
87 | 87 | /*
|
88 | 88 | * Search
|
89 | 89 | */
|
90 |
| - .search-suggest-item.is-selected:not(.mod-group) { |
91 |
| - background-color: rgb(var(--ctp-lavender)); |
| 90 | + .suggestion .suggestion-item.mod-group { |
| 91 | + background-color: inherit; |
| 92 | + color: var(--text-muted); |
| 93 | + font-size: var(--font-ui-medium); |
| 94 | + font-variant: all-small-caps; |
| 95 | + } |
| 96 | + |
| 97 | + .search-suggest-item.is-selected { |
| 98 | + background-color: rgb(var(--ctp-accent)); |
92 | 99 | color: var(--text-on-accent);
|
93 | 100 |
|
| 101 | + .list-item-part.clickable-icon { |
| 102 | + color: var(--text-muted); |
| 103 | + } |
| 104 | + |
94 | 105 | .search-suggest-info-text {
|
95 | 106 | color: var(--text-on-accent);
|
96 | 107 | }
|
|
0 commit comments