QasmHTMLStyle

class QasmHTMLStyle[source]

A style for OpenQasm in a HTML env (e.g. Jupyter widget).

Attributes

QasmHTMLStyle.background_color

overall background color (None means transparent)

QasmHTMLStyle.highlight_color

highlight background color

QasmHTMLStyle.line_number_background_color

line number background color

QasmHTMLStyle.line_number_color

line number font color

QasmHTMLStyle.line_number_special_background_color

special line number background color

QasmHTMLStyle.line_number_special_color

special line number font color

QasmHTMLStyle.styles

Style definitions for individual token types.

Methods