Commit new144

pull/51/head
mintpic dev 9 months ago
parent 84eb083bad
commit ef32cf3cfe

@ -22,15 +22,15 @@
"non_terminal_url": "W", "non_terminal_url": "W",
"colors": { "colors": {
"light": { "light": {
"background": "#f7e1f4", "background": "#8ef5ee",
"foreground": "#92EAEB", "foreground": "#92EAEB",
"cursor": "#95F0C5", "cursor": "#f5abe9",
"selection": "#ACBEFC" "selection": "#ACBEFC"
}, },
"dark": { "dark": {
"background": "#000000", "background": "#000000",
"foreground": "#95F0C5", "foreground": "#f5abe9",
"cursor": "#f7e1f4", "cursor": "#8ef5ee",
"selection": "#ACBEFC" "selection": "#ACBEFC"
} }
}, },

4991
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -21,8 +21,8 @@
"dependencies": { "dependencies": {
"axios": "^1.7.9", "axios": "^1.7.9",
"next": "^15.1.0", "next": "^15.1.0",
"react": "18.1.0", "react": "^18.3.1",
"react-dom": "18.1.0", "react-dom": "^18.3.1",
"react-icons": "^4.3.1" "react-icons": "^4.3.1"
}, },
"devDependencies": { "devDependencies": {

Loading…
Cancel
Save