pyqode.core.styles package

Module contents

This packages contains some pyqode specific pygments color schemes:
  • qt (inpired by the QtCreator color scheme)
  • darcula (inspired from the darcula them of PyCharm)
class pyqode.core.styles.QtStyle

Bases: pygments.style.Style

Port of the qt style

class pyqode.core.styles.DarculaStyle

Bases: pygments.style.Style

Pygments color scheme inspired by the darcula theme (Pycharm/IntelliJ Idea)

Table Of Contents

Previous topic

pyqode.core.panels package

Next topic

pyqode.core.tools package