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 A terminal style website

View File

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

View File

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

View File

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

View File

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

View File

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