diff --git a/src/buffer/out/TextColor.h b/src/buffer/out/TextColor.h index ef297ef4a7f..d7e0edf7615 100644 --- a/src/buffer/out/TextColor.h +++ b/src/buffer/out/TextColor.h @@ -82,9 +82,8 @@ struct TextColor static constexpr size_t FRAME_FOREGROUND = 263; static constexpr size_t FRAME_BACKGROUND = 264; static constexpr size_t CURSOR_COLOR = 265; - static constexpr size_t SELECTION_FOREGROUND = 266; - static constexpr size_t SELECTION_BACKGROUND = 267; - static constexpr size_t TABLE_SIZE = 268; + static constexpr size_t SELECTION_BACKGROUND = 266; + static constexpr size_t TABLE_SIZE = 267; constexpr TextColor() noexcept : _meta{ ColorType::IsDefault },