File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
<!-- Load theme to be modified via the Theme engine. -->
19
19
<ResourceDictionary x : Name =" LoadedTheme" Source =" Themes/Dark.xaml" />
20
20
21
- <!-- Load SVG icons, courtesy of lolPants . -->
21
+ <!-- Load SVG icons, courtesy of Lulu . -->
22
22
<ResourceDictionary x : Name =" Icons" Source =" Resources/Icons.xaml" />
23
23
24
24
<!-- Load Styles needed for the Theme engine to work. -->
Original file line number Diff line number Diff line change 128
128
VerticalAlignment =" Center"
129
129
FontSize =" 20"
130
130
FontWeight =" Bold" >
131
- <Hyperlink local:HyperlinkExtensions.IsExternal=" True" NavigateUri =" https://www.jackbaron.com /" >
132
- lolPants
131
+ <Hyperlink local:HyperlinkExtensions.IsExternal=" True" NavigateUri =" https://lulu.dev /" >
132
+ Lulu
133
133
</Hyperlink >
134
134
</TextBlock >
135
135
<TextBlock
Original file line number Diff line number Diff line change 1
1
<ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml" >
2
2
3
- <!-- Mod Assistant Dark Theme by Caeden117 and lolPants -->
3
+ <!-- Mod Assistant Dark Theme by Caeden117 and Lulu -->
4
4
5
5
<!-- Standard Styles -->
6
6
<Color x : Key =" StandardContent" >#E0E0E0</Color >
Original file line number Diff line number Diff line change 1
1
<ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml" >
2
2
3
- <!-- Mod Assistant Light Theme by Caeden117 and lolPants -->
3
+ <!-- Mod Assistant Light Theme by Caeden117 and Lulu -->
4
4
5
5
<!-- Standard Styles -->
6
6
<Color x : Key =" StandardContent" >#101010</Color >
You can’t perform that action at this time.
0 commit comments