Skip to content

Error

.halguru.yamlAgentThemesDarkMessagesError

Gets or sets the theme-specific settings for error messages in the dark theme.

Agent:
  Themes:
    Dark:
      Messages:
        Error:
          IconCssClass: fa-solid fa-circle-exclamation
          IconColor: #FF0000
          IconUrl: 
          BackgroundColor: #000000
          TextColor: #FFFFFF

Properties#

Name Type Required Description
IconCssClass Text The CSS class for the icon displayed in the user interface.
IconColor Text The color for the icon displayed in the user interface.
IconUrl Text The URL for the icon displayed in the user interface.
BackgroundColor Text The background color for the user interface.
TextColor Text The text color displayed in the user interface.

Remarks#

This property represents the design and behavior configuration for error messages within the dark theme of an agent configuration.

Technical Information#

Property Value
Path Agent.Themes.Dark.Messages.Error
Internal Type AgentModels.ThemesModels.DarkErrorMessageTheme
Internal Root Type AgentConfiguration
File Extension .halguru.yaml
JSON Schema halguru-schema.json

Last updated: 2025-10-13
Autogenerated: Yes
AI powered: Yes
Core version: 1.66.0