summaryrefslogtreecommitdiffstats
path: root/third_party/python/pip/pip/_vendor/rich/themes.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/pip/pip/_vendor/rich/themes.py')
-rw-r--r--third_party/python/pip/pip/_vendor/rich/themes.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/python/pip/pip/_vendor/rich/themes.py b/third_party/python/pip/pip/_vendor/rich/themes.py
new file mode 100644
index 0000000000..bf6db104a2
--- /dev/null
+++ b/third_party/python/pip/pip/_vendor/rich/themes.py
@@ -0,0 +1,5 @@
+from .default_styles import DEFAULT_STYLES
+from .theme import Theme
+
+
+DEFAULT = Theme(DEFAULT_STYLES)