Package: base-files
Version: 13.7

There is an optional field in the /etc/os-release file, ANSI_COLOR, than can be 
used to specify the branding colour of the operating system 
(https://www.freedesktop.org/software/systemd/man/latest/os-release.html#ANSI_COLOR=).

Attached is a patch which sets this to the shade of burgundy in the Debian 
logo, on a white background.

--
Peter Oliver
diff -ur base-files-not-yet.orig/etc/os-release 
base-files-not-yet/etc/os-release
--- base-files-not-yet.orig/etc/os-release      2025-03-04 11:20:00.000000000 
+0000
+++ base-files-not-yet/etc/os-release   2025-04-09 15:14:05.938892923 +0100
@@ -5,3 +5,4 @@
 HOME_URL="https://www.debian.org/";
 SUPPORT_URL="https://www.debian.org/support";
 BUG_REPORT_URL="https://bugs.debian.org/";
+ANSI_COLOR="0;38;2;168;0;48;48;2;255;255;255"

Reply via email to