changeset 1098:1d163e43854a draft tip

feat: add rainbow colors
author Zeger Van de Vannet <zeger@vandevan.net>
date Mon, 19 May 2025 20:56:09 +0200
parents 226a6d4a1f30
children
files dot_config/helix/themes/tutticolori.toml
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dot_config/helix/themes/tutticolori.toml	Mon May 19 15:14:18 2025 +0200
+++ b/dot_config/helix/themes/tutticolori.toml	Mon May 19 20:56:09 2025 +0200
@@ -57,6 +57,8 @@
 
 "markup.link.url" = { fg = "blue", underline = { style = "line" } }
 
+"rainbow" = ["red", "tan", "purple-light", "green-dark"]
+
 [palette]
 white = "#fbfafc"
 black = "#000000"
@@ -71,7 +73,7 @@
 white-blue = "#fefeff"
 blue-gray = "#667786"
 gray-blue = "#e3ebf1"
-tan = "#fbe9ad"
+tan = "#bc670f"
 red-dark = "#d71707"
 red-light = "#cf4f5f"
 error-red = "#f93232"