Skip to content

Commit

Permalink
tweak cga cyan theme
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <git@joemattiello.com>
  • Loading branch information
JoeMatt committed Dec 3, 2024
1 parent 36d1997 commit aa6a619
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PVThemes/Sources/PVThemes/Themes/CGA/CGAColors.swift
Original file line number Diff line number Diff line change
Expand Up @@ -314,19 +314,19 @@ public struct CGACyanThemePalette: UXThemePalette, Codable, Sendable, Hashable {
/// Divider
public var menuDivider: UIColor { .CGA.cyan.brightness(0.6) }
/// Icon Tint
public var menuIconTint: UIColor { .CGA.cyan.brightness(1.0) }
public var menuIconTint: UIColor { .CGA.cyanShadow.brightness(1.0) }
/// Header
/// Background
public var menuHeaderBackground: UIColor { .CGA.cyanShadow.brightness(0.7) }
/// Icon Tint
public var menuHeaderIconTint: UIColor { .CGA.cyanShadow.brightness(1.0) }
public var menuHeaderIconTint: UIColor { .CGA.cyan.brightness(1.0) }
/// Section Header
/// Background
public var menuSectionHeaderBackground: UIColor { .CGA.cyan.brightness(0.3) }
/// Text
public var menuSectionHeaderText: UIColor { .CGA.cyanShadow.brightness(0.5) }
/// Icon
public var menuSectionHeaderIconTint: UIColor {.CGA.cyan }
public var menuSectionHeaderIconTint: UIColor { .CGA.cyan }
}

public struct CGAPurpleThemePalette: UXThemePalette, Codable, Sendable, Hashable {
Expand Down

0 comments on commit aa6a619

Please sign in to comment.