chore: misc. style updates

This commit is contained in:
jinhojang6 2024-02-13 21:07:07 +09:00
parent 49898fdaf4
commit 61080b9c84
6 changed files with 10 additions and 19 deletions

View File

@ -1,4 +1,4 @@
# [M4TT72 | Terminal](https://term.m4tt72.com)
# [Peripathos](https://term.m4tt72.com)
A terminal style website

View File

@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Web-based terminal powered by Svelte" />
<title>M4TT72 | Terminal</title>
<title>Peripathos</title>
</head>
<body class="min-h-screen font-mono antialiased">

View File

@ -1,21 +1,17 @@
{
"name": "terminal",
"name": "peripathos",
"private": true,
"version": "3.3.1",
"type": "module",
"license": "MIT",
"author": {
"name": "Yassine Fathi",
"url": "https://fathi.me",
"email": "yassine@fathi.me"
},
"funding": {
"type": "Paypal",
"url": "https://paypal.me/yfthi"
"name": "Institute of Free Technology",
"url": "https://free.technology/",
"email": "info@free.technology"
},
"repository": {
"type": "git",
"url": "https://github.com/m4tt72/terminal"
"url": "https://github.com/acid-info/peripathos.free.technology"
},
"scripts": {
"dev": "vite",

View File

@ -13,7 +13,7 @@
* {
scrollbar-width: thin;
scrollbar-color: #888 #f1f1f1;
scrollbar-color: #000099 #000099;
}
body {

View File

@ -81,11 +81,6 @@ export const commands: Record<
return `Opening mailto:${packageJson.author.email}...`;
},
donate: () => {
window.open(packageJson.funding.url, "_blank");
return "Opening donation url...";
},
weather: async (args: string[]) => {
const city = args.join("+");

View File

@ -1565,7 +1565,7 @@
"name": "GruvboxDark",
"black": "#000099",
"red": "#cc241d",
"green": "transparent",
"green": "#fff",
"yellow": "#d79921",
"blue": "#458588",
"purple": "#b16286",
@ -1587,7 +1587,7 @@
"name": "Gruvbox",
"black": "#fbf1c7",
"red": "#cc241d",
"green": "transparent",
"green": "#fff",
"yellow": "#d79921",
"blue": "#458588",
"purple": "#b16286",