Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class ApplicationSettings
/// Gets or Sets an idicator that defines if dark theme should be used
/// <remarks>Defaults to <see langword="false"/></remarks>
/// </summary>
public bool UseDarkTheme { get; set; } = false;
public bool UseDarkTheme { get; set; } = true;

/// <summary>
/// Gets or Sets an indicator that defines if the PID of Active Windows should be replaced with the window location
Expand Down