Use window background for cosmic color schemes (#102)
This commit is contained in:
parent
470437e55a
commit
c0d7fed185
2 changed files with 12 additions and 6 deletions
|
|
@ -476,7 +476,7 @@ fn cosmic_dark() -> Colors {
|
|||
|
||||
// Set special colors
|
||||
colors[NamedColor::Foreground] = colors[NamedColor::BrightWhite];
|
||||
colors[NamedColor::Background] = colors[NamedColor::Black];
|
||||
// Background comes from theme settings: colors[NamedColor::Background] = colors[NamedColor::Black];
|
||||
colors[NamedColor::Cursor] = colors[NamedColor::BrightWhite];
|
||||
colors[NamedColor::BrightForeground] = colors[NamedColor::BrightWhite];
|
||||
|
||||
|
|
@ -517,7 +517,7 @@ fn cosmic_light() -> Colors {
|
|||
|
||||
// Set special colors
|
||||
colors[NamedColor::Foreground] = colors[NamedColor::Black];
|
||||
colors[NamedColor::Background] = colors[NamedColor::BrightWhite];
|
||||
// Background comes from theme settings: colors[NamedColor::Background] = colors[NamedColor::BrightWhite];
|
||||
colors[NamedColor::Cursor] = colors[NamedColor::Black];
|
||||
colors[NamedColor::BrightForeground] = colors[NamedColor::BrightBlack];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue