We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c843e commit 32239ceCopy full SHA for 32239ce
1 file changed
pyproject.toml
@@ -9,6 +9,12 @@ description = "🐍 Soothing pastel theme for Python."
9
authors = ["backwardspy <backwardspy@gmail.com>"]
10
readme = "README.md"
11
12
+[tool.poetry.plugins."pygments.styles"]
13
+catppuccin-latte = "catppuccin.extras.pygments:LatteStyle"
14
+catppuccin-frappe = "catppuccin.extras.pygments:FrappeStyle"
15
+catppuccin-macchiato = "catppuccin.extras.pygments:MacchiatoStyle"
16
+catppuccin-mocha = "catppuccin.extras.pygments:MochaStyle"
17
+
18
[tool.poetry.dependencies]
19
python = "^3.7.2"
20
pygments = { version = "^2.13.0", optional = true }
0 commit comments