Closed Medullitus closed 4 months ago
Hi @Medullitus,
Great question on progress bar color. Could you share details on its implementation (plugin name or code snippet)?
All the best
Greetings to my favorite developer!
The name of the plugin is "Meta Bind". The GitHub link for the plugin is below:
https://github.com/mProjectsCode/obsidian-meta-bind-plugin
Thank you!
Thanks!
The progress bar uses the accent color as the default background (progress indicator). In order to change its color, please use the snippet below (add the color you want).
.mb-progress-bar-progress {
background-color: rgb(0, 136, 136); /* Add the color you want here*/
}
All the best
It worked! Thx...
Hello. How can I change the meta bar progress bar color? The visual is attached. Thank you.