forked from wizrdsh/FirefoxSidebar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicaForEveryone.conf
32 lines (29 loc) · 1.08 KB
/
MicaForEveryone.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Mica For Everyone Configuration
Global {
TitleBarColor = System # available modes: Default, System, Light, Dark (case sensitive)
BackdropPreference = Mica # available modes: Default, None, Mica, Acrylic, Tabbed
CornerPreference = Default # available modes: Default, Square, Rounded, RoundedSmall
ExtendFrameIntoClientArea = True # enable to apply backdrop on background of apps (not recommended)
EnableBlurBehind = False # make window translucent (not recommended)
}
# don't touch explorer and mspaint
Process: "explorer" {
TitleBarColor = Dark
BackdropPreference = Mica
CornerPreference = Default
ExtendFrameIntoClientArea = True
EnableBlurBehind = False
}
Process: "mspaint" {
TitleBarColor = Default
BackdropPreference = Mica
CornerPreference = Default
ExtendFrameIntoClientArea = True
EnableBlurBehind = False
}
# apply Mica background to Console Host window
Class: "ConsoleWindowClass" {
TitleBarColor = Dark
BackdropPreference = Mica
ExtendFrameIntoClientArea = True
}