This commit is contained in:
neon443
2025-07-03 17:23:46 +01:00
parent 69f2ee7c87
commit d71d6199c8
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ struct AnsiPickerView: View {
var isSelected: Bool { hostsManager.selectedAnsi == index }
ZStack {
Rectangle()
.fill(Color.blue)
.fill(hostsManager.selectedTheme.background.suiColor)
Rectangle()
.fill(hostsManager.selectedTheme.ansi[index].suiColor)
.padding(isSelected ? 5 : 0)

View File

@@ -33,7 +33,7 @@ struct ThemePreview: View {
ZStack(alignment: .center) {
Rectangle()
.fill(Color.accentColor)
.opacity(isSelected ? 1 : 0)
Rectangle()
.fill(theme.background.suiColor)
.clipShape(