diff --git a/Docs/Classes/DarkTheme.html b/Docs/Classes/DarkTheme.html index 94c5dfd..5187e9f 100644 --- a/Docs/Classes/DarkTheme.html +++ b/Docs/Classes/DarkTheme.html @@ -159,7 +159,7 @@

Declaration

Declaration

Swift

-
public var identifier: String = DarkTheme.identifier;
+
public var identifier: String = DarkTheme.identifier
diff --git a/Docs/Classes/SystemTheme.html b/Docs/Classes/SystemTheme.html index f80c5ae..c4df8c9 100644 --- a/Docs/Classes/SystemTheme.html +++ b/Docs/Classes/SystemTheme.html @@ -162,7 +162,7 @@

Declaration

Declaration

Swift

-
public var identifier: String = SystemTheme.identifier;
+
public var identifier: String = SystemTheme.identifier
diff --git a/Docs/Classes/ThemeColor.html b/Docs/Classes/ThemeColor.html index b95ae00..0d41e4c 100644 --- a/Docs/Classes/ThemeColor.html +++ b/Docs/Classes/ThemeColor.html @@ -99,7 +99,7 @@

ThemeColor

-
open class ThemeColor : NSColor
+
open class ThemeColor: NSColor
@@ -370,7 +370,7 @@

Return Value

A ThemeColor instance for the specified selector.

- Show on GitHub + Show on GitHub
@@ -435,7 +435,7 @@

Return Value

Resolved color for specified selector on given theme.

- Show on GitHub + Show on GitHub
@@ -507,7 +507,7 @@

Return Value

Resolved color for specified selector on given view.

- Show on GitHub + Show on GitHub
@@ -538,7 +538,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -569,7 +569,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/Docs/Classes/ThemeGradient.html b/Docs/Classes/ThemeGradient.html index 8c8a6cc..e88e870 100644 --- a/Docs/Classes/ThemeGradient.html +++ b/Docs/Classes/ThemeGradient.html @@ -99,7 +99,7 @@

ThemeGradient

-
open class ThemeGradient : NSGradient
+
open class ThemeGradient: NSGradient
@@ -340,7 +340,7 @@

Return Value

A ThemeGradient instance for the specified selector.

- Show on GitHub + Show on GitHub
@@ -405,7 +405,7 @@

Return Value

Resolved gradient for specified selector on given theme.

- Show on GitHub + Show on GitHub
@@ -477,7 +477,7 @@

Return Value

Resolved gradient for specified selector on given view.

- Show on GitHub + Show on GitHub
@@ -508,7 +508,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -539,7 +539,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/Docs/Classes/ThemeImage.html b/Docs/Classes/ThemeImage.html index 8b87ccc..5f0c227 100644 --- a/Docs/Classes/ThemeImage.html +++ b/Docs/Classes/ThemeImage.html @@ -99,7 +99,7 @@

ThemeImage

-
open class ThemeImage : NSImage
+
open class ThemeImage: NSImage
@@ -246,7 +246,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -271,12 +271,12 @@

Declaration

Declaration

Swift

-
@objc public var resolvedThemeImage: NSImage = NSImage(size: NSZeroSize)
+
@objc public var resolvedThemeImage: NSImage = NSImage(size: NSSize.zero)
- Show on GitHub + Show on GitHub
@@ -343,7 +343,7 @@

Return Value

A ThemeImage instance for the specified selector.

- Show on GitHub + Show on GitHub
@@ -408,7 +408,7 @@

Return Value

Resolved image for specified selector on given theme.

- Show on GitHub + Show on GitHub
@@ -480,7 +480,7 @@

Return Value

Resolved image for specified selector on given view.

