diff --git a/Website/blog/2025-09-06-introducing-hosts-file-editor/index.md b/Website/blog/2025-09-06-introducing-hosts-file-editor/index.md index c6b8f01ed3..af0c2f95f1 100644 --- a/Website/blog/2025-09-06-introducing-hosts-file-editor/index.md +++ b/Website/blog/2025-09-06-introducing-hosts-file-editor/index.md @@ -29,4 +29,4 @@ Upgrade now to the [latest version of NETworkManager](https://borntoberoot.net/N More information is available in the [official documentation](https://borntoberoot.net/NETworkManager/download/docs/application/hosts-file-editor). -If you find any issues or have suggestions for improvement, please open an [issue on GitHub](https://github.com/BornToBeRoot/NETworkManager/issues): +If you find any issues or have suggestions for improvement, please open an [issue on GitHub](https://github.com/BornToBeRoot/NETworkManager/issues). diff --git a/Website/blog/2025-10-19-streamlined-profile-management-with-tags-and-filters/index.md b/Website/blog/2025-10-19-streamlined-profile-management-with-tags-and-filters/index.md index 1f47ea276d..be52fd25a8 100644 --- a/Website/blog/2025-10-19-streamlined-profile-management-with-tags-and-filters/index.md +++ b/Website/blog/2025-10-19-streamlined-profile-management-with-tags-and-filters/index.md @@ -28,4 +28,4 @@ Upgrade now to the [latest version of NETworkManager](https://borntoberoot.net/N More information is available in the [official documentation](https://borntoberoot.net/NETworkManager/docs/groups-and-profiles). -If you find any issues or have suggestions for improvement, please open an [issue on GitHub](https://github.com/BornToBeRoot/NETworkManager/issues): +If you find any issues or have suggestions for improvement, please open an [issue on GitHub](https://github.com/BornToBeRoot/NETworkManager/issues). diff --git a/Website/blog/2025-10-23-improved-light-theme-readability/index.md b/Website/blog/2025-10-23-improved-light-theme-readability/index.md new file mode 100644 index 0000000000..8c35728e7e --- /dev/null +++ b/Website/blog/2025-10-23-improved-light-theme-readability/index.md @@ -0,0 +1,22 @@ +--- +slug: improved-light-theme-readability +title: Improved light theme readability +authors: [borntoberoot] +tags: [profile management, tags, new feature] +--- + +The latest release of NETworkManager (version 2025.10.18.0) introduces major enhancements to the light theme, improving both readability and overall user experience. + +In this version, the code that handles theming has been completely rewritten, providing granular control over colors and styles. This allows users to fine-tune the light and dark themes independently, ensuring better contrast, visibility, and accessibility across the interface. + +The light theme has already received several improvements to enhance readability, and more adjustments are planned for future releases based on user feedback. So please don’t hesitate to share your thoughts on the [GitHub issue tracker](https://github.com/BornToBeRoot/NETworkManager/issues). + +![Light theme preview](./light-theme-preview.png) + + + +Upgrade now to the [latest version of NETworkManager](https://borntoberoot.net/NETworkManager/download) to use this feature. + +More information is available in the [official documentation](https://borntoberoot.net/NETworkManager/docs/settings/appearance). + +If you find any issues or have suggestions for improvement, please open an [issue on GitHub](https://github.com/BornToBeRoot/NETworkManager/issues). diff --git a/Website/blog/2025-10-23-improved-light-theme-readability/light-theme-preview.png b/Website/blog/2025-10-23-improved-light-theme-readability/light-theme-preview.png new file mode 100644 index 0000000000..77ba232cc7 Binary files /dev/null and b/Website/blog/2025-10-23-improved-light-theme-readability/light-theme-preview.png differ