The themes module#
This directory contains the CSS files for the bundled themes.
See the theme module for the supporting code.
- filename(name)[source]#
Convert theme name to the CSS file in this directory.
E.g. “default” translates to “/usr/lib/python/3.x/parce/themes/default.css”, depending on where parce was installed.
- get_all_themes()[source]#
Return the sorted list of CSS theme names in
parce.themes
.Only the names are returned, without the ‘.css’ extension. Files that start with an underscore are skipped.
See also