Cider Docs
GitHubTwitterWebsite
Search…
⌃K
Links
👋
Welcome to the Cider Docs!
💻
Compilation
Compiling on Windows
Compiling on Linux
Compiling on macOS
🎨
Themes
Creating a Theme
Theme Definitions (theme.json)
Available Attributes
Using Resources in Themes
Publishing to GitHub
🔌
Plugins
Renderer
Frontend API
Creating a Basic Plugin
Publishing to GitHub
Additional Links
Unsorted Features
🔗
Client API
REST API
WebSockets API
🗣
Locales
Editing/Adding Locales
Creating a Pull Request
✋
Support
Version Information
Disclaimer
Troubleshooting
Troubleshooting FAQ
Technical FAQs
Powered By GitBook

Using Resources in Themes

(Images, Fonts, etc.)
Resources in the theme can be accessed by their filenames in the theme folder.
Examples:
background: url("my_image.png")
@import url('another_less_file.less')
Themes - Previous
Available Attributes
Next - Themes
Publishing to GitHub
Last modified 11mo ago
Export as PDF
Copy link
Edit on GitHub