Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .config/windhawk/notification.json

This file was deleted.

95 changes: 95 additions & 0 deletions .config/windhawk/notification.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
theme: "mocha"

controlStyles:
- target: Grid#NotificationCenterGrid
styles:
- Background:=<AcrylicBrush TintColor="#181825" TintLuminosityOpacity="0.75" TintOpacity="0.85" Opacity="1" FallbackColor="#181825"/>
- BorderThickness=1.5
- CornerRadius=12
- BorderBrush:=<SolidColorBrush Color="#313244" Opacity="0.8" />

- target: Grid#CalendarCenterGrid
styles:
- Background:=<AcrylicBrush TintColor="#181825" TintLuminosityOpacity="0.75" TintOpacity="0.85" Opacity="1" FallbackColor="#181825"/>
- BorderThickness=1.5
- CornerRadius=12
- BorderBrush:=<SolidColorBrush Color="#313244" Opacity="0.8" />

- target: Grid#ControlCenterRegion
styles:
- Background:=<AcrylicBrush TintColor="#1e1e2e" TintLuminosityOpacity="0.7" TintOpacity="0.85" Opacity="1" FallbackColor="#1e1e2e"/>
- BorderThickness=1.5
- CornerRadius=12
- BorderBrush:=<SolidColorBrush Color="#313244" Opacity="0.8" />

- target: ContentPresenter#PageContent
styles:
- Background:=<SolidColorBrush Color="#1e1e2e"/>

- target: ScrollViewer#ListContent
styles:
- Background:=<SolidColorBrush Color="#1e1e2e"/>

- target: Windows.UI.Xaml.Controls.GridViewItem
styles:
- Background:=<SolidColorBrush Color="#1e1e2e"/>
- BorderThickness=0
- Margin=3

- target: Windows.UI.Xaml.Controls.TextBlock
styles:
- Padding=0

- target: QuickActions.ControlCenterButton
styles:
- Background:=<SolidColorBrush Color="#313244"/>
- CornerRadius=12
- Padding=8

- target: QuickActions.ControlCenterButton:pointerover
styles:
- Background:=<SolidColorBrush Color="#45475a"/>

- target: QuickActions.ControlCenterButton:pressed
styles:
- Background:=<SolidColorBrush Color="#89b4fa"/>

- target: QuickActions.ControlCenterButton:checked
styles:
- Background:=<SolidColorBrush Color="#89b4fa"/>

- target: Windows.UI.Xaml.Controls.FontIcon
styles:
- Foreground:=<SolidColorBrush Color="#cdd6f4"/>

- target: Windows.UI.Xaml.Controls.Slider
styles:
- Foreground:=<SolidColorBrush Color="#89b4fa"/>
- Background:=<SolidColorBrush Color="Transparent"/>

# removing slider <square> bgs
- target: Border
styles:
- Background:=<SolidColorBrush Color="Transparent"/>

- target: Grid#MediaTransportControlsRegion
styles:
- Background:=<AcrylicBrush TintColor="#1e1e2e" TintLuminosityOpacity="0.65" TintOpacity="0.9" Opacity="1" FallbackColor="#1e1e2e"/>
- CornerRadius=10

- target: Grid#ThumbnailImage
styles:
- CornerRadius=8
- Height=130
- Width=130

- target: Border#ToastBackgroundBorder2
styles:
- Background:=<AcrylicBrush TintColor="#1e1e2e" TintLuminosityOpacity="0.65" TintOpacity="0.9" Opacity="1" FallbackColor="#1e1e2e"/>
- CornerRadius=8
- BorderThickness=1
- BorderBrush:=<SolidColorBrush Color="#313244" Opacity="0.6" />

- target: ActionCenter.FocusSessionControl
styles:
- Height=0
1 change: 0 additions & 1 deletion .config/windhawk/start.json

This file was deleted.

Loading