|
53 | 53 | --header-secondary: #{$subtext0} !important; |
54 | 54 | --__header-bar-background: #{$mantle} !important; |
55 | 55 |
|
56 | | - --text-normal: #{$text} !important; |
| 56 | + --text-normal: #{$text} !important; // TODO: LEGACY |
57 | 57 | --text-default: #{$text}; |
58 | 58 | --text-muted: #{$subtext0} !important; |
59 | 59 | --text-link: #{$blue} !important; |
|
117 | 117 | --home-background: #{$base}; |
118 | 118 |
|
119 | 119 | --chat-background: #{$base}; |
| 120 | + --chat-background-default: #{$base}; |
120 | 121 | --chat-border: #{$crust}; |
121 | 122 | --chat-input-container-background: #{$base}; |
122 | 123 | --chat-text-muted: #{$subtext0}; |
|
131 | 132 | --background-modifier-selected: #{adjust-color($overlay0, $alpha: -0.8)}; |
132 | 133 | --background-modifier-accent: #{adjust-color($text, $alpha: -0.74)}; |
133 | 134 | --background-modifier-active: #{adjust-color($text, $alpha: -0.83)}; |
134 | | - --background-mod-faint: #{$surface2}; |
135 | | - --background-mod-normal: #{$surface1}; |
136 | | - --background-mod-strong: #{$base}; |
137 | | - --background-mod-subtle: #{$surface0}; |
| 135 | + --background-mod-faint: #{adjust-color($surface2, $alpha: -0.95)}; |
| 136 | + --background-mod-normal: #{adjust-color($surface2, $alpha: -0.85)}; |
| 137 | + --background-mod-subtle: #{adjust-color($surface2, $alpha: -0.75)} !important; |
| 138 | + --background-mod-strong: #{adjust-color($surface2, $alpha: -0.55)} !important; |
138 | 139 | --custom-channel-members-bg: #{$mantle}; |
139 | 140 | --custom-status-bubble-background: #{$crust} !important; |
140 | 141 | --custom-status-bubble-background-color: #{$mantle} !important; |
|
377 | 378 | --deprecated-card-bg: #{adjust-color($crust, $alpha: -0.4)}; |
378 | 379 | --deprecated-card-editable-bg: #{adjust-color($crust, $alpha: -0.7)}; |
379 | 380 |
|
| 381 | + // TODO: LEGACY |
380 | 382 | --bg-mod-faint: #{adjust-color($surface2, $alpha: -0.9)}; |
381 | 383 | --bg-mod-subtle: #{adjust-color($surface2, $alpha: -0.75)} !important; |
382 | 384 | --bg-mod-strong: #{adjust-color($surface2, $alpha: -0.55)} !important; |
|
0 commit comments