From fe48a16a906500924a351a036ad5c4eb93661044 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 8 Jan 2026 15:02:05 +0100 Subject: [PATCH] Correct the accent color --- themes/hackerman/colors.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hackerman/colors.toml b/themes/hackerman/colors.toml index 52247f68..56aec2a9 100644 --- a/themes/hackerman/colors.toml +++ b/themes/hackerman/colors.toml @@ -1,4 +1,4 @@ -accent = "#829dd4" +accent = "#82FB9C" cursor = "#ddf7ff" foreground = "#ddf7ff" background = "#0B0C16"