• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

Appearance

The AppBar component has a settings property allowing you to define different theme colors. The themeColor configuration will be applied as background color inside the component.

Theme Color

The AppBar allows you to specify predefined theme colors.

The available themeColor values are:

  • light (Default)—Applies coloring based on light theme color.
  • dark—Applies coloring based on dark theme color.
  • inherit—Applies inherited coloring value.

You can define a custom AppBar background color by using the k-appbar CSS class.

Example
View Source
Change Theme:

In this article

Not finding the help you need?