Skip to content

Commit 32239ce

Browse files
committed
feat: add pygments plugins
1 parent 08c843e commit 32239ce

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ description = "🐍 Soothing pastel theme for Python."
99
authors = ["backwardspy <backwardspy@gmail.com>"]
1010
readme = "README.md"
1111

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+
1218
[tool.poetry.dependencies]
1319
python = "^3.7.2"
1420
pygments = { version = "^2.13.0", optional = true }

0 commit comments

Comments
 (0)