mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
sdfasd
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -33,7 +33,7 @@ struct ThemePreview: View {
|
||||
ZStack(alignment: .center) {
|
||||
Rectangle()
|
||||
.fill(Color.accentColor)
|
||||
|
||||
.opacity(isSelected ? 1 : 0)
|
||||
Rectangle()
|
||||
.fill(theme.background.suiColor)
|
||||
.clipShape(
|
||||
|
||||
Reference in New Issue
Block a user