<!--
{
  "documentType" : "article",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/appearance-customization",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Appearance Customization"
}
-->

# Appearance Customization

Add Dark Mode support to your app, and use appearance proxies to modify your UI.

## Topics

### Dark Mode

  <doc://com.apple.documentation/documentation/UIKit/supporting-dark-mode-in-your-interface>

### Appearance System

Apply standard themes to the views in your interface.

[`class NSAppearance`](/documentation/AppKit/NSAppearance)

An object that manages standard appearance attributes for UI elements in an app.

[`protocol NSAppearanceCustomization`](/documentation/AppKit/NSAppearanceCustomization)

A set of methods for getting and setting the appearance attributes of a view.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)