Commit new14456

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

@ -22,19 +22,18 @@
"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
"background": "#FCE4EC",
"foreground": "#212121",
"cursor": "#FF80AB",
"selection": "#80DEEA"
},
"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
"background": "#212121",
"foreground": "#F8BBD0",
"cursor": "#FFCC80",
"selection": "#80CBC4"
}
},
"commands": [
{
"name": "about",

Loading…
Cancel
Save