diff --git a/config.json b/config.json index 21c36f4..dd7e5e7 100644 --- a/config.json +++ b/config.json @@ -20,21 +20,20 @@ "ps1_username": "visitor", "resume_url": "../resume.pdf", "non_terminal_url": "W", -"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 + "colors": { + "light": { + "background": "#FCE4EC", + "foreground": "#212121", + "cursor": "#FF80AB", + "selection": "#80DEEA" + }, + "dark": { + "background": "#212121", + "foreground": "#F8BBD0", + "cursor": "#FFCC80", + "selection": "#80CBC4" + } }, - "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",