Cider Docs
GitHubTwitterWebsite
  • 👋README
  • docs
    • 1.client
      • Disclaimer
      • Troubleshooting FAQs
      • RPC Documentation
    • 2.other
      • Client Protocol Schema
    • 3.legacy-docs
      • 2.compilation
        • Compiling on Linux
        • Compiling on macOS
        • Compiling on Windows
      • 3.legacy-plugins
        • Additional Links
        • REST API
        • Creating a Basic Plugin
        • documentation
        • Frontend API
        • Publishing to GitHub
        • Renderer
        • Unsorted Features
      • 4.themes
        • Available Attributes
        • Publishing to GitHub
        • Theme Definitions (theme.json)
        • Creating a Theme
        • Using Resources in Themes
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. docs
  2. 3.legacy-docs
  3. 4.themes

Available Attributes

Attributes are applied to elements to expose app state information to CSS

Attribute Pattern
Values
Description

body[video-playing]

Is a music video playing?

body[focus-state]

  • focused

  • blurred

Focus state of the window

body[playback-state]

  • playing

  • paused

Current playback state

#app[window-style]

  • default - Cupertino

  • twopanel - Redmond

Window Layout Style

Previous4.themesNextPublishing to GitHub

Last updated 3 years ago

Was this helpful?