Co-authored-by: Adam Spiers <[email protected]>
@@ -412,6 +412,7 @@ function App() {
{
title: "Switch theme",
value: "theme.switch",
+ keybind: "theme_list",
onSelect: () => {
dialog.replace(() => <DialogThemeList />)
},