Author: WasiXGamer
This style modifies Windows 11 File Explorer to make it compact, and occupy less space vertically and look better.
Unfortunately, this mod does not work appropriately with Light Mode. In Light Mode, the UI elements will not contrast with the background and the style won't look right.
To achieve the translucent effect in Explorer shown in the preview, you will need an external background blur tool:
- Recommended: The Translucent Windows Windhawk mod (easiest to set up).
- Alternative: The third-party utility
ExplorerBlurMica.
If the translucent background makes text hard to read on light backgrounds, you can add a custom AccentBlurBehind code in the settings page of the Translucent Windows Mod! Here is a preview of the codes that can be used:
-
Tint Code 1:
761E1E1EPreview:
-
Tint Code 2:
B31A1A1APreview:
-
Tint Code 3 (Default):
3A232323Preview:
The theme is integrated into the mod and can be selected directly from the mod's settings:
- Open the Windows 11 File Explorer Styler mod in Windhawk.
- Go to the "Settings" tab.
- Select the theme and save the settings.
The theme styles can also be imported manually. To do that, follow these steps:
- Open the Windows 11 File Explorer Styler mod in Windhawk.
- Go to the "Settings" tab and select "Textual mode".
- Copy the content below to the text box and click "Save settings".
Content to import (click to expand)
controlStyles:
- target: Microsoft.UI.Xaml.Controls.Primitives.SuggestionsPopup
styles:
- Margin=0,0,0,900
- target: Microsoft.UI.Xaml.Controls.AppBarButton > Grid@CommonStates
styles:
- Background@Disabled:=<WindhawkBlur BlurAmount="8" TintColor="#25ffffff"/>
- CornerRadius@Disabled=10
- BorderThickness@Disabled=1
- Margin@Disabled=2,6,2,6
- Padding@Disabled=0,-7
- target: CommandBar#FileExplorerCommandBar > Grid#LayoutRoot > Grid#ContentRoot > Button#MoreButton
styles:
- Background:=<WindhawkBlur BlurAmount="8" TintColor="#25ffffff"/>
- CornerRadius=10
- BorderThickness=1
- Margin=3,2,3,2
- Width=45
- Height=32
- target: Microsoft.UI.Xaml.Controls.AppBarButton#backButton > Grid@CommonStates
styles:
- Background@Disabled:=<WindhawkBlur BlurAmount="8" TintColor="#25ffffff"/>
- CornerRadius@Disabled=11
- BorderThickness@Disabled=1
- Margin@Disabled=0,0,0,0
- Height@Disabled=32
- Width@Disabled=20
- Padding@Disabled=0,-2,0,2
- target: Microsoft.UI.Xaml.Controls.AppBarButton#forwardButton > Grid@CommonStates
styles:
- Background@Disabled:=<WindhawkBlur BlurAmount="8" TintColor="#25ffffff"/>
- CornerRadius@Disabled=11
- BorderThickness@Disabled=1
- Margin@Disabled=0,0,0,0
- Height@Disabled=32
- Width@Disabled=20
- Padding@Disabled=0,-2,0,2
- target: Microsoft.UI.Xaml.Controls.AppBarButton#refreshButton > Grid@CommonStates
styles:
- Background@Disabled:=<WindhawkBlur BlurAmount="8" TintColor="#25ffffff"/>
- CornerRadius@Disabled=11
- BorderThickness@Disabled=1
- Margin@Disabled=0,0,0,0
- Height@Disabled=32
- Width@Disabled=20
- Padding@Disabled=0,-2,0,2
- target: Microsoft.UI.Xaml.Controls.AppBarToggleButton > Grid@CommonStates
styles:
- Background@Disabled:=<WindhawkBlur BlurAmount="8" TintColor="#2D101010"/>
- target: Grid#DetailsViewControlRootGrid
styles:
- Margin=20,20,20,1
- Background:=<WindhawkBlur BlurAmount="30" TintColor="#2D101010" TintOpacity="0.4"/>
- CornerRadius=15
- target: StackPanel#DetailsViewThumbnail > Grid
styles:
- Background=Transparent
- target: Microsoft.UI.Xaml.Controls.Grid > OuterOverflowContentRootV2
styles:
- CornerRadius=250
- target: Microsoft.UI.Xaml.Controls.CommandBarOverflowPresenter > Microsoft.UI.Xaml.Controls.CommandBarOverflowPresenter
styles:
- Background=transparent
- target: AppBarButton[7]
styles:
- Visibility=Collapsed
- Width=0
- MinWidth=0
- Margin=0,0,0,0
- Padding=0,0,0,0
- target: Microsoft.UI.Xaml.Controls.Viewbox > ContentViewB
styles:
- Visibility=Collapsed
- target: Grid#HomeViewRootGrid
styles:
- Margin=20,20,20,0
- Background:=<WindhawkBlur BlurAmount="30" TintColor="#2D101010" TintOpacity="0.4"/>
- CornerRadius=15
- target: FileExplorerExtensions.GalleryViewControl#GalleryViewControl > Grid
styles:
- Margin=20,20,20,0
- Background:=<WindhawkBlur BlurAmount="30" TintColor="#2D101010" TintOpacity="0.4"/>
- CornerRadius=15
- target: Microsoft.UI.Xaml.Controls.Grid#GalleryRootGrid
styles:
- Margin=10
- Background:=transparent
- CornerRadius=15
- target: CommandBar#FileExplorerCommandBar
styles:
- Grid.Row=0
- Grid.RowSpan=1
- CornerRadius:=15
- Width=400
- HorizontalAlignment=Left
- Background:=transparent
- Padding=0,0,0,0
- target: CommandBar#FileExplorerCommandBar > Grid#LayoutRoot > Grid#ContentRoot > Grid#OverflowSeparator
styles:
- Visibility=Collapsed
- Width=0
- MinWidth=0
- target: CommandBar#FileExplorerCommandBar > Grid#LayoutRoot > Grid#ContentRoot
styles:
- HorizontalAlignment=Left
- target: CommandBar#FileExplorerCommandBar > Grid#LayoutRoot > Grid#ContentRoot > ItemsControl#PrimaryItemsControl
styles:
- HorizontalAlignment=Left
- target: CommandBar#FileExplorerSecondaryCommandBar
styles:
- Visibility=Visible
- Margin=0,40,0,-20
- target: Grid#TabContainerGrid
styles:
- Margin=370,1,0,1
- target: Grid#TabContainerGrid > Border#LeftBottomBorderLine
styles:
- Visibility=Collapsed
- target: Grid#TabContainerGrid > Border#RightBottomBorderLine
styles:
- Visibility=Collapsed
- target: TabViewItem
styles:
- Width=150
- Height=40
- Margin=0,0,8,0
- target: TabViewItem > Grid#LayoutRoot
styles:
- Background:=<WindhawkBlur BlurAmount="8" TintColor="#25ffffff"/>
- CornerRadius=10
- BorderThickness=1
- Margin=2,2,0,2
- Height=35
- target: TabViewItem > Grid#LayoutRoot > Canvas
styles:
- Visibility=Collapsed
- target: TabViewItem > Grid#LayoutRoot > Grid#TabContainer
styles:
- Background=Transparent
- BorderThickness=0
- target: TabViewItem > Grid#LayoutRoot@CommonStates
styles:
- Background@Selected:=<WindhawkBlur BlurAmount="15" TintColor="#30ffffff"/>
- Background@PointerOverSelected:=<WindhawkBlur BlurAmount="15" TintColor="#40ffffff"/>
- Background@Normal:=<WindhawkBlur BlurAmount="15" TintColor="#20ffffff"/>
- target: Grid#TabContainerGrid > Border > Button#AddButton
styles:
- Visibility=Visible
- Margin=0,0,0,4
- Background:=<WindhawkBlur BlurAmount="15" TintColor="#25ffffff"/>
- CornerRadius=10
- BorderThickness=0
- BorderBrush:=<LinearGradientBrush EndPoint="1,1" StartPoint="0,0"><GradientStop Color="#80ffffff" Offset="0.0"/><GradientStop Color="{ThemeResource SurfaceStrokeColorDefault}" Offset="0.55"/><GradientStop Color="#80ffffff" Offset="1"/></LinearGradientBrush>
- Width=24
- Height=24
- target: Grid#CommandBarControlRootGrid
styles:
- Background:=
- BorderBrush:=
- target: Grid#NavigationBarControlGrid
styles:
- Background=Transparent
- target: Grid#PART_LayoutRoot
styles:
- Background:=<WindhawkBlur BlurAmount="8" TintColor="#25ffffff"/>
- CornerRadius=10
- BorderThickness=1
- Margin=1
- target: FileExplorerExtensions.CommandBarControl
styles:
- Grid.Row=0
- Grid.RowSpan=2
- Margin=0,0,0,0
- target: AutoSuggestBox#FileExplorerSearchBox > Grid#LayoutRoot > TextBox > Grid@CommonStates
styles:
- Background:=<WindhawkBlur BlurAmount="8" TintColor="#25ffffff"/>
- CornerRadius=10
- Margin=-90,0,90,0
- Height=30
- target: Microsoft.UI.Xaml.Controls.Grid#FileExplorerAddressBarGrid
styles:
- Margin=-8,0,90,0
- target: CommandBarOverflowPresenter#SecondaryItemsControl > Microsoft.UI.Xaml.Controls.AppBarButton
styles:
- Background=Transparent
- CornerRadius=4
- BorderThickness=0
- Margin=0,0,0,0
- target: Microsoft.UI.Xaml.Controls.AppBarButton
styles:
- Background:=<WindhawkBlur BlurAmount="8" TintColor="#25ffffff"/>
- CornerRadius=10
- BorderThickness=1
- Margin=3,2,3,2
- target: Microsoft.UI.Xaml.Controls.AppBarToggleButton
styles:
- Background:=<WindhawkBlur BlurAmount="8" TintColor="#2D101010"/>
- CornerRadius=8
- BorderThickness=1
- Margin=3,0,3,1
- BorderBrush:=<LinearGradientBrush EndPoint="1,1" StartPoint="0,0"><GradientStop Color="#80ffffff" Offset="0.0"/><GradientStop Color="{ThemeResource SurfaceStrokeColorDefault}" Offset="0.55"/><GradientStop Color="#80ffffff" Offset="1"/></LinearGradientBrush>
- target: Microsoft.UI.Xaml.Controls.AppBarSeparator
styles:
- Visibility=Collapsed
- target: Microsoft.UI.Xaml.Controls.AppBarButton#backButton
styles:
- Margin=0,9,9,0
- Visibility=Visible
- target: Microsoft.UI.Xaml.Controls.AppBarButton#forwardButton
styles:
- Margin=0,9,9,0
- Visibility=Visible
- target: Microsoft.UI.Xaml.Controls.AppBarButton#upButton
styles:
- Margin=0,9,9,0
- Visibility=Collapsed
- target: Microsoft.UI.Xaml.Controls.AppBarButton#refreshButton
styles:
- Visibility=Visible
- Margin=0,9,9,0
- target: Microsoft.UI.Xaml.Controls.AppBarButton#stopButton
styles:
- Visibility=Collapsed
- Margin=0,9,9,0
- target: FileExplorerExtensions.NavigationBarControl
styles:
- Grid.RowSpan=2
explorerFrameContainerHeight: 87




