Skip to content

Fragment highlighting in notes/warnings + dark theme with Doxygen 1.15.0 #199

@Idclip

Description

@Idclip

Decided to experiment with doxygen-awesome and naively picked up doxygen-1.15.0 through homebrew which was released recently. Everything worked well except for fragment background highlighting in notes and warnings blocks (and probably any other block). Doxygen is emitting new background-color css for these, which looks fine in light-theme but unreadable in dark:

Image Image

Example new css being generated by doxygen:

dl.warning .tt, dl.attention .tt, dl.important .tt {
	background-color: hsl(from #f8d1cc h s calc(l + -3));
}

Easy enough to use Doxygen 1.14.0 where fragment backgrounds are the default. Otherwise thanks for the lib, worked well and instructions were easy to follow.

Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions