跳转至

ui/core/token/theme_name/material_theme_name.h

Literal constants for Material theme names. More...

Namespaces

Name
cf
cf::ui
cf::ui::core
cf::ui::core::token
cf::ui::core::token::literals

Detailed Description

Literal constants for Material theme names.

Author: N/A

Version: N/A

Since: N/A

Date: N/A

Provides string literal constants for identifying Material Design themes in the token system.

Source code

#pragma once

namespace cf::ui::core::token::literals {

inline constexpr const char MATERIAL_THEME_NAME[] = "theme.md.material";

inline constexpr const char MATERIAL_THEME_LIGHT[] = "theme.material.light";

inline constexpr const char MATERIAL_THEME_DARK[] = "theme.material.dark";

} // namespace cf::ui::core::token::literals

Updated on 2026-03-09 at 10:14:01 +0000