5 lines
127 B
Python
5 lines
127 B
Python
"""Shared terminal picker colors for prompt-toolkit and Rich selectors."""
|
|
|
|
PICKER_ACCENT = "#F43BA6"
|
|
PICKER_MUTED = "#6a6a6a"
|