Make chevrons and lightning bolt interactive
This commit is contained in:
@@ -635,18 +635,21 @@ pub struct FieldEditor {
|
||||
#[derive(Clone, Deserialize, Default)]
|
||||
pub struct CodeActions {
|
||||
#[serde(default)]
|
||||
pub indicator: Color,
|
||||
pub indicator: Interactive<Indicator>,
|
||||
pub vertical_scale: f32,
|
||||
}
|
||||
|
||||
#[derive(Clone, Deserialize, Default)]
|
||||
pub struct Folds {
|
||||
#[serde(default)]
|
||||
pub indicator: Color,
|
||||
pub faded_indicator: Color,
|
||||
pub indicator: Interactive<Indicator>,
|
||||
pub fold_background: Color,
|
||||
}
|
||||
|
||||
#[derive(Clone, Deserialize, Default)]
|
||||
pub struct Indicator {
|
||||
pub color: Color,
|
||||
}
|
||||
|
||||
#[derive(Clone, Deserialize, Default)]
|
||||
pub struct DiffStyle {
|
||||
pub inserted: Color,
|
||||
|
||||
Reference in New Issue
Block a user