Commit new14456

pull/51/head
mintpic dev 9 months ago
parent f3d65abfa8
commit 77b51705fa

@ -20,21 +20,20 @@
"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": "#FCE4EC", // Soft pastel pink "background": "#FCE4EC",
"foreground": "#212121", // Dark grey for readable text "foreground": "#212121",
"cursor": "#FF80AB", // Vibrant pastel pink for the cursor "cursor": "#FF80AB",
"selection": "#80DEEA" // Light pastel cyan for selection "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": [ "commands": [
{ {
"name": "about", "name": "about",

Loading…
Cancel
Save