You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would appreciate it if the color panel could allow for more precise color selection. As shown in the attached images, when I try to set specific shades, like pure black (#000000) or other precise colors, the theme does not apply them accurately and seems limited to a few options. It would be great to have more flexibility to choose and apply exact shades.
Please see the attached images for reference.
For example if I set a true dark mode with pure black (#000000) for backgrounds and pages, while still being able to customize the accent color independently, similar to how it's done in Obsidian, I could have a true black background paired with an accent color like purple. This would allow for a more personalized and cohesive dark theme experience.
This is what I'm looking for...
Edit: I'm using my own CSS snippet, but whenever I want to change the color, it's a bit of a headache because its not user friendly.
The text was updated successfully, but these errors were encountered:
I apologize, but solid black backgrounds are currently not supported due to design considerations around contrast and technical limitations.
As mentioned in #102, I'm developing a new plugin that will offer more comprehensive customization options for Asri. This plugin will include:
Enhanced style options
Advanced palette customization with finer color control
Full support for solid black backgrounds
A more intuitive user interface
For reference, I don't think Obsidian use pure black as its background color by default. However, if you prefer solid black, you can use the following snippet (or other) to set the background to #000 to override Asri background color while maintaining control over accent colors:
[data-dark-theme=Asri][data-theme-mode=dark] body {
--b3-theme-background:#000;
}
I would appreciate it if the color panel could allow for more precise color selection. As shown in the attached images, when I try to set specific shades, like pure black (#000000) or other precise colors, the theme does not apply them accurately and seems limited to a few options. It would be great to have more flexibility to choose and apply exact shades.
Please see the attached images for reference.
For example if I set a true dark mode with pure black (#000000) for backgrounds and pages, while still being able to customize the accent color independently, similar to how it's done in Obsidian, I could have a true black background paired with an accent color like purple. This would allow for a more personalized and cohesive dark theme experience.
This is what I'm looking for...
Edit: I'm using my own CSS snippet, but whenever I want to change the color, it's a bit of a headache because its not user friendly.
The text was updated successfully, but these errors were encountered: