-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
暗黑主题实装
- Loading branch information
Hakoyu
authored and
Hakoyu
committed
Nov 30, 2022
1 parent
019c315
commit b3927f1
Showing
12 changed files
with
254 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | ||
<Style x:Key="GroupBox_Style" TargetType="GroupBox" BasedOn="{StaticResource GroupBox_Style}"> | ||
<Setter Property="Background" Value="#33000000" /> | ||
<Setter Property="BorderBrush" Value="#6600008B" /> | ||
<Setter Property="Foreground" Value="#FFFFFFFF" /> | ||
</Style> | ||
<SolidColorBrush x:Key="ColorBG" Color="#FF1E1E1E"/> | ||
<SolidColorBrush x:Key="ColorBB" Color="#FF303030"/> | ||
<SolidColorBrush x:Key="ColorFG" Color="Azure"/> | ||
<SolidColorBrush x:Key="ColorDeep" Color="#33000000"/> | ||
<SolidColorBrush x:Key="ColorLight" Color="#33FFFFFF"/> | ||
<SolidColorBrush x:Key="ColorSelected" Color="#3301FFFF"/> | ||
<SolidColorBrush x:Key="ColorLightYellow" Color="#33FFFF10"/> | ||
<SolidColorBrush x:Key="ColorLightRed" Color="#33FF0000"/> | ||
<SolidColorBrush x:Key="ColorLightBlue" Color="#4C0000FF"/> | ||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.