From eacd56be051e59bb455adde29c52082588578923 Mon Sep 17 00:00:00 2001
From: Pascal Syma
Date: Thu, 18 Sep 2025 21:14:38 +0200
Subject: [PATCH] Add gray awareness
---
src/colors.ts | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/colors.ts b/src/colors.ts
index f82fea9..148d802 100644
--- a/src/colors.ts
+++ b/src/colors.ts
@@ -28,6 +28,13 @@ export const presets = {
nameColor: '#ffffff',
title: 'Awareness',
},
+ awareness2: {
+ bgColor: '#5a5a5a',
+ color: '#4a4a4a',
+ textColor: '#ffffff',
+ nameColor: '#ffffff',
+ title: 'Awareness',
+ },
security: {
bgColor: '#8d851c',
color: '#e8db0b',