From 565205fb5e2271dc82a6e9076d6e800c6afa1919 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Mon, 21 Apr 2025 11:48:07 -0400 Subject: [PATCH] Added some extended colors along with the config files --- config/ccat.colors | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/ccat.colors diff --git a/config/ccat.colors b/config/ccat.colors new file mode 100644 index 0000000..0319c4f --- /dev/null +++ b/config/ccat.colors @@ -0,0 +1,7 @@ +# The first and last fields are SGR values, used to control things +# like bold and italic text. If you're unsure what to put, use '38' +# for the first one and '22' for the last one, for normal text. +# The last three values are R G B values. +PINK: 38 244 211 244 22 +BOLD_WHITE: 38 -1 -1 -1 1 +ITALIC_WHITE: 38 -1 -1 -1 3