Update empty pane styling

Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
This commit is contained in:
Nate Butler 2023-03-09 20:18:29 -05:00
parent 20064b5629
commit 8ee25be7b9
6 changed files with 104 additions and 25 deletions

View file

@ -709,7 +709,7 @@ pub fn dock_default_item_factory(
pub fn background_actions() -> &'static [(&'static str, &'static dyn Action)] {
&[
("Go to file", &file_finder::Toggle),
("Open the command palette", &command_palette::Toggle),
("Open command palette", &command_palette::Toggle),
("Focus the dock", &FocusDock),
("Open recent projects", &recent_projects::OpenRecent),
("Change your settings", &OpenSettings),