Skip to content

Commit

Permalink
fix(colors): parse tree description color style
Browse files Browse the repository at this point in the history
  • Loading branch information
fioncat committed Jun 12, 2024
1 parent 7a1104b commit dff0f81
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/config/colors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,17 @@ pub struct TreeColors {
}

generate_colors_parse!(
TreeColors, border, selected, name, type_str, type_null, type_bool, type_num, type_arr,
type_obj
TreeColors,
border,
selected,
name,
type_str,
type_null,
type_bool,
type_num,
type_arr,
type_obj,
description
);

impl TreeColors {
Expand Down

0 comments on commit dff0f81

Please sign in to comment.