Skip to content

Commit 751bdc2

Browse files
authored
Update Create_custom_theme_and_accent.md
1 parent 642d9eb commit 751bdc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/en-US/HowTo/Create_custom_theme_and_accent.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Since version 1.5.0.0, you can create custom designs that are compatible with [M
44

55
Own designs are stored in the program folder under `themes`.
66

7+
MahApps.Metro also has a great guide on how to write your own theme: https://mahapps.com/guides/styles.html
8+
79
## Theme
810

911
Download a theme for MahApps.Metro (eg [Black](https://github.com/BornToBeRoot/NETworkManager/blob/master/Source/NETworkManager/Themes/Black.Theme.xaml), [White](https://github.com/BornToBeRoot/NETworkManager/blob/master/Source/NETworkManager/Themes/White.Theme.xaml)) and modify the values as you like. Save the file in the `themes` folder with the following filename `CUSTOMNAME.Theme.xaml`.
@@ -14,4 +16,4 @@ After restarting the application, you can load the theme in the program settings
1416

1517
Download an accent for MahApps.Metro (eg [Black](https://github.com/BornToBeRoot/NETworkManager/blob/master/Source/NETworkManager/Themes/Black.Accent.xaml)) and modify the values as you like. Save the file in the `themes` folder with the following file name `CUSTOMNAME.Accent.xaml`.
1618

17-
After restarting the application, you can load the accent in the program settings.
19+
After restarting the application, you can load the accent in the program settings.

0 commit comments

Comments
 (0)