- Show on GitHub + Show on GitHub
@@ -511,7 +511,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -542,7 +542,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/Docs/Classes/ThemeManager.html b/Docs/Classes/ThemeManager.html index b3cef23..099e949 100644 --- a/Docs/Classes/ThemeManager.html +++ b/Docs/Classes/ThemeManager.html @@ -186,7 +186,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -221,7 +221,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -262,7 +262,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -292,7 +292,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -325,7 +325,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -358,7 +358,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -390,7 +390,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -420,7 +420,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -473,7 +473,7 @@

Return Value

The Theme instance with the given identifier.

- Show on GitHub + Show on GitHub
@@ -505,7 +505,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -538,7 +538,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -571,7 +571,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -667,7 +667,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -697,7 +697,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -727,7 +727,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -797,7 +797,7 @@

NSWindow Extension

Check if window complies to current policy.

  • NSWindow.themeIfCompliantWithWindowThemePolicy()

    -

    Theme window if compliant to windowThemePolicy (and if appearance needs update).

  • +

    Theme window if compliant to windowThemePolicy (and if appearance needs update).

  • NSWindow.themeAllWindows()

    Theme all windows compliant to ThemeManager.windowThemePolicy (and if appearance needs update).

  • @@ -814,7 +814,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -822,9 +822,9 @@

    Declaration

  • - + - windowThemePolicy + windowThemePolicy
    @@ -844,7 +844,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -885,7 +885,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -915,7 +915,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -945,7 +945,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    diff --git a/Docs/Classes/ThemeManager/WindowThemePolicy.html b/Docs/Classes/ThemeManager/WindowThemePolicy.html index eb36251..297fc0b 100644 --- a/Docs/Classes/ThemeManager/WindowThemePolicy.html +++ b/Docs/Classes/ThemeManager/WindowThemePolicy.html @@ -144,7 +144,7 @@

    NSWindow Extension

    Check if window complies to current policy.

  • NSWindow.themeIfCompliantWithWindowThemePolicy()

    -

    Theme window if compliant to windowThemePolicy (and if appearance needs update).

  • +

    Theme window if compliant to windowThemePolicy (and if appearance needs update).

  • NSWindow.themeAllWindows()

    Theme all windows compliant to ThemeManager.windowThemePolicy (and if appearance needs update).

  • @@ -179,7 +179,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -213,7 +213,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -247,7 +247,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -281,7 +281,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    diff --git a/Docs/Extensions/NSWindow.html b/Docs/Extensions/NSWindow.html index 773157d..41d1b9a 100644 --- a/Docs/Extensions/NSWindow.html +++ b/Docs/Extensions/NSWindow.html @@ -252,7 +252,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -282,7 +282,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -312,7 +312,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    diff --git a/Docs/Extensions/Notification/Name.html b/Docs/Extensions/Notification/Name.html index 2289d83..ee157bf 100644 --- a/Docs/Extensions/Notification/Name.html +++ b/Docs/Extensions/Notification/Name.html @@ -106,9 +106,9 @@

    Name

  • - + - willChangeTheme + willChangeTheme
    @@ -136,9 +136,9 @@

    Declaration

  • - + - didChangeTheme + didChangeTheme
    @@ -166,9 +166,9 @@

    Declaration

  • - + - didChangeSystemTheme + didChangeSystemTheme
    @@ -196,9 +196,9 @@

    Declaration

  • - + - didChangeAppleInterfaceTheme + didChangeAppleInterfaceTheme
    diff --git a/Docs/Protocols/Theme.html b/Docs/Protocols/Theme.html index 8b1fd5f..2987e26 100644 --- a/Docs/Protocols/Theme.html +++ b/Docs/Protocols/Theme.html @@ -287,12 +287,12 @@

    Optional Methods/Properties

    Declaration

    Swift

    -
    @objc optional var fallbackForegroundColor : NSColor?
    +
    @objc optional var fallbackForegroundColor: NSColor?
    - Show on GitHub + Show on GitHub
    @@ -318,12 +318,12 @@

    Declaration

    Declaration

    Swift

    -
    @objc optional var fallbackBackgroundColor : NSColor?
    +
    @objc optional var fallbackBackgroundColor: NSColor?
    - Show on GitHub + Show on GitHub
    @@ -348,12 +348,12 @@

    Declaration

    Declaration

    Swift

    -
    @objc optional var fallbackGradient : NSGradient?
    +
    @objc optional var fallbackGradient: NSGradient?
    - Show on GitHub + Show on GitHub
    @@ -378,12 +378,12 @@

    Declaration

    Declaration

    Swift

    -
    @objc optional var fallbackImage : NSImage?
    +
    @objc optional var fallbackImage: NSImage?
    - Show on GitHub + Show on GitHub
    @@ -402,9 +402,9 @@

    Convenient Methods/Properties (Swift only)

  • - + - isLightTheme + isLightTheme Extension method @@ -431,7 +431,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -439,9 +439,9 @@

    Declaration

  • - + - isSystemTheme + isSystemTheme Extension method @@ -470,7 +470,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -478,9 +478,9 @@

    Declaration

  • - + - isUserTheme + isUserTheme Extension method @@ -507,7 +507,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -544,7 +544,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -604,7 +604,7 @@

    Return Value

    The theme value for the specified key.

    - Show on GitHub + Show on GitHub
    @@ -664,7 +664,7 @@

    Return Value

    true if theme provides an asset for the given key; false otherwise.

    - Show on GitHub + Show on GitHub
    @@ -672,9 +672,9 @@

    Return Value

  • - + - defaultFallbackForegroundColor + defaultFallbackForegroundColor Extension method @@ -702,7 +702,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -710,9 +710,9 @@

    Declaration

  • - + - defaultFallbackBackgroundColor + defaultFallbackBackgroundColor Extension method @@ -741,7 +741,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -749,9 +749,9 @@

    Declaration

  • - + - defaultFallbackGradient + defaultFallbackGradient Extension method @@ -779,7 +779,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -787,9 +787,9 @@

    Declaration

  • - + - defaultFallbackImage + defaultFallbackImage Extension method @@ -817,7 +817,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -825,9 +825,9 @@

    Declaration

  • - + - effectiveTheme + effectiveTheme Extension method @@ -856,7 +856,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -889,7 +889,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    diff --git a/Docs/Theme Assets.html b/Docs/Theme Assets.html index c8b8cd4..f2f06fc 100644 --- a/Docs/Theme Assets.html +++ b/Docs/Theme Assets.html @@ -253,12 +253,12 @@

    Fallback colors

    Declaration

    Swift

    -
    open class ThemeColor : NSColor
    +
    open class ThemeColor: NSColor
    - Show on GitHub + Show on GitHub
    @@ -392,12 +392,12 @@

    Fallback colors

    Declaration

    Swift

    -
    open class ThemeGradient : NSGradient
    +
    open class ThemeGradient: NSGradient
    - Show on GitHub + Show on GitHub
    @@ -531,12 +531,12 @@

    Fallback images

    Declaration

    Swift

    -
    open class ThemeImage : NSImage
    +
    open class ThemeImage: NSImage
    - Show on GitHub + Show on GitHub
    diff --git a/Docs/ThemeKit.html b/Docs/ThemeKit.html index 6cdb55a..a90eed4 100644 --- a/Docs/ThemeKit.html +++ b/Docs/ThemeKit.html @@ -135,7 +135,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    diff --git a/Docs/Themes.html b/Docs/Themes.html index 6fba323..2ddd63d 100644 --- a/Docs/Themes.html +++ b/Docs/Themes.html @@ -146,7 +146,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -348,7 +348,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    diff --git a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/DarkTheme.html b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/DarkTheme.html index 94c5dfd..5187e9f 100644 --- a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/DarkTheme.html +++ b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/DarkTheme.html @@ -159,7 +159,7 @@

    Declaration

    Declaration

    Swift

    -
    public var identifier: String = DarkTheme.identifier;
    +
    public var identifier: String = DarkTheme.identifier
    diff --git a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/SystemTheme.html b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/SystemTheme.html index f80c5ae..c4df8c9 100644 --- a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/SystemTheme.html +++ b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/SystemTheme.html @@ -162,7 +162,7 @@

    Declaration

    Declaration

    Swift

    -
    public var identifier: String = SystemTheme.identifier;
    +
    public var identifier: String = SystemTheme.identifier
    diff --git a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/ThemeColor.html b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/ThemeColor.html index b95ae00..0d41e4c 100644 --- a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/ThemeColor.html +++ b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/ThemeColor.html @@ -99,7 +99,7 @@

    ThemeColor

    -
    open class ThemeColor : NSColor
    +
    open class ThemeColor: NSColor
    @@ -370,7 +370,7 @@

    Return Value

    A ThemeColor instance for the specified selector.

    - Show on GitHub + Show on GitHub
    @@ -435,7 +435,7 @@

    Return Value

    Resolved color for specified selector on given theme.

    - Show on GitHub + Show on GitHub
    @@ -507,7 +507,7 @@

    Return Value

    Resolved color for specified selector on given view.

    - Show on GitHub + Show on GitHub
    @@ -538,7 +538,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -569,7 +569,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    diff --git a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/ThemeGradient.html b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/ThemeGradient.html index 8c8a6cc..e88e870 100644 --- a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/ThemeGradient.html +++ b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/ThemeGradient.html @@ -99,7 +99,7 @@

    ThemeGradient

    -
    open class ThemeGradient : NSGradient
    +
    open class ThemeGradient: NSGradient
    @@ -340,7 +340,7 @@

    Return Value

    A ThemeGradient instance for the specified selector.

    - Show on GitHub + Show on GitHub
    @@ -405,7 +405,7 @@

    Return Value

    Resolved gradient for specified selector on given theme.

    - Show on GitHub + Show on GitHub
    @@ -477,7 +477,7 @@

    Return Value

    Resolved gradient for specified selector on given view.

    - Show on GitHub + Show on GitHub
    @@ -508,7 +508,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -539,7 +539,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    diff --git a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/ThemeImage.html b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/ThemeImage.html index 8b87ccc..5f0c227 100644 --- a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/ThemeImage.html +++ b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/ThemeImage.html @@ -99,7 +99,7 @@

    ThemeImage

    -
    open class ThemeImage : NSImage
    +
    open class ThemeImage: NSImage
    @@ -246,7 +246,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -271,12 +271,12 @@

    Declaration

    Declaration

    Swift

    -
    @objc public var resolvedThemeImage: NSImage = NSImage(size: NSZeroSize)
    +
    @objc public var resolvedThemeImage: NSImage = NSImage(size: NSSize.zero)
    - Show on GitHub + Show on GitHub
    @@ -343,7 +343,7 @@

    Return Value

    A ThemeImage instance for the specified selector.

    - Show on GitHub + Show on GitHub
    @@ -408,7 +408,7 @@

    Return Value

    Resolved image for specified selector on given theme.

    - Show on GitHub + Show on GitHub
    @@ -480,7 +480,7 @@

    Return Value

    Resolved image for specified selector on given view.

    - Show on GitHub + Show on GitHub
    @@ -511,7 +511,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -542,7 +542,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    diff --git a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/ThemeManager.html b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/ThemeManager.html index b3cef23..099e949 100644 --- a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/ThemeManager.html +++ b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/ThemeManager.html @@ -186,7 +186,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -221,7 +221,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -262,7 +262,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -292,7 +292,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -325,7 +325,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -358,7 +358,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -390,7 +390,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -420,7 +420,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -473,7 +473,7 @@

    Return Value

    The Theme instance with the given identifier.

    - Show on GitHub + Show on GitHub
    @@ -505,7 +505,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -538,7 +538,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -571,7 +571,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -667,7 +667,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -697,7 +697,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -727,7 +727,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -797,7 +797,7 @@

    NSWindow Extension

    Check if window complies to current policy.

  • NSWindow.themeIfCompliantWithWindowThemePolicy()

    -

    Theme window if compliant to windowThemePolicy (and if appearance needs update).

  • +

    Theme window if compliant to windowThemePolicy (and if appearance needs update).

  • NSWindow.themeAllWindows()

    Theme all windows compliant to ThemeManager.windowThemePolicy (and if appearance needs update).

  • @@ -814,7 +814,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -822,9 +822,9 @@

    Declaration

  • - + - windowThemePolicy + windowThemePolicy
    @@ -844,7 +844,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -885,7 +885,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -915,7 +915,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -945,7 +945,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    diff --git a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/ThemeManager/WindowThemePolicy.html b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/ThemeManager/WindowThemePolicy.html index eb36251..297fc0b 100644 --- a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/ThemeManager/WindowThemePolicy.html +++ b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Classes/ThemeManager/WindowThemePolicy.html @@ -144,7 +144,7 @@

    NSWindow Extension

    Check if window complies to current policy.

  • NSWindow.themeIfCompliantWithWindowThemePolicy()

    -

    Theme window if compliant to windowThemePolicy (and if appearance needs update).

  • +

    Theme window if compliant to windowThemePolicy (and if appearance needs update).

  • NSWindow.themeAllWindows()

    Theme all windows compliant to ThemeManager.windowThemePolicy (and if appearance needs update).

  • @@ -179,7 +179,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -213,7 +213,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -247,7 +247,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -281,7 +281,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    diff --git a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Extensions/NSWindow.html b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Extensions/NSWindow.html index 773157d..41d1b9a 100644 --- a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Extensions/NSWindow.html +++ b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Extensions/NSWindow.html @@ -252,7 +252,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -282,7 +282,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -312,7 +312,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    diff --git a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Extensions/Notification/Name.html b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Extensions/Notification/Name.html index 2289d83..ee157bf 100644 --- a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Extensions/Notification/Name.html +++ b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Extensions/Notification/Name.html @@ -106,9 +106,9 @@

    Name

  • - + - willChangeTheme + willChangeTheme
    @@ -136,9 +136,9 @@

    Declaration

  • - + - didChangeTheme + didChangeTheme
    @@ -166,9 +166,9 @@

    Declaration

  • - + - didChangeSystemTheme + didChangeSystemTheme
    @@ -196,9 +196,9 @@

    Declaration

  • - + - didChangeAppleInterfaceTheme + didChangeAppleInterfaceTheme
    diff --git a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Protocols/Theme.html b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Protocols/Theme.html index 8b1fd5f..2987e26 100644 --- a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Protocols/Theme.html +++ b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Protocols/Theme.html @@ -287,12 +287,12 @@

    Optional Methods/Properties

    Declaration

    Swift

    -
    @objc optional var fallbackForegroundColor : NSColor?
    +
    @objc optional var fallbackForegroundColor: NSColor?
    - Show on GitHub + Show on GitHub
    @@ -318,12 +318,12 @@

    Declaration

    Declaration

    Swift

    -
    @objc optional var fallbackBackgroundColor : NSColor?
    +
    @objc optional var fallbackBackgroundColor: NSColor?
    - Show on GitHub + Show on GitHub
    @@ -348,12 +348,12 @@

    Declaration

    Declaration

    Swift

    -
    @objc optional var fallbackGradient : NSGradient?
    +
    @objc optional var fallbackGradient: NSGradient?
    - Show on GitHub + Show on GitHub
    @@ -378,12 +378,12 @@

    Declaration

    Declaration

    Swift

    -
    @objc optional var fallbackImage : NSImage?
    +
    @objc optional var fallbackImage: NSImage?
    - Show on GitHub + Show on GitHub
    @@ -402,9 +402,9 @@

    Convenient Methods/Properties (Swift only)

  • - + - isLightTheme + isLightTheme Extension method @@ -431,7 +431,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -439,9 +439,9 @@

    Declaration

  • - + - isSystemTheme + isSystemTheme Extension method @@ -470,7 +470,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -478,9 +478,9 @@

    Declaration

  • - + - isUserTheme + isUserTheme Extension method @@ -507,7 +507,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -544,7 +544,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -604,7 +604,7 @@

    Return Value

    The theme value for the specified key.

    - Show on GitHub + Show on GitHub
    @@ -664,7 +664,7 @@

    Return Value

    true if theme provides an asset for the given key; false otherwise.

    - Show on GitHub + Show on GitHub
    @@ -672,9 +672,9 @@

    Return Value

  • - + - defaultFallbackForegroundColor + defaultFallbackForegroundColor Extension method @@ -702,7 +702,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -710,9 +710,9 @@

    Declaration

  • - + - defaultFallbackBackgroundColor + defaultFallbackBackgroundColor Extension method @@ -741,7 +741,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -749,9 +749,9 @@

    Declaration

  • - + - defaultFallbackGradient + defaultFallbackGradient Extension method @@ -779,7 +779,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -787,9 +787,9 @@

    Declaration

  • - + - defaultFallbackImage + defaultFallbackImage Extension method @@ -817,7 +817,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -825,9 +825,9 @@

    Declaration

  • - + - effectiveTheme + effectiveTheme Extension method @@ -856,7 +856,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -889,7 +889,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    diff --git a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Theme Assets.html b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Theme Assets.html index c8b8cd4..f2f06fc 100644 --- a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Theme Assets.html +++ b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Theme Assets.html @@ -253,12 +253,12 @@

    Fallback colors

    Declaration

    Swift

    -
    open class ThemeColor : NSColor
    +
    open class ThemeColor: NSColor
    - Show on GitHub + Show on GitHub
    @@ -392,12 +392,12 @@

    Fallback colors

    Declaration

    Swift

    -
    open class ThemeGradient : NSGradient
    +
    open class ThemeGradient: NSGradient
    - Show on GitHub + Show on GitHub
    @@ -531,12 +531,12 @@

    Fallback images

    Declaration

    Swift

    -
    open class ThemeImage : NSImage
    +
    open class ThemeImage: NSImage
    - Show on GitHub + Show on GitHub
    diff --git a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/ThemeKit.html b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/ThemeKit.html index 6cdb55a..a90eed4 100644 --- a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/ThemeKit.html +++ b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/ThemeKit.html @@ -135,7 +135,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    diff --git a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Themes.html b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Themes.html index 6fba323..2ddd63d 100644 --- a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Themes.html +++ b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/Themes.html @@ -146,7 +146,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    @@ -348,7 +348,7 @@

    Declaration

    - Show on GitHub + Show on GitHub
    diff --git a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/index.html b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/index.html index 5a7e162..cf49e86 100644 --- a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/index.html +++ b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/index.html @@ -102,13 +102,13 @@

    macOS Swift3 -Release +Release MIT CocoaPods Carthage

    Summary

    -

    ThemeKit is a lightweight theming library completely written in Swift that provides theming capabilities to both Swift 4 and Objective-C macOS applications.

    +

    ThemeKit is a lightweight theming library completely written in Swift that provides theming capabilities to both Swift and Objective-C macOS applications.

    ThemeKit is brought to you with ❤️ by Nuno Grilo and the Paw team.

    @@ -153,7 +153,7 @@

    Table of Contents

    Features

    Installation

    + + + + + + + + + + + + + + + + + + +
    ThemeKit VersionSwift Version
    1.0.03.0
    1.1.04.0
    1.2.04.1
    +

    There are multiple options to include ThemeKit on your project: