mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-24 05:29:51 +03:00
add GitButler background color
This commit is contained in:
parent
bb84c6979c
commit
66828d4621
@ -8,7 +8,16 @@ const preview: Preview = {
|
|||||||
color: /(background|color)$/i,
|
color: /(background|color)$/i,
|
||||||
date: /Date$/
|
date: /Date$/
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
backgrounds: {
|
||||||
|
default: 'GitButler_1',
|
||||||
|
values: [
|
||||||
|
{
|
||||||
|
name: 'GitButler_1',
|
||||||
|
value: '#27272A',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user