Commit new1445

pull/51/head
mintpic dev 9 months ago
parent ef32cf3cfe
commit 6065412e5d

@ -20,20 +20,21 @@
"ps1_username": "visitor", "ps1_username": "visitor",
"resume_url": "../resume.pdf", "resume_url": "../resume.pdf",
"non_terminal_url": "W", "non_terminal_url": "W",
"colors": { "colors": {
"light": { "light": {
"background": "#8ef5ee", "background": "#FCE4EC", // Soft pastel pink
"foreground": "#92EAEB", "foreground": "#212121", // Dark grey for readable text
"cursor": "#f5abe9", "cursor": "#FF80AB", // Vibrant pastel pink for the cursor
"selection": "#ACBEFC" "selection": "#80DEEA" // Light pastel cyan for selection
},
"dark": {
"background": "#000000",
"foreground": "#f5abe9",
"cursor": "#8ef5ee",
"selection": "#ACBEFC"
}
}, },
"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": [ "commands": [
{ {
"name": "about", "name": "about",
@ -80,4 +81,4 @@
"description": "Shows the latest updates or announcements from Jeff." "description": "Shows the latest updates or announcements from Jeff."
} }
] ]
} }
Loading…
Cancel
Save