made git stuff slightly more themable

This commit is contained in:
Mikayla Maki 2022-09-28 14:58:52 -07:00 committed by Julia
parent b395fbb3f2
commit 9fe6a5e83e
3 changed files with 20 additions and 4 deletions

View file

@ -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>,