Closed xaltsc closed 1 year ago
You need to change it a bit, example from ericdrgn's config, https://github.com/ericdrgn/drgn.nyxt/blob/main/themes/drgn-dark.lisp#L105
Regarding the escape of '>' I think that's due to (style ...)
defaulting to spinneret for styling.
Okay, I was too quick to close it. 05f207684763f9cff059886e611e0c8341b2d16b doesn't (yet?) fix the problem, as it introduces subtle bugs with Spinneret and CL-CSS messing with each other.
Describe the bug
When specifying a style string for buffers, characters like
>
, even though meaningful in CSS, are escaped to theirhtml
escape sequence, in this case,>
.Precise recipe to reproduce the issue
Put this in your configuration:
And inspect the status buffer. (Note that the style slot of the status buffer is correct).
Information
xbps
show-system-information
:Output when started from a shell I am not running a minimal config here