Skip to content

Commit

Permalink
Mention themes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Sep 7, 2024
1 parent cea5996 commit 69b92dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Neon/TextSystemInterface.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ public protocol TextSystemInterface {
}

/// A function that translates a semantic `Token` into styling attributes.
///
/// This is also where theming could be taken into account.
public typealias TokenAttributeProvider = (Token) -> [NSAttributedString.Key: Any]

0 comments on commit 69b92dd

Please sign in to comment.