Files
2026-07-13 13:12:00 +08:00

5 lines
127 B
Python

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