Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[JS+Editor Module] Customize the icon container color#1231

Clooos started this conversation inShare your Modules
Discussion options

Customize the icon container color

Version: v1.2
Creator:Clooos

Important

Unsupported cards:

  • Horizontal buttons stack
  • Separator

A list of predefined colors to customize the icon container color.
Configure this module via the editor or in YAML, for example:

icon_container_color:color:light-blue

🧩 Get this Module

To use this module, simply copy and paste the following configuration into your/www/bubble/bubble-modules.yaml file.

icon_container_color:name:'Example: Customize the icon container color'version:v1.2creator:Clooossupported:    -calendar    -pop-up    -cover    -button    -media-player    -climate    -selectdescription:|    A list of predefined colors to customize the icon container color.    Configure this module via the editor or in YAML, for example:    <br><br>    <code-block><pre>    icon_container_color:        color: light-blue    </pre></code-block>code:|    .bubble-icon-container,    .bubble-day-chip {      opacity: 1 !important;      --bubble-icon-background-color: var(--${this.config.icon_container_color?.color}-color) !important;    }editor:    -name:colorlabel:Colorselector:ui_color:include_none:true

Screenshot:

image
You must be logged in to vote

Replies: 4 comments

Comment options

Clooos
Feb 18, 2025
Maintainer Author

Updated to v1.1:

Breaking change: This module now use a list of predefined colors instead of an RGB color picker.

You must be logged in to vote
0 replies
Comment options

Clooos
May 6, 2025
Maintainer Author

Updated to v1.2:

Added support for the calendar card.

You must be logged in to vote
0 replies
Comment options

Can you add hex colors? Thanks!

You must be logged in to vote
0 replies
Comment options

I feel like going for the preset colors is very limiting, would like to get the color picker back as an option at least.
For now I'll just install the older v1 version

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
None yet
3 participants
@Clooos@robertofabrizi@Sebokines

[8]ページ先頭

©2009-2026 Movatter.jp