summaryrefslogtreecommitdiff
path: root/colors.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-03-03 18:01:34 -0500
committerpommicket <pommicket@gmail.com>2023-03-03 18:01:34 -0500
commitfb342182983ffdb0aae0497f5cbcb71b0b291023 (patch)
tree31fdc46c095fb7fe2d8f8f0d21f1d3a310fc1afc /colors.c
parentfb342637d3b2553daf4659967f35e8e26bd26eb1 (diff)
different read/write colors for ide-highlights
Diffstat (limited to 'colors.c')
-rw-r--r--colors.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/colors.c b/colors.c
index 9d2cfa1..3b4793f 100644
--- a/colors.c
+++ b/colors.c
@@ -52,6 +52,7 @@ static ColorName color_names[] = {
{COLOR_HOVER_BG, "hover-bg"},
{COLOR_HOVER_TEXT, "hover-text"},
{COLOR_HOVER_HL, "hover-hl"},
+ {COLOR_HL_WRITE, "hl-write"},
{COLOR_YES, "yes"},
{COLOR_NO, "no"},
{COLOR_CANCEL, "cancel"},