Skip to content

Commit

Permalink
Update solarized theme names (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanzhong authored Aug 21, 2023
1 parent 6dbb916 commit 8387b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MarkEditMac/Sources/Main/AppTheme.swift
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ extension AppTheme: CaseIterable, Hashable, CustomStringConvertible {
case Self.RosePine:
return "Rosé Pine"
case Self.SolarizedLight:
return "Solarized Light"
return "Solarized (Light)"
case Self.SolarizedDark:
return "Solarized Dark"
return "Solarized (Dark)"
default:
fatalError("Invalid theme was found")
}
Expand Down

0 comments on commit 8387b17

Please sign in to comment.