diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs index 2297e5f96..d147aa330 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs @@ -276,7 +276,8 @@ namespace Flow.Launcher.Plugin.Explorer return true; }, - IcoPath = Constants.DifferentUserIconImagePath + IcoPath = Constants.DifferentUserIconImagePath, + Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\ue748"), }); } @@ -403,7 +404,8 @@ namespace Flow.Launcher.Plugin.Explorer return false; }, - IcoPath = Constants.ExcludeFromIndexImagePath + IcoPath = Constants.ExcludeFromIndexImagePath, + Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\uf140"), }; } @@ -435,7 +437,8 @@ namespace Flow.Launcher.Plugin.Explorer return false; } }, - IcoPath = Constants.IndexingOptionsIconImagePath + IcoPath = Constants.IndexingOptionsIconImagePath, + Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\ue773"), }; } diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Images/explorer.png b/Plugins/Flow.Launcher.Plugin.Explorer/Images/explorer.png index 552b2c5bd..25da8e49c 100644 Binary files a/Plugins/Flow.Launcher.Plugin.Explorer/Images/explorer.png and b/Plugins/Flow.Launcher.Plugin.Explorer/Images/explorer.png differ diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Images/gist.png b/Plugins/Flow.Launcher.Plugin.WebSearch/Images/gist.png index dd9fb6f00..a272f3fb5 100644 Binary files a/Plugins/Flow.Launcher.Plugin.WebSearch/Images/gist.png and b/Plugins/Flow.Launcher.Plugin.WebSearch/Images/gist.png differ diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Images/github.png b/Plugins/Flow.Launcher.Plugin.WebSearch/Images/github.png index dd9fb6f00..a272f3fb5 100644 Binary files a/Plugins/Flow.Launcher.Plugin.WebSearch/Images/github.png and b/Plugins/Flow.Launcher.Plugin.WebSearch/Images/github.png differ diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Images/gmail.png b/Plugins/Flow.Launcher.Plugin.WebSearch/Images/gmail.png index aaeff3020..e74f0d573 100644 Binary files a/Plugins/Flow.Launcher.Plugin.WebSearch/Images/gmail.png and b/Plugins/Flow.Launcher.Plugin.WebSearch/Images/gmail.png differ diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Images/google.png b/Plugins/Flow.Launcher.Plugin.WebSearch/Images/google.png index 897151684..7c1df1f29 100644 Binary files a/Plugins/Flow.Launcher.Plugin.WebSearch/Images/google.png and b/Plugins/Flow.Launcher.Plugin.WebSearch/Images/google.png differ diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Images/google_drive.png b/Plugins/Flow.Launcher.Plugin.WebSearch/Images/google_drive.png index ce2346a31..bff02c392 100644 Binary files a/Plugins/Flow.Launcher.Plugin.WebSearch/Images/google_drive.png and b/Plugins/Flow.Launcher.Plugin.WebSearch/Images/google_drive.png differ diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Images/google_maps.png b/Plugins/Flow.Launcher.Plugin.WebSearch/Images/google_maps.png index 2413eec58..b086b7b74 100644 Binary files a/Plugins/Flow.Launcher.Plugin.WebSearch/Images/google_maps.png and b/Plugins/Flow.Launcher.Plugin.WebSearch/Images/google_maps.png differ diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Images/google_translate.png b/Plugins/Flow.Launcher.Plugin.WebSearch/Images/google_translate.png index 63ff5c883..7ba66ece2 100644 Binary files a/Plugins/Flow.Launcher.Plugin.WebSearch/Images/google_translate.png and b/Plugins/Flow.Launcher.Plugin.WebSearch/Images/google_translate.png differ