diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2026-01-17 18:28:53 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2026-01-17 18:28:53 +0200 |
| commit | 1ae0fb2d4c674f47369c2f5a9ed4fc2a7da04075 (patch) | |
| tree | 4f08a11b04bf48ae87660dd2e59fc976e5495d74 | |
| parent | 50e05856e7eaae2206513a2db8a1f37d65d8fed8 (diff) | |
ef-fig: revise the regexp group and backslash colours
| -rw-r--r-- | ef-fig-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ef-fig-theme.el b/ef-fig-theme.el index 8f9ffad..9c0b7a3 100644 --- a/ef-fig-theme.el +++ b/ef-fig-theme.el @@ -137,8 +137,8 @@ (type red-cooler) (variable yellow-warmer) (variable-use yellow-faint) - (rx-backslash magenta-cooler) ; compare with `string' - (rx-construct magenta-warmer) + (rx-backslash yellow-cooler) ; compare with `string' + (rx-construct red-warmer) (accent-0 green-warmer) (accent-1 magenta-warmer) |
