From c8c713321d92456752ee161a8c1c2647421dcd3c Mon Sep 17 00:00:00 2001 From: ZyX Date: Sat, 23 Feb 2013 21:16:51 +0400 Subject: [PATCH] Use smoother gradient for true color --- powerline/config_files/colors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerline/config_files/colors.json b/powerline/config_files/colors.json index 9a9c2e16..5975572c 100644 --- a/powerline/config_files/colors.json +++ b/powerline/config_files/colors.json @@ -76,7 +76,7 @@ "gradients": { "green_yellow_red": [ [190, 184, 178, 172, 166, 160], - ["8ae71c", "c2e821", "e9d926", "eaa72b", "eb7830", "ec4b35"] + ["8ae71c", "8ce71c", "8fe71c", "92e71c", "95e71d", "98e71d", "9ae71d", "9de71d", "a0e71e", "a3e71e", "a6e71e", "a8e71e", "abe71f", "aee71f", "b1e71f", "b4e71f", "b6e720", "b9e720", "bce720", "bfe720", "c2e821", "c3e721", "c5e621", "c7e521", "c9e522", "cbe422", "cde322", "cfe222", "d1e223", "d3e123", "d5e023", "d7df23", "d9df24", "dbde24", "dddd24", "dfdc24", "e1dc25", "e3db25", "e5da25", "e7d925", "e9d926", "e9d626", "e9d426", "e9d126", "e9cf27", "e9cc27", "e9ca27", "e9c727", "e9c528", "e9c228", "e9c028", "e9bd28", "e9bb29", "e9b829", "e9b629", "e9b329", "e9b12a", "e9ae2a", "e9ac2a", "e9a92a", "eaa72b", "eaa42b", "eaa22b", "ea9f2b", "ea9d2c", "ea9b2c", "ea982c", "ea962c", "ea942d", "ea912d", "ea8f2d", "ea8d2d", "ea8a2e", "ea882e", "ea862e", "ea832e", "ea812f", "ea7f2f", "ea7c2f", "ea7a2f", "eb7830", "eb7530", "eb7330", "eb7130", "eb6f31", "eb6c31", "eb6a31", "eb6831", "eb6632", "eb6332", "eb6132", "eb5f32", "eb5d33", "eb5a33", "eb5833", "eb5633", "eb5434", "eb5134", "eb4f34", "eb4d34", "ec4b35"] ] } }