Use nicer color for jq booleans

This commit is contained in:
Daniel Siepmann 2023-01-26 15:02:36 +01:00
parent fe31605b22
commit 65a8f18664
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -3,8 +3,8 @@
enable = true;
colors = {
null = "1;35";
false = "0;35";
true = "0;35";
false = "0;36";
true = "0;36";
numbers = "0;32";
strings = "0;33";
arrays = "1;37";