Changed the Bullet Colour in the custom.css#29
Conversation
Using the Dracula Theme with the "Bullet Threading" plugin, the bullets disappear. Edited the default values for `--ls-block-bullet-color` from `var(--foreground)` to `var(--lx-gray-08,var(--rx-gray-08))`
π WalkthroughWalkthroughThe CSS for the dark theme was updated to change the variable used for block bullet colors. Instead of using the foreground color, the style now uses a gray tone defined by new variables, allowing for more specific color control in the dark theme. Changes
Sequence Diagram(s)No sequence diagram generated as the change is limited to CSS styling. π Recent review detailsConfiguration used: CodeRabbit UI π Files selected for processing (1)
π Additional comments (1)
β¨ Finishing Touchesπ§ͺ Generate Unit Tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. πͺ§ TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Using the Dracula Theme with the "Bullet Threading" plugin, the bullets disappear.
Edited the default values for
--ls-block-bullet-colorfromvar(--foreground)tovar(--lx-gray-08,var(--rx-gray-08))