54 Commits

Author SHA1 Message Date
github-actions[bot]
08c1c769a3
chore(main): release 2.3.0 (#51)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.3.0
2024-06-18 14:21:26 +01:00
backwardspy
aa9d2c1639
ci: prepare for release-please workflow (#50) 2024-06-18 14:19:42 +01:00
miloth
580dabc3e3
feat: added matplotlib support (#36) 2024-06-18 14:08:04 +01:00
renovate[bot]
12fcd21054
chore(deps): update dependency ruff to v0.4.9 (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-14 17:32:23 +01:00
renovate[bot]
954b4f8630
chore(deps): update dependency pytest-cov to v5 (#47)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-09 17:44:29 +01:00
renovate[bot]
b40036e789
fix(deps): update dependency pygments to v2.18.0 (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-09 17:43:44 +01:00
renovate[bot]
70aed5ba6d
chore(deps): update dependency pytest to v8.2.2 (#42)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-09 17:43:31 +01:00
renovate[bot]
c1e9d90229
fix(deps): update dependency tinycss2 to v1.3.0 (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-09 17:43:19 +01:00
renovate[bot]
32ec74ff18
chore(deps): update dependency ruff to ^0.4.0 (#43)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-09 17:43:04 +01:00
renovate[bot]
fbabf9e8f9
chore(deps): update abatilo/actions-poetry action to v3 (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-09 17:42:50 +01:00
renovate[bot]
2005f1588f
chore(deps): update peaceiris/actions-gh-pages action to v4 (#48)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-09 17:42:39 +01:00
renovate[bot]
f72ae06336
fix(deps): update dependency rich to v13.7.1 (#39)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-09 17:33:00 +01:00
renovate[bot]
2046913c14
chore(deps): update dependency mypy to v1.10.0 (#40)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-09 17:32:53 +01:00
renovate[bot]
52c5b88a11
chore: Configure Renovate (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-09 17:03:33 +01:00
uncenter
3fd71d3140
revert(css): remove extra pre[lang] selector (#35) 2024-03-19 17:50:29 +00:00
backwardspy
a0fd5b0e9d
feat(css): add important stylesheet variants v2.2.0 2024-03-17 23:45:39 +00:00
backwardspy
a8eb6b994b
feat(css): target pre[lang] in addition to pre 2024-03-17 22:54:41 +00:00
backwardspy
6c746c1ca7
feat(css): scope token classes to pre elements 2024-03-17 22:47:01 +00:00
backwardspy
ef18bd706b
fix: .- 2024-03-17 22:29:09 +00:00
backwardspy
cfb2694be1
feat: change prefix on pygments css file names 2024-03-17 22:26:51 +00:00
backwardspy
d415e110a0
ci: actually minify css, add cname (#34) 2024-03-17 22:18:51 +00:00
backwardspy
7e4584b036
feat: add gh-pages build script for pygments css (#33) 2024-03-17 22:12:07 +00:00
backwardspy
465e3269e9
feat: add identifier field to Color and Flavor (#32) v2.1.0 2024-02-20 17:48:53 +00:00
backwardspy
411e2dfbdc
feat: add iteration over Palette and FlavorColors (#30) v2.0.0 2024-02-17 13:12:31 +00:00
backwardspy
8695144d6c
feat!: change palette data structure to match json, add codegen (#29)
Co-authored-by: Raffaele Mancuso <raffaele.mancuso4@unibo.it>
2024-02-17 12:57:04 +00:00
backwardspy
1759fd27a1
drop python 3.7, upgrade dependencies (#28) 2024-02-16 11:20:24 +00:00
Raffaele Mancuso
b7420cad4c
docs: use true colors in ipython example config (#26) 2024-02-02 15:39:40 +00:00
Raffaele Mancuso
f2a7c9296a
Simplify configuration for IPython (#25)
Fixes #23
2024-01-29 21:47:35 +00:00
backwardspy
bbe9c172e8
docs: add ipython instructions to readme 2023-11-09 13:57:18 +00:00
backwardspy (cl)
65113e658e
feat: add hsl/hsla properties to colours (#21) 2023-10-06 00:02:50 +01:00
Bilal Leadbitter
fbdac6446c
feat: add name field for each flavour (#20)
closes #19
2023-10-05 23:41:43 +01:00
Todd Parsons
36cddb80b2
feat: Improvements to pygments styles (#18)
* feat: Add Generic.Heading to pygments and style

* feat: Add IDE colours to pygments styles

* chore: lint

---------

Co-authored-by: sgoudham <sgoudham@gmail.com>
v1.3.2
2023-08-12 17:22:43 +01:00
sgoudham
2570f6e60f
ci: run lint and test on pull_request 2023-08-12 16:40:33 +01:00
backwardspy (cl)
60c87d18cf
chore: update author email 2023-05-10 23:03:45 +01:00
backwardspy
91d0d0b8b6
fix: add missing feature flag in ci v1.3.1 2023-05-10 22:55:47 +01:00
Bilal Leadbitter
0d3b1db2a7
feat: add rich integration (#17) v1.3.0 2023-05-10 22:46:53 +01:00
backwardspy
4f9dae019c feat: add opacity to colours v1.2.0 2023-04-26 09:49:18 +01:00
sigmanificient
3520cd1ceb chore: Improve gitignore 2023-02-09 13:54:49 +00:00
sigmanificient
54c5c5c3be fix: Improve pylint score 2023-02-09 13:54:49 +00:00
sigmanificient
105905ea44 test: Add unittest for hex to color 2023-02-09 13:54:49 +00:00
sigmanificient
bef684afd4 feat: Add from hex method 2023-02-09 13:54:49 +00:00
sgoudham
e439afbdf3 test: refactor to use v0.2.0 palette json link
This brings us closer to a single source
of truth being the Catppuccin palette json.

This fixture can be also now be used for
auto-generating the library code which is
planned in #2.
2023-01-10 00:29:36 +00:00
backwardspy
f5e35d2db2 fix: legacy type hint syntax v1.1.1 2022-11-17 21:20:21 +00:00
backwardspy
cdc16445a4 docs: add pygments usage information v1.1.0 2022-11-17 21:02:07 +00:00
backwardspy
9e81cd1d49 ci: add publish workflow 2022-11-17 20:48:50 +00:00
backwardspy
32239ce685 feat: add pygments plugins 2022-11-17 19:58:15 +00:00
backwardspy
08c843ecab ci: install pygments extra in pipelines 2022-11-17 19:58:15 +00:00
backwardspy
ba00e77664 ci: update pylint for new project structure 2022-11-17 19:58:15 +00:00
backwardspy
6c1d24818f feat: refactor and add pygments integration 2022-11-17 19:58:15 +00:00
backwardspy
279fc38ba6 ci: add lint workflow 2022-11-04 17:13:21 +00:00