From 7155ee3591cf1e610ec5e0f3de1c75be86cf0993 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 13:19:47 +0100 Subject: Theme update --- public/xterm-color-palette.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/xterm-color-palette.html') diff --git a/public/xterm-color-palette.html b/public/xterm-color-palette.html index 00252fc..4ceb983 100755 --- a/public/xterm-color-palette.html +++ b/public/xterm-color-palette.html @@ -1,4 +1,4 @@ -Display xterm color palette

Display xterm color palette

note, May 25, 2023 on Mitja Felicijan's blog

  • bash xterm-palette.sh - will show you number of max colors available
  • bash xterm-palette.sh -v - will create a list of all colors with codes
xterm color palette
#!/usr/bin/env bash
 # xterm-palette.sh
 
 trap 'tput sgr0' exit		# Clean up even if user hits ^C
-- 
cgit v1.2.3