Update badge colors: Release to teal, Nightly to purple, remove Community section

This commit is contained in:
Derick Payne 2026-01-19 06:40:56 +02:00
parent 975ff197c0
commit 421f130bce

View File

@ -4,16 +4,15 @@ Notepad3 is free and open source. Your support helps keep development active.
[![Sponsor](https://img.shields.io/github/sponsors/rizonesoft?style=flat-square&logo=github)](https://github.com/sponsors/rizonesoft)
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat-square&logo=paypal)](https://www.paypal.com/donate/?hosted_button_id=7UGGCSDUZJPFE)
[![Stars](https://img.shields.io/github/stars/rizonesoft/Notepad3?style=flat-square&label=Stars&logo=github)](https://github.com/rizonesoft/Notepad3/stargazers)
[![Forks](https://img.shields.io/github/forks/rizonesoft/Notepad3?style=flat-square&label=Forks&logo=github)](https://github.com/rizonesoft/Notepad3/network/members)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg?style=flat-square)](https://opensource.org/licenses/BSD-3-Clause)
### Build Status
Continuous integration ensures code quality across compilers and platforms.
[![AppVeyor](https://img.shields.io/appveyor/ci/rizonesoft/notepad3/master.svg?style=flat-square&label=AppVeyor)](https://ci.appveyor.com/project/rizonesoft/notepad3/branch/master)
[![CI](https://img.shields.io/github/actions/workflow/status/rizonesoft/Notepad3/build.yml?style=flat-square&label=CI)](https://github.com/rizonesoft/Notepad3/actions/workflows/build.yml)
[![Latest Release](https://img.shields.io/github/v/release/rizonesoft/Notepad3?style=flat-square&label=Release)](https://rizonesoft.com/downloads/notepad3/)
[![Nightly](https://img.shields.io/github/v/release/rizonesoft/Notepad3?include_prereleases&style=flat-square&label=Nightly&color=orange)](https://github.com/rizonesoft/Notepad3/releases)
[![Latest Release](https://img.shields.io/github/v/release/rizonesoft/Notepad3?style=flat-square&label=Release&color=0e7490)](https://rizonesoft.com/downloads/notepad3/)
[![Nightly](https://img.shields.io/github/v/release/rizonesoft/Notepad3?include_prereleases&style=flat-square&label=Nightly&color=6e40c9)](https://github.com/rizonesoft/Notepad3/releases)
### Tech Stack
Built with modern C++ on the powerful Scintilla editing component.
@ -23,17 +22,6 @@ Built with modern C++ on the powerful Scintilla editing component.
[![Scintilla](https://img.shields.io/badge/Editor-Scintilla-4B8BBE?style=flat-square)](https://www.scintilla.org/)
[![Architecture](https://img.shields.io/badge/Arch-x86%20%7C%20x64%20%7C%20x64--AVX2%20%7C%20ARM64-informational?style=flat-square)](https://rizonesoft.com/downloads/notepad3/)
### Community
Join our growing community of contributors and users.
[![Contributors](https://img.shields.io/github/contributors/rizonesoft/Notepad3?style=flat-square&label=Contributors&color=1a7f37)](https://github.com/rizonesoft/Notepad3/graphs/contributors)
[![Last Commit](https://img.shields.io/github/last-commit/rizonesoft/Notepad3?style=flat-square&label=Last%20Commit&color=1a5fb4)](https://github.com/rizonesoft/Notepad3/commits)
[![Open Issues](https://img.shields.io/github/issues/rizonesoft/Notepad3?style=flat-square&label=Open%20Issues&color=9a6700)](https://github.com/rizonesoft/Notepad3/issues)
[![Closed Issues](https://img.shields.io/github/issues-closed/rizonesoft/Notepad3?style=flat-square&label=Closed%20Issues&color=6e40c9)](https://github.com/rizonesoft/Notepad3/issues?q=is%3Aissue+is%3Aclosed)
[![Pull Requests](https://img.shields.io/github/issues-pr/rizonesoft/Notepad3?style=flat-square&label=Pull%20Requests&color=0e7490)](https://github.com/rizonesoft/Notepad3/pulls)
[![Repo Size](https://img.shields.io/github/repo-size/rizonesoft/Notepad3?style=flat-square)](https://github.com/rizonesoft/Notepad3)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg?style=flat-square)](https://opensource.org/licenses/BSD-3-Clause)
Notepad3 is a fast and light-weight Scintilla-based text editor with syntax highlighting. It has a small memory footprint, but is powerful enough to handle most programming jobs. [Download Notepad3 here](https://rizonesoft.com/downloads/notepad3).
> *Notepad3 is based on code from Florian Balmer's Notepad2 and XhmikosR's Notepad2-mod. MiniPath is based on code from Florian Balmer's metapath.*