Commit new1445

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

@ -22,18 +22,19 @@
"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": { "dark": {
"background": "#000000", "background": "#212121", // Dark grey (not pure black for less strain)
"foreground": "#f5abe9", "foreground": "#F8BBD0", // Soft pastel pink for readable text
"cursor": "#8ef5ee", "cursor": "#FFCC80", // Light pastel orange for the cursor
"selection": "#ACBEFC" "selection": "#80CBC4" // Light pastel teal for selection
} }
}, }
"commands": [ "commands": [
{ {
"name": "about", "name": "about",

Loading…
Cancel
Save