Login  Register

Re: Asciidoctor pdf - Custom admonition icons

Posted by lalebarde on Aug 16, 2019; 9:46pm
URL: https://discuss.asciidoctor.org/Asciidoctor-pdf-Custom-admonition-icons-tp5850p7091.html

Hi Dan,

If I have well understood, if I need only to change the color of the TIP admonition to be white in pdf, I have just to add in mypdf-theme.yml :

    extends: default
    admonition:
      icon:
        tip:
          stroke-color: 'ffffff'

but it remains black. I also tried without quotes around the color code.

My command is alright since other theming parameters are well taken into account.

Cheers,

Laurent