// BLACK THEME: This partial loads BLACK THEME scope related Custom properties
//   TODO: Black Theme experience Guidelines should be shortly described here
// - Properties are Theme Specific and goes under a Theme Specific Class based Selectors.

@import "black/black-theme-settings";
@import "black/black-theme-legacy-settings";
@import "black/black-theme-content-colors";

.black-app-theme {
  @include generate-custom-properties($theme-black-settings);
  @include define-black-theme-content-colors();

  /*

  LEGACY VALUES

  These values are not within Vibe's UI definitions and are on a deprecation path.
  Please stop using them and make efforts to replace theme with their Vibe corresponding keys.

  */

  @include generate-custom-properties($theme-black-legacy-settings);
}
