New default Immersive skin for Win10/11 (#538)

Fixes #538
This commit is contained in:
Eli Farmer
2023-01-04 10:56:06 +01:00
committed by ge0rdi
parent 134b414f0b
commit ecd17cb628
165 changed files with 1845 additions and 3 deletions

View File

@@ -0,0 +1,93 @@
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
1 ICON "..\\..\\Setup\\OpenShell.ico"
/////////////////////////////////////////////////////////////////////////////
//
// SKIN
//
1 SKIN "SkinDescription.txt"
/////////////////////////////////////////////////////////////////////////////
//
// Image
//
1 IMAGE "fullglass1.png"
2 IMAGE "fullglasssearch1.png"
3 IMAGE "scrollbkg1.png"
4 IMAGE "fullglass_pager.png"
5 IMAGE "pager_arrows.png"
6 IMAGE "scrollbkg2.png"
7 IMAGE "programs.png"
8 IMAGE "arrow.png"
9 IMAGE "search.png"
10 IMAGE "twotone_pager.png"
11 IMAGE "separator.png"
12 IMAGE "user.png"
13 IMAGE "submenu_selector.png"
14 IMAGE "submenu_splitsel.png"
15 IMAGE "pin.png"
16 IMAGE "scrollbtn1.png"
17 IMAGE "scroll_arrows.png"
18 IMAGE "user144.png"
19 IMAGE "arrow144.png"
20 IMAGE "submenu_pager.png"
21 IMAGE "pager_arrows144.png"
22 IMAGE "programs144.png"
23 IMAGE "submenu.png"
24 IMAGE "submenu_vertsep.png"
25 IMAGE "fullglass2.png"
26 IMAGE "fullglasssearch2.png"
27 IMAGE "search_arrow.png"
28 IMAGE "fullglass_selector.png"
29 IMAGE "fullglass_splitsel.png"
30 IMAGE "searchbkg.png"
31 IMAGE "shutdown_selector.png"
32 IMAGE "scrollbtn2.png"
33 IMAGE "newsel.png"
34 IMAGE "search_arrow144.png"
35 IMAGE "scroll_arrows144.png"
36 IMAGE "pin144.png"
37 IMAGE "separator144.png"
38 IMAGE "submenu_vertsep144.png"
39 IMAGE "scrollthumb1.png"
40 IMAGE "scrollthumb2.png"
41 IMAGE "pager_arrows120.png"
42 IMAGE "programs120.png"
43 IMAGE "arrow120.png"
44 IMAGE "search120.png"
45 IMAGE "pin120.png"
46 IMAGE "scroll_arrows120.png"
47 IMAGE "search_arrow120.png"
48 IMAGE "user120.png"
49 IMAGE "fullglass3.png"
50 IMAGE "fullglass4.png"
51 IMAGE "arrow_mask.png"
52 IMAGE "arrow_mask120.png"
53 IMAGE "arrow_mask144.png"
54 IMAGE "twotone1.png"
55 IMAGE "twotone2.png"
56 IMAGE "twotonesearch.png"
57 IMAGE "twotonejump.png"
58 IMAGE "scrollbtn3.png"
59 IMAGE "scrollthumb3.png"
60 IMAGE "scrollbkg3.png"
61 IMAGE "twotone_selector.png"
62 IMAGE "twotone_splitsel.png"
63 IMAGE "twotone_listsel.png"
64 IMAGE "twotone_listsplitsel.png"
65 IMAGE "programs192.png"
66 IMAGE "pin192.png"
67 IMAGE "arrow192.png"
68 IMAGE "arrow_mask192.png"
69 IMAGE "pager_arrows192.png"
70 IMAGE "scroll_arrows192.png"
71 IMAGE "search_arrow192.png"
72 IMAGE "search192.png"

View File

@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Resource|Win32">
<Configuration>Resource</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{75809D15-8403-420A-BBE6-05F478D88D8E}</ProjectGuid>
<RootNamespace>Immersive7</RootNamespace>
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="..\Skin.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<TargetExt>.skin7</TargetExt>
<TargetName>Immersive</TargetName>
</PropertyGroup>
<ItemGroup>
<Text Include="SkinDescription.txt" />
</ItemGroup>
<ItemGroup>
<Image Include="*.png" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Immersive7.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>

View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
<Filter Include="Resource Files">
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<Text Include="SkinDescription.txt">
<Filter>Source Files</Filter>
</Text>
</ItemGroup>
<ItemGroup>
<Image Include="*.png">
<Filter>Resource Files</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Immersive7.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>

View File

@@ -0,0 +1,745 @@
; Immersive skin
About=Immersive skin\n\nA skin that uses immersive colors and modern visual elements in the style of Windows 10.\n\nPart of <A HREF="https://github.com/Open-Shell/Open-Shell-Menu/">Open-Shell</A> (c) 2009-2017, Ivo Beltchev
AboutIcon=1
; Version - version of the required skin engine. Set to 2 if the skin uses any of the new features introduced in Open-Shell 1.9.0:
; * full glass
; * skinnable sub-menus
; * skinnable pager buttons
; * skinnable arrows
; Set to 3 if the skin uses any of the new features introduced in Open-Shell 4.2.1:
; * skinnable scrollbars
; * tint colors
; * start screen colors
Version=3
Main_opacity=region
Main2_opacity=region
Main_large_icons=1
Main_bitmap=$StartPrimaryText
Main_bitmap_tint2=$ImmersiveSystemBackground|$StartPrimaryText
Main_bitmap_tint3=#808080
Main_bitmap_mask=1
Main_bitmap_slices_X=12,1,6,3,1,3
Main_bitmap_slices_Y=12,10,11
Main_padding=7,7,8,7,100%,100%,88%,100%
Main_text_padding=5,2,8,2,100%
Main_icon_padding=4,4,4,4,100%
Main_bitmap_search=$StartPrimaryText
Main_bitmap_search_tint2=$ImmersiveSystemBackground|$StartPrimaryText
Main_bitmap_search_tint3=#808080
Main_bitmap_search_mask=2
Main_bitmap_search_slices_X=13,1,12
Main_bitmap_search_slices_Y=12,10,11
Main_search_padding=7,7,7,7,100%
Main_bitmap_jump=$StartPrimaryText
Main_bitmap_jump_tint2=$ImmersiveSystemBackground|$StartPrimaryText
Main_bitmap_jump_tint3=#808080
Main_bitmap_jump_mask=1
Main_bitmap_jump_slices_X=12,1,6,3,1,3
Main_bitmap_jump_slices_Y=12,10,11
Main_jump_padding=5,7,7,7,100%
Main_font="Segoe UI",normal,-9
Main_text_color=$StartPrimaryText,$StartSelectionPrimaryText,$StartPrimaryText,$StartSelectionPrimaryText
Main_selection=$StartPrimaryText
Main_selection_mask=28
Main_selection_tint1=$StartPrimaryText
Main_selection_slices_X=2,2,2
Main_selection_slices_Y=2,2,2
Main_split_selection=$StartPrimaryText
Main_split_selection_mask=29
Main_split_selection_tint1=$StartPrimaryText
Main_split_selection_slices_X=2,2,2,2,2,2
Main_split_selection_slices_Y=2,2,2
; Main_pager - a bitmap that contains the background for the pager buttons (the ones that scroll menus up and down)
Main_pager=$SystemAccentDark1|$StartBackground
Main_pager_tint1=$StartPrimaryText
Main_pager_tint2=$StartPrimaryText
Main_pager_mask=4
Main_pager_slices_X=3,10,3
Main_pager_slices_Y=3,9,3
Main_pager_arrows=$SystemAccentDark1|$StartBackground
Main_pager_arrows_tint1=$StartPrimaryText
Main_pager_arrows_tint2=$StartPrimaryText
Main_pager_arrows_mask=5
; Main_arrows - bitmap for the sub-menu arrows. The top half of the image is the normal arrow and the bottom half is the selected arrow
Main_arrow=8
Main_arrow_mask=51
Main_arrow_tint1=$StartPrimaryText
Main_arrow_tint2=#000000
Main_arrow_padding=6,9,100%
Main_split_arrow_padding=8,9,100%
; Main_separator - ID of a bitmap resource to use for the main menu separator. If no value is set the system separator is used
Main_separator=$SystemAccentDark1|$StartBackground
Main_separator_tint1=$StartPrimaryText
Main_separator_mask=11
Main_separator_slices_X=12,9,12
Main_search_indent=0
Main_new_selection=$SystemAccentDark1|$StartBackground
Main_new_selection_tint1=$LightInlineErrorText
Main_new_selection_mask=33
Main_new_selection_slices_X=2,2,2
Main_new_selection_slices_Y=2,2,2
; Second column
Main2_text_color=$StartPrimaryText,$StartSelectionPrimaryText,$StartPrimaryText,$StartSelectionPrimaryText
Main2_text_padding=1,8,8,9,100%
Main2_padding=5,7,5,7,100%
Main2_icon_padding=4,4,3,4,100%
Main2_arrow=8
Main2_arrow_mask=51
Main2_arrow_tint1=$StartPrimaryText
Main2_arrow_tint2=#000000
Main2_arrow_padding=6,7,100%
Main2_selection=$StartPrimaryText
Main2_selection_mask=28
Main2_selection_tint1=$StartPrimaryText
Main2_selection_slices_X=2,2,2
Main2_selection_slices_Y=2,2,2
Main2_split_selection=$StartPrimaryText
Main2_split_selection_mask=29
Main2_split_selection_tint1=$StartPrimaryText
Main2_split_selection_slices_X=2,2,2,2,2,2
Main2_split_selection_slices_Y=2,2,2
Main2_new_selection=$SystemAccentDark1|$StartBackground
Main2_new_selection_tint1=$LightInlineErrorText
Main2_new_selection_mask=33
Main2_new_selection_slices_X=2,2,2
Main2_new_selection_slices_Y=2,2,2
Main2_separator_mask=11
Main2_separator_slices_X=12,9,12
Main2_separator=$SystemAccentDark1|$StartBackground
Main2_separator_tint1=$StartPrimaryText
; Shutdown button
Shutdown_selection=$StartPrimaryText
Shutdown_selection_mask=31
Shutdown_selection_tint2=$StartPrimaryText
Shutdown_selection_slices_X=1,4,8,1,4,5
Shutdown_selection_slices_Y=4,4,4
Shutdown_search_selection=$StartPrimaryText
Shutdown_search_selection_mask=31
Shutdown_search_selection_tint2=$StartPrimaryText
Shutdown_search_selection_slices_X=1,4,8,1,4,5
Shutdown_search_selection_slices_Y=4,4,4
Shutdown_jump_selection=$StartPrimaryText
Shutdown_jump_selection_mask=31
Shutdown_jump_selection_tint2=$StartPrimaryText
Shutdown_jump_selection_slices_X=1,4,8,1,4,5
Shutdown_jump_selection_slices_Y=4,4,4
Shutdown_padding=0,7,0,4,100%
Shutdown_text_padding=8,5,10,6,100%,91%,90%,91%
Shutdown_icon_padding=5,3,-5,3,100%
Shutdown_text_color=$StartPrimaryText,$StartSelectionPrimaryText
Shutdown_search_text_color=$StartPrimaryText,$StartSelectionPrimaryText
Shutdown_jump_text_color=$StartPrimaryText,$StartSelectionPrimaryText
Shutdown_arrow=8
Shutdown_arrow_mask=51
Shutdown_arrow_tint1=$StartPrimaryText
Shutdown_arrow_tint2=#000000
Shutdown_search_arrow=8
Shutdown_search_arrow_mask=51
Shutdown_search_arrow_tint1=$StartPrimaryText
Shutdown_search_arrow_tint2=#000000
Shutdown_jump_arrow=8
Shutdown_jump_arrow_mask=51
Shutdown_jump_arrow_tint1=$StartPrimaryText
Shutdown_jump_arrow_tint2=#000000
Shutdown_arrow_padding=6,7,100%
; Programs tree
Programs_background=$SystemAccentDark1|$StartBackground
Programs_background_tint3=#808080
Programs_background_mask=#FF0000
Programs_text_padding=5,2,0,2,100%
Programs_icon_padding=-6,4,6,4,100%
Programs_indent=-11,80%
Programs_icon=7
Programs_icon_mask=#FF0000
Programs_icon_tint1=$StartPrimaryText
Programs_new_selection=$SystemAccentDark1|$StartBackground
Programs_new_selection_tint1=$LightInlineErrorText
Programs_new_selection_mask=33
Programs_new_selection_slices_X=2,2,2
Programs_new_selection_slices_Y=2,2,2
Programs_button_text_padding=3,2,8,2,100%
Programs_button_new_text_padding=3,2,8,2,100%
Programs_button_icon_padding=4,6,4,6,100%
Programs_button_new_icon_padding=4,6,4,6,100%
; Scrollbar
Scrollbar_button=$StartPrimaryText
Scrollbar_button_tint2=$StartPrimaryText
Scrollbar_button_tint3=#808080
Scrollbar_button_mask=16
Scrollbar_button_slices_X=3,3,3
Scrollbar_button_slices_Y=3,3,3
Scrollbar_thumb=$StartPrimaryText
Scrollbar_thumb_tint2=$StartPrimaryText
Scrollbar_thumb_tint3=#808080
Scrollbar_thumb_mask=39
Scrollbar_thumb_slices_X=3,3,3
Scrollbar_thumb_slices_Y=3,3,3
Scrollbar_background=$StartPrimaryText
Scrollbar_background_tint2=$StartPrimaryText
Scrollbar_background_tint3=#808080
Scrollbar_background_mask=3
Scrollbar_background_slices_X=2,2,2
Scrollbar_background_slices_Y=2,2,2
Scrollbar_arrows=#StartBackground
Scrollbar_arrows_tint1=$StartPrimaryText
Scrollbar_arrows_tint2=$StartPrimaryText
Scrollbar_arrows_tint3=#000000
Scrollbar_arrows_mask=17
; LIST SECTION
List_text_padding=0,2,8,2,100%
List_icon_padding=8,3,8,3,100%
List_separator_font="Segoe UI Semibold",normal,-9
List_separator_text_padding=8,3,0,5,100%
List_separator_icon_padding=10,0,2,0,100%
List_arrow_padding=3,6,100%
List_split_arrow_padding=5,6,100%
List_separator_split_font="Segoe UI Semibold",normal,-9
List_separator_text_color=$StartPrimaryText,$StartSelectionPrimaryText
List_selection=$StartPrimaryText
List_selection_mask=28
List_selection_tint1=$StartPrimaryText
List_selection_slices_X=2,2,2
List_selection_slices_Y=2,2,2
List_split_selection=$StartPrimaryText
List_split_selection_mask=29
List_split_selection_tint1=$StartPrimaryText
List_split_selection_slices_X=2,2,2,2,2,2
List_split_selection_slices_Y=2,2,2
Search_padding=3,9,3,6,100%,78%,33%,67%
Search_frame=0
Search_background=$SystemAccentDark1|$StartBackground
Search_background_tint1=$StartPrimaryText
Search_background_tint2=$ImmersiveSystemBackground|$StartPrimaryText
Search_background_tint3=$StartPrimaryText
Search_background_mask=30
Search_background_slices_X=3,2,3, 0,5,13, 0,1,3
Search_background_slices_Y=3,1,4, 0,2,0, 3,2,3
Search_background_padding=2,-3,2,2
Search_background_search_padding=2,-3,2,2
Search_background_jump_padding=2,-3,2,2
Search_hint_font="Segoe UI",normal,-9
Search_text_color=$ImmersiveSystemText|#000000,#808080
Search_text_background=$SystemAccentDark1|$StartBackground
Search_text_background_tint1=$ImmersiveSystemBackground|$StartPrimaryText
Search_text_background_tint2=$StartPrimaryText
Search_text_background_mask=#FF1700
Search_bitmap=9
Search_bitmap_tint1=#808080
Search_bitmap_mask=#FF0000
Search_arrow=27
Search_arrow_mask=51
Search_arrow_tint1=$StartPrimaryText
Search_arrow_tint2=#000000
; More_bitmap - a bitmap for the "more" button in search categories. set to 0 to use the default icon. set to "none" to hide the button
More_bitmap=0
Pin_bitmap=15
Pin_bitmap_tint1=$StartPrimaryText
Pin_bitmap_mask=#FF0000
;SUB-MENU SECTION - describes the look of the sub-menus
; The width of the standard window border is subtracted from all sides
Submenu_padding=3,5,3,5,100%
Submenu_text_padding=0,2,8,2,100%
Submenu_icon_padding=8,3,8,3,100%
; These have the same meaning as the Main_... properties
Submenu_opacity=region
Submenu_bitmap=$ImmersiveSystemBackground|$StartPrimaryText
Submenu_bitmap_tint1=#A0A0A0
Submenu_bitmap_tint2=#808080
Submenu_bitmap_tint3=$StartPrimaryText
Submenu_bitmap_mask=23
Submenu_bitmap_slices_X=4,4,4
Submenu_bitmap_slices_Y=4,4,4
Submenu_font="Segoe UI",normal,-9
Submenu_text_color=$ImmersiveSystemText|#000000,$ImmersiveSystemText|#000000,#7F7F7F,#7F7F7F
Submenu_selection=$ImmersiveSystemBackground|$StartPrimaryText
Submenu_selection_mask=13
Submenu_selection_slices_X=2,2,2
Submenu_selection_slices_Y=2,2,2
Submenu_selection_tint1=$StartPrimaryText
Submenu_selection_tint2=$ImmersiveSystemText|#000000
Submenu_split_selection=$ImmersiveSystemBackground|$StartPrimaryText
Submenu_split_selection_mask=14
Submenu_split_selection_slices_X=2,2,2,2,2,2
Submenu_split_selection_slices_Y=2,2,2
Submenu_split_selection_tint1=$StartPrimaryText
Submenu_pager=$ImmersiveSystemBackground|$StartPrimaryText
Submenu_pager_tint1=$StartPrimaryText
Submenu_pager_tint2=$ImmersiveSystemText|#000000
Submenu_pager_mask=20
Submenu_pager_slices_X=3,10,3
Submenu_pager_slices_Y=3,9,3
Submenu_pager_arrows=$SystemAccentDark1|$StartBackground
Submenu_pager_arrows_tint1=$ImmersiveSystemText|#000000
Submenu_pager_arrows_tint2=$ImmersiveSystemText|#000000
Submenu_pager_arrows_mask=5
Submenu_arrow=8
Submenu_arrow_mask=51
Submenu_arrow_tint1=$ImmersiveSystemText|#000000
Submenu_arrow_tint2=$ImmersiveSystemBackground|$StartPrimaryText
Submenu_arrow_padding=3,6,100%
Submenu_split_arrow_padding=5,6,100%
Submenu_separator=$SystemAccentDark1|$StartBackground
Submenu_separator_tint1=$ImmersiveSystemText|#000000
Submenu_separator_mask=11
Submenu_separator_slices_X=12,9,12
Submenu_separator_text_padding=8,3,0,5,100%
Submenu_separator_font="Segoe UI Semibold",normal,-9
Submenu_separator_text_color=$ImmersiveSystemText|#000000,$ImmersiveSystemText|#000000
Submenu_new_selection=$SystemAccentDark1|$StartBackground
Submenu_new_selection_tint1=$LightInlineErrorText
Submenu_new_selection_mask=33
Submenu_new_selection_slices_X=2,2,2
Submenu_new_selection_slices_Y=2,2,2
Submenu_separatorV=$SystemAccentDark1|$StartBackground
Submenu_separatorV_tint1=$ImmersiveSystemText|#000000
Submenu_separatorV_mask=24
Submenu_separatorV_slices_Y=12,9,12
; OPTIONS
OPTION RADIOGROUP=Menu theme,0,LIGHT|DARK|AUTO
OPTION LIGHT=Light,0
OPTION DARK=Dark,0
OPTION AUTO=Use system setting,1
OPTION USER_IMAGE=#7014,1
OPTION USER_NAME=#7015,0
OPTION CENTER_NAME=#7004,0, USER_NAME, 0
OPTION SMALL_ICONS=#7011,0
OPTION OPAQUE=#7009,0
OPTION DISABLE_MASK=#7005,0
OPTION_NUMBER CUSTOM_TEXT_SIZE=#7038,0,TRUE,12
OPTION BLACK_TEXT=#7002,0
OPTION BLACK_FRAMES=#7001,0
OPTION RADIOGROUP=Transparency style,0,TRANSPARENT_LESS|TRANSPARENT_MORE
OPTION TRANSPARENT_LESS=Two-tone#The main section of the menu will use system light/dark colors while additional surfaces use transparent glass with accent color.,1
OPTION TRANSPARENT_MORE=Full glass#The entire main menu will use transparent glass with accent color.,0
[SMALL_ICONS]
Main_large_icons=0
Main2_text_padding=1,4,8,5,100%
[USER_IMAGE]
; User_bitmap - the frame around the user picture
User_mask=12
User_image_size=48
User_image_padding=0,7,100%
User_bitmap_outside=0
[USER_NAME]
Main_padding=7,47,8,7,100%,100%,88%,100%
Main_search_padding=7,47,7,7,100%
User_name_position=15,5,-15,45,100%
User_name_align=left1
User_text_color=$StartPrimaryText
User_font="Segoe UI Semibold",normal,18,100%
User_glow_size=0
[CENTER_NAME]
User_name_align=center1
[120_DPI]
Programs_icon=42
Main_pager_arrows_mask=41
Submenu_pager_arrows_mask=41
Main_arrow=43
Main2_arrow=43
Shutdown_arrow=43
Shutdown_search_arrow=43
Shutdown_jump_arrow=43
Submenu_arrow=43
Search_arrow=47
Scrollbar_arrows_mask=46
Pin_bitmap=45
Search_bitmap=44
Main_arrow_mask=52
Main2_arrow_mask=52
Shutdown_arrow_mask=52
Shutdown_search_arrow_mask=52
Shutdown_jump_arrow_mask=52
Search_arrow_mask=52
Submenu_arrow_mask=52
[120_DPI AND USER_IMAGE]
User_mask=48
User_image_size=60
[HIGH_DPI]
Main_bitmap_mask=49
Main_bitmap_jump_mask=49
Programs_icon=22
Main_pager_arrows_mask=21
Submenu_pager_arrows_mask=21
Main_arrow=19
Main2_arrow=19
Shutdown_arrow=19
Shutdown_search_arrow=19
Shutdown_jump_arrow=19
Submenu_arrow=19
Search_arrow=34
Scrollbar_arrows_mask=35
Pin_bitmap=36
Main_separator_mask=37
Main2_separator_mask=37
Submenu_separator_mask=37
Submenu_separatorV_mask=38
Main_arrow_mask=53
Main2_arrow_mask=53
Shutdown_arrow_mask=53
Shutdown_search_arrow_mask=53
Shutdown_jump_arrow_mask=53
Search_arrow_mask=53
Submenu_arrow_mask=53
[HIGH_DPI AND USER_IMAGE]
User_mask=18
User_image_size=72
[TOUCH_ENABLED AND NOT SMALL_ICONS]
List_separator_icon_padding=10,8,2,8,100%
Main_arrow_padding=7,10,100%
Main_split_arrow_padding=9,10,100%
Main2_arrow_padding=9,10,100%
[NOT OPAQUE]
Main_opacity=fullglass
Main2_opacity=fullglass
Main_bitmap_mask=25
Main_bitmap_search_mask=26
Main_bitmap_jump_mask=25
Programs_background=#C0000000
Scrollbar_button_mask=32
Scrollbar_thumb_mask=40
Scrollbar_background_mask=6
[NOT OPAQUE AND HIGH_DPI]
Main_bitmap_mask=50
Main_bitmap_jump_mask=50
[DISABLE_MASK]
Main_bitmap_tint1=#545454
Main_bitmap_search_tint1=#545454
Main_bitmap_jump_tint1=#545454
Programs_background_tint1=#545454
Scrollbar_button_tint1=#545454
Scrollbar_thumb_tint1=#545454
Scrollbar_background_tint1=#545454
[CUSTOM_TEXT_SIZE]
Main_font="Segoe UI",normal,@CUSTOM_TEXT_SIZE@
Search_hint_font="Segoe UI",normal,@CUSTOM_TEXT_SIZE@
Submenu_font="Segoe UI",normal,@CUSTOM_TEXT_SIZE@
List_separator_font="Segoe UI Semibold",normal,@CUSTOM_TEXT_SIZE@
List_separator_split_font="Segoe UI Semibold",normal,@CUSTOM_TEXT_SIZE@
Submenu_separator_font="Segoe UI Semibold",normal,@CUSTOM_TEXT_SIZE@
[BLACK_TEXT]
Main_text_color=#000000,#000000,#000000,#000000
Main2_text_color=#000000,#000000,#000000,#000000
Shutdown_text_color=#000000,#000000
Shutdown_search_text_color=#000000,#000000
Shutdown_jump_text_color=#000000,#000000
List_separator_text_color=#000000,#000000
Main_arrow_tint1=#000000
Main_arrow_tint2=$StartPrimaryText
Main2_arrow_tint1=#000000
Main2_arrow_tint2=$StartPrimaryText
Search_arrow_tint1=#000000
Search_arrow_tint2=$StartPrimaryText
Programs_icon_tint1=#000000
Pin_bitmap_tint1=#000000
Main_bitmap=#000000
Main_bitmap_search=#000000
Main_bitmap_jump=#000000
Main_separator_tint1=#000000
Search_background_tint1=#000000
Scrollbar_arrows_tint1=#000000
Scrollbar_arrows_tint2=#000000
Scrollbar_arrows_tint3=$StartPrimaryText
Main_pager_arrows_tint1=#000000
Main_pager_arrows_tint2=#000000
Main2_separator_tint1=#000000
Shutdown_arrow_tint1=#000000
Shutdown_arrow_tint2=$StartPrimaryText
Shutdown_search_arrow_tint1=#000000
Shutdown_search_arrow_tint2=$StartPrimaryText
Shutdown_jump_arrow_tint1=#000000
Shutdown_jump_arrow_tint2=$StartPrimaryText
User_text_color=#000000
[BLACK_FRAMES]
Main_selection=#000000
Main_split_selection=#000000
Main2_selection=#000000
Main2_split_selection=#000000
Shutdown_selection=#000000
Shutdown_search_selection=#000000
Shutdown_jump_selection=#000000
List_selection=#000000
List_split_selection=#000000
Scrollbar_button=#000000
Scrollbar_thumb=#000000
Scrollbar_background=#000000
Main_pager_tint2=#000000
[TRANSPARENT_LESS]
Main_padding=7,7,7,7,100%
Main_text_color=$ImmersiveSystemText|#000000,$ImmersiveSystemText|#000000,#7F7F7F,#7F7F7F
Shutdown_search_text_color=$ImmersiveSystemText|#000000,$ImmersiveSystemText|#000000
Shutdown_jump_text_color=$ImmersiveSystemText|#000000,$ImmersiveSystemText|#000000
Main_bitmap_mask=54
Main_bitmap_search_mask=56
Main_bitmap_jump_mask=57
Programs_background_mask=#C50036
Programs_background=$StartPrimaryText
Programs_background_tint1=$ImmersiveSystemBackground|$StartPrimaryText
Scrollbar_button_mask=58
Scrollbar_thumb_mask=59
Scrollbar_background_mask=60
Scrollbar_button_tint1=$ImmersiveSystemBackground|$StartPrimaryText
Scrollbar_thumb_tint1=$ImmersiveSystemBackground|$StartPrimaryText
Scrollbar_background_tint1=$ImmersiveSystemBackground|$StartPrimaryText
Scrollbar_button=$ImmersiveSystemText|#000000
Scrollbar_thumb=$ImmersiveSystemText|#000000
Scrollbar_background=$ImmersiveSystemText|#000000
Scrollbar_arrows_tint1=$ImmersiveSystemText|#000000
Scrollbar_arrows_tint2=$ImmersiveSystemText|#000000
Scrollbar_arrows_tint3=$ImmersiveSystemBackground|$StartPrimaryText
Search_background_tint1=$ImmersiveSystemText|#000000
Programs_icon_tint1=$ImmersiveSystemText|#000000
List_separator_text_color=$ImmersiveSystemText|#000000,$ImmersiveSystemText|#000000
Search_arrow_tint1=$ImmersiveSystemText|#000000
Search_arrow_tint2=$ImmersiveSystemBackground|$StartPrimaryText
Main_separator_tint1=$ImmersiveSystemText|#000000
Main_arrow_tint1=$ImmersiveSystemText|#000000
Main_arrow_tint2=$ImmersiveSystemBackground|$StartPrimaryText
Shutdown_search_arrow_tint1=$ImmersiveSystemText|#000000
Shutdown_search_arrow_tint2=$ImmersiveSystemBackground|$StartPrimaryText
Shutdown_jump_arrow_tint1=$ImmersiveSystemText|#000000
Shutdown_jump_arrow_tint2=$ImmersiveSystemBackground|$StartPrimaryText
Main_pager_arrows_tint1=$ImmersiveSystemText|#000000
Main_pager_arrows_tint2=$ImmersiveSystemText|#000000
Pin_bitmap_tint1=$ImmersiveSystemText|#000000
User_text_color=$ImmersiveSystemText|#000000
Main_bitmap=$StartPrimaryText
Main_bitmap_search=$StartPrimaryText
Main_bitmap_jump=$StartPrimaryText
Shutdown_search_selection=$ImmersiveSystemText|#000000
Shutdown_jump_selection=$ImmersiveSystemText|#000000
List_selection=$ImmersiveSystemBackground|$StartPrimaryText
List_split_selection=$ImmersiveSystemBackground|$StartPrimaryText
Main_selection=$ImmersiveSystemBackground|$StartPrimaryText
Main_split_selection=$ImmersiveSystemBackground|$StartPrimaryText
Main_selection_mask=61
Main_split_selection_mask=62
List_selection_mask=63
List_split_selection_mask=64
Main_pager_mask=10
Main_pager=$ImmersiveSystemBackground|$StartPrimaryText
Main_pager_tint1=$StartPrimaryText
[TRANSPARENT_LESS AND NOT OPAQUE]
Main_bitmap_mask=55
Programs_background=$StartPrimaryText
Main_opacity=glass
Main2_opacity=fullglass
[USER_NAME AND TRANSPARENT_LESS]
Main_padding=7,47,7,7,100%
[SEARCHBOX]
Main_bitmap_jump_slices_Y=12,6,2,0,2,11
[HIGH_DPI AND NOT 144_DPI AND NOT 168_DPI]
Programs_icon=65
Pin_bitmap=66
Main_arrow=67
Main2_arrow=67
Shutdown_arrow=67
Shutdown_search_arrow=67
Shutdown_jump_arrow=67
Submenu_arrow=67
Main_arrow_mask=68
Main2_arrow_mask=68
Shutdown_arrow_mask=68
Shutdown_search_arrow_mask=68
Shutdown_jump_arrow_mask=68
Submenu_arrow_mask=68
Main_pager_arrows_mask=69
Submenu_pager_arrows_mask=69
Scrollbar_arrows_mask=70
Search_arrow=71
Search_arrow_mask=68
Search_bitmap=72
[LIGHT]
Main_bitmap_tint2=#FFFFFF
Main_bitmap_search_tint2=#FFFFFF
Main_bitmap_jump_tint2=#FFFFFF
Search_background_tint2=#FFFFFF
Search_text_background_tint1=#FFFFFF
Submenu_bitmap=#FFFFFF
Submenu_selection=#FFFFFF
Submenu_split_selection=#FFFFFF
Submenu_pager=#FFFFFF
Submenu_arrow_tint2=#FFFFFF
Search_text_color=#000000,#808080
Submenu_text_color=#000000,#000000,#7F7F7F,#7F7F7F
Submenu_selection_tint2=#000000
Submenu_pager_tint2=#000000
Submenu_pager_arrows_tint1=#000000
Submenu_pager_arrows_tint2=#000000
Submenu_arrow_tint1=#000000
Submenu_separator_tint1=#000000
Submenu_separator_text_color=#000000,#000000
Submenu_separatorV_tint1=#000000
[LIGHT AND TRANSPARENT_LESS]
Programs_background_tint1=#FFFFFF
Scrollbar_button_tint1=#FFFFFF
Scrollbar_thumb_tint1=#FFFFFF
Scrollbar_background_tint1=#FFFFFF
Scrollbar_arrows_tint3=#FFFFFF
Search_arrow_tint2=#FFFFFF
Main_arrow_tint2=#FFFFFF
Shutdown_search_arrow_tint2=#FFFFFF
Shutdown_jump_arrow_tint2=#FFFFFF
List_selection=#FFFFFF
List_split_selection=#FFFFFF
Main_selection=#FFFFFF
Main_split_selection=#FFFFFF
Main_pager=#FFFFFF
Main_text_color=#000000,#000000,#7F7F7F,#7F7F7F
Shutdown_search_text_color=#000000,#000000
Shutdown_jump_text_color=#000000,#000000
Scrollbar_button=#000000
Scrollbar_thumb=#000000
Scrollbar_background=#000000
Scrollbar_arrows_tint1=#000000
Scrollbar_arrows_tint2=#000000
Search_background_tint1=#000000
Programs_icon_tint1=#000000
List_separator_text_color=#000000,#000000
Search_arrow_tint1=#000000
Main_separator_tint1=#000000
Main_arrow_tint1=#000000
Shutdown_search_arrow_tint1=#000000
Shutdown_jump_arrow_tint1=#000000
Main_pager_arrows_tint1=#000000
Main_pager_arrows_tint2=#000000
Pin_bitmap_tint1=#000000
User_text_color=#000000
Shutdown_search_selection=#000000
Shutdown_jump_selection=#000000
[DARK]
Main_bitmap_tint2=#000000
Main_bitmap_search_tint2=#000000
Main_bitmap_jump_tint2=#000000
Search_background_tint2=#000000
Search_text_background_tint1=#000000
Submenu_bitmap=#000000
Submenu_selection=#000000
Submenu_split_selection=#000000
Submenu_pager=#000000
Submenu_arrow_tint2=#000000
Search_text_color=#FFFFFF,#808080
Submenu_text_color=#FFFFFF,#FFFFFF,#7F7F7F,#7F7F7F
Submenu_selection_tint2=#FFFFFF
Submenu_pager_tint2=#FFFFFF
Submenu_pager_arrows_tint1=#FFFFFF
Submenu_pager_arrows_tint2=#FFFFFF
Submenu_arrow_tint1=#FFFFFF
Submenu_separator_tint1=#FFFFFF
Submenu_separator_text_color=#FFFFFF,#FFFFFF
Submenu_separatorV_tint1=#FFFFFF
[DARK AND TRANSPARENT_LESS]
Programs_background_tint1=#000000
Scrollbar_button_tint1=#000000
Scrollbar_thumb_tint1=#000000
Scrollbar_background_tint1=#000000
Scrollbar_arrows_tint3=#000000
Search_arrow_tint2=#000000
Main_arrow_tint2=#000000
Shutdown_search_arrow_tint2=#000000
Shutdown_jump_arrow_tint2=#000000
List_selection=#000000
List_split_selection=#000000
Main_selection=#000000
Main_split_selection=#000000
Main_pager=#000000
Main_text_color=#FFFFFF,#FFFFFF,#7F7F7F,#7F7F7F
Shutdown_search_text_color=#FFFFFF,#FFFFFF
Shutdown_jump_text_color=#FFFFFF,#FFFFFF
Scrollbar_button=#FFFFFF
Scrollbar_thumb=#FFFFFF
Scrollbar_background=#FFFFFF
Scrollbar_arrows_tint1=#FFFFFF
Scrollbar_arrows_tint2=#FFFFFF
Search_background_tint1=#FFFFFF
Programs_icon_tint1=#FFFFFF
List_separator_text_color=#FFFFFF,#FFFFFF
Search_arrow_tint1=#FFFFFF
Main_separator_tint1=#FFFFFF
Main_arrow_tint1=#FFFFFF
Shutdown_search_arrow_tint1=#FFFFFF
Shutdown_jump_arrow_tint1=#FFFFFF
Main_pager_arrows_tint1=#FFFFFF
Main_pager_arrows_tint2=#FFFFFF
Pin_bitmap_tint1=#FFFFFF
User_text_color=#FFFFFF
Shutdown_search_selection=#FFFFFF
Shutdown_jump_selection=#FFFFFF
[BLACK_TEXT AND NOT BLACK_FRAMES AND NOT TRANSPARENT_LESS]
Scrollbar_arrows_tint3=#000000
[BLACK_FRAMES AND NOT BLACK_TEXT AND NOT TRANSPARENT_LESS]
Scrollbar_arrows_tint3=#FFFFFF

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 640 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 555 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 770 B