add GitButler background color

This commit is contained in:
Kiril Videlov 2023-03-28 10:53:20 +02:00 committed by Kiril Videlov
parent bb84c6979c
commit 66828d4621

View File

@ -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',
},
],
},
} }
}; };