From 6065412e5dda64f7d082e581e85948814785f1b6 Mon Sep 17 00:00:00 2001 From: mintpic dev <108204467+mintpic@users.noreply.github.com> Date: Sat, 14 Dec 2024 13:46:08 -0500 Subject: [PATCH] Commit new1445 --- config.json | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/config.json b/config.json index 63548ed..6cc120e 100644 --- a/config.json +++ b/config.json @@ -20,20 +20,21 @@ "ps1_username": "visitor", "resume_url": "../resume.pdf", "non_terminal_url": "W", - "colors": { - "light": { - "background": "#8ef5ee", - "foreground": "#92EAEB", - "cursor": "#f5abe9", - "selection": "#ACBEFC" - }, - "dark": { - "background": "#000000", - "foreground": "#f5abe9", - "cursor": "#8ef5ee", - "selection": "#ACBEFC" - } +"colors": { + "light": { + "background": "#FCE4EC", // Soft pastel pink + "foreground": "#212121", // Dark grey for readable text + "cursor": "#FF80AB", // Vibrant pastel pink for the cursor + "selection": "#80DEEA" // Light pastel cyan for selection }, + "dark": { + "background": "#212121", // Dark grey (not pure black for less strain) + "foreground": "#F8BBD0", // Soft pastel pink for readable text + "cursor": "#FFCC80", // Light pastel orange for the cursor + "selection": "#80CBC4" // Light pastel teal for selection + } +} + "commands": [ { "name": "about", @@ -80,4 +81,4 @@ "description": "Shows the latest updates or announcements from Jeff." } ] -} +} \ No newline at end of file