Searched defs:UserUnderlineColor (Results 1 – 1 of 1) sorted by relevance
122 struct UserUnderlineColor { struct123 std::optional<Color> typing = std::nullopt;124 std::optional<Color> normal = std::nullopt;125 std::optional<Color> error = std::nullopt;126 std::optional<Color> disable = std::nullopt;