feat(workspace): add option for moving the tab close button to the left
This commit is contained in:
parent
6793d4b6b8
commit
4efcf492ee
4 changed files with 107 additions and 72 deletions
|
@ -723,12 +723,12 @@ pub struct Scrollbar {
|
|||
pub thumb: ContainerStyle,
|
||||
pub width: f32,
|
||||
pub min_height_factor: f32,
|
||||
pub git: FileGitDiffColors,
|
||||
pub git: BufferGitDiffColors,
|
||||
pub selections: Color,
|
||||
}
|
||||
|
||||
#[derive(Clone, Deserialize, Default, JsonSchema)]
|
||||
pub struct FileGitDiffColors {
|
||||
pub struct BufferGitDiffColors {
|
||||
pub inserted: Color,
|
||||
pub modified: Color,
|
||||
pub deleted: Color,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue