diff --git a/defaults/icon-theme.toml b/defaults/icon-theme.toml index a4a4617c..d9cd5d39 100644 --- a/defaults/icon-theme.toml +++ b/defaults/icon-theme.toml @@ -19,7 +19,7 @@ name = "Lapce Codicons" "window.close" = "chrome-close" "window.restore" = "chrome-restore" "window.maximise" = "chrome-maximize" -"window.minimise" = "chrome-minimise" +"window.minimise" = "chrome-minimize" "file" = "file" "file_explorer" = "files" @@ -31,12 +31,10 @@ name = "Lapce Codicons" "scm.diff.removed" = "diff-removed" "scm.diff.renamed" = "diff-renamed" -"palette.previous" = "arrow-left" -"palette.next" = "arrow-right" "palette.menu" = "chevron-down" -"location.forward" = "arrow-left" -"location.backward" = "arrow-right" +"location.forward" = "arrow-right" +"location.backward" = "arrow-left" "item.opened" = "chevron-down" "item.closed" = "chevron-right" diff --git a/defaults/settings.toml b/defaults/settings.toml index 42097287..67c8ce5b 100644 --- a/defaults/settings.toml +++ b/defaults/settings.toml @@ -206,7 +206,7 @@ name = "" "window.close" = "chrome-close" "window.restore" = "chrome-restore" "window.maximise" = "chrome-maximize" -"window.minimise" = "chrome-minimise" +"window.minimise" = "chrome-minimize" "file" = "file" "file_explorer" = "files" @@ -218,12 +218,10 @@ name = "" "scm.diff.removed" = "diff-removed" "scm.diff.renamed" = "diff-renamed" -"palette.previous" = "arrow-left" -"palette.next" = "arrow-right" "palette.menu" = "chevron-down" -"location.forward" = "arrow-left" -"location.backward" = "arrow-right" +"location.forward" = "arrow-right" +"location.backward" = "arrow-left" "item.opened" = "chevron-down" "item.closed" = "chevron-right" diff --git a/lapce-data/src/config.rs b/lapce-data/src/config.rs index 607960b8..20ebe0fc 100644 --- a/lapce-data/src/config.rs +++ b/lapce-data/src/config.rs @@ -178,8 +178,6 @@ impl LapceIcons { pub const SCM_DIFF_REMOVED: &str = "scm.diff.removed"; pub const SCM_DIFF_RENAMED: &str = "scm.diff.renamed"; - pub const PALETTE_PREVIOUS: &str = "palette.previous"; - pub const PALETTE_NEXT: &str = "palette.next"; pub const PALETTE_MENU: &str = "palette.menu"; pub const LOCATION_BACKWARD: &str = "location.backward";