asciidoctor / asciidoctor-pdf

:page_with_curl: Asciidoctor PDF: A native PDF converter for AsciiDoc based on Asciidoctor and Prawn, written entirely in Ruby.
https://docs.asciidoctor.org/pdf-converter/latest/
MIT License
1.14k stars 500 forks source link

code won't form with the theme #2353

Closed ksourdrille closed 2 years ago

ksourdrille commented 2 years ago

Hello, my code sections do not take the theme

asciidoctor-pdf version : image

part of the theme "code" block in theme.yml :

code:
  font-color: #333333
  font-family: Courier Prime Sans
  font-style: normal
  font-size: 10
  background-color: #f6f6f6
  border-color: #0f80aa
  border-radius: 2

code in my .adoc file

[source,powershell]
----
Get-Command New*
----

command :

asciidoctor-pdf -a pdf-themesdir=. -a pdf-theme=theme.yml -a pdf-fontsdir=fonts -a iconsdir=icons myfile.adoc

result : image

Do you have any idea pls ?

mojavelinux commented 2 years ago

Please direct questions to the project chat. The issue tracker is not the right place to ask for support. You can find our support policy on the following page: https://docs.asciidoctor.org/about/support/