Files
Dhruv Gupta b3fb64710c
Publish images (public) / build-and-push (push) Has been cancelled
Release omnigent (PyPI) / build-and-publish (push) Has been cancelled
Welcome to omnigent
2026-06-13 00:37:34 +00:00

5 lines
127 B
Python

"""Shared terminal picker colors for prompt-toolkit and Rich selectors."""
PICKER_ACCENT = "#F43BA6"
PICKER_MUTED = "#6a6a6a"