Rename purple theme color to magenta

This commit is contained in:
Ryan Hughes
2026-06-02 20:39:36 -04:00
parent 357b77c92c
commit 53357ace61
36 changed files with 111 additions and 96 deletions
@@ -26,7 +26,7 @@
# color0-7: Normal colors (black, red, green, yellow, blue, magenta, cyan, white)
# color8-15: Bright variants
# Semantic aliases are also available: {{ bg }}, {{ fg }}, {{ red }}, {{ green }},
# {{ yellow }}, {{ blue }}, {{ purple }}, {{ cyan }}, {{ muted }} and the
# {{ yellow }}, {{ blue }}, {{ magenta }}, {{ cyan }}, {{ muted }} and the
# {{ bright_* }} variants. The two forms are kept in sync by
# bin/omarchy-theme-set-templates.
#
@@ -75,7 +75,7 @@ red = "{{ red }}"
green = "{{ green }}"
yellow = "{{ yellow }}"
blue = "{{ blue }}"
magenta = "{{ purple }}"
magenta = "{{ magenta }}"
cyan = "{{ cyan }}"
white = "{{ fg }}"
@@ -85,6 +85,6 @@ red = "{{ bright_red }}"
green = "{{ bright_green }}"
yellow = "{{ bright_yellow }}"
blue = "{{ bright_blue }}"
magenta = "{{ bright_purple }}"
magenta = "{{ bright_magenta }}"
cyan = "{{ bright_cyan }}"
white = "{{ bright_fg }}"