made git stuff slightly more themable
This commit is contained in:
parent
b395fbb3f2
commit
9fe6a5e83e
3 changed files with 20 additions and 4 deletions
|
@ -491,6 +491,9 @@ pub struct Editor {
|
|||
pub diff_background_deleted: Color,
|
||||
pub diff_background_inserted: Color,
|
||||
pub diff_background_modified: Color,
|
||||
pub removed_diff_width_multiplier: f32,
|
||||
pub diff_indicator_width_multiplier: f32,
|
||||
pub diff_indicator_corner_radius: f32,
|
||||
pub line_number: Color,
|
||||
pub line_number_active: Color,
|
||||
pub guest_selections: Vec<SelectionStyle>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue