Blacksite/crates/ui_gallery/fixtures/theme.json

30 lines
662 B
JSON

{
"accent": "#E5A433",
"selection": "#41C6CF",
"panel": "#0D0F12",
"panel_dark": "#090B0D",
"widget": "#15181C",
"elevated": "#1F2328",
"text": "#DCE1E5",
"text_dim": "#9BA3AB",
"text_muted": "#606972",
"border": "#262B31",
"border_strong": "#40474F",
"success": "#54BE7F",
"warning": "#EBB448",
"error": "#E25E5E",
"asset_types": {
"primitive": "#8A9BAD",
"light": "#F4D35E",
"model": "#5B8FF9",
"texture": "#54BE7F",
"material": "#EBB448",
"audio": "#D07DE8",
"level": "#41C6CF",
"prefab": "#4FB6A6",
"post_process": "#A78BFA",
"rendering_profile": "#9AA7B8",
"shader": "#F07C63"
}
}