fix: complementary should be dark not light
This commit is contained in:
parent
39e8300d90
commit
9a72fe6c2d
2 changed files with 13 additions and 13 deletions
|
|
@ -95,7 +95,7 @@ impl Theme {
|
||||||
let dark = if self.is_dark {
|
let dark = if self.is_dark {
|
||||||
self.clone()
|
self.clone()
|
||||||
} else {
|
} else {
|
||||||
Theme::light_config()
|
Theme::dark_config()
|
||||||
.ok()
|
.ok()
|
||||||
.as_ref()
|
.as_ref()
|
||||||
.and_then(|conf| Theme::get_entry(conf).ok())
|
.and_then(|conf| Theme::get_entry(conf).ok())
|
||||||
|
|
|
||||||
|
|
@ -39,18 +39,18 @@ ForegroundPositive=0,87,44
|
||||||
ForegroundVisited=0,82,90
|
ForegroundVisited=0,82,90
|
||||||
|
|
||||||
[Colors:Complementary]
|
[Colors:Complementary]
|
||||||
BackgroundAlternate=24,85,41
|
BackgroundAlternate=129,196,88
|
||||||
BackgroundNormal=203,221,173
|
BackgroundNormal=12,17,6
|
||||||
DecorationFocus=24,85,41
|
DecorationFocus=129,196,88
|
||||||
DecorationHover=24,85,41
|
DecorationHover=129,196,88
|
||||||
ForegroundActive=24,85,41
|
ForegroundActive=129,196,88
|
||||||
ForegroundInactive=34,36,31
|
ForegroundInactive=191,198,186
|
||||||
ForegroundLink=24,85,41
|
ForegroundLink=129,196,88
|
||||||
ForegroundNegative=120,41,46
|
ForegroundNegative=253,161,160
|
||||||
ForegroundNeutral=83,72,0
|
ForegroundNeutral=247,224,98
|
||||||
ForegroundNormal=16,16,16
|
ForegroundNormal=211,218,206
|
||||||
ForegroundPositive=24,85,41
|
ForegroundPositive=146,207,156
|
||||||
ForegroundVisited=24,85,41
|
ForegroundVisited=129,196,88
|
||||||
|
|
||||||
[Colors:Header]
|
[Colors:Header]
|
||||||
BackgroundAlternate=204,208,209
|
BackgroundAlternate=204,208,209
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue