theme n small ascii

pull/46/head
Gabe Macri 2 years ago committed by GitHub
parent a5911d22e6
commit 14cf78d1b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,8 +8,8 @@
"linkedin": "linkedin" "linkedin": "linkedin"
}, },
"email": "gabemacru@gmail.com", "email": "gabemacru@gmail.com",
"ps1_hostname": "root", "ps1_hostname": "kali",
"ps1_username": "kali", "ps1_username": "root",
"repo": "https://github.com/G1A1B1E/LiveTerm", "repo": "https://github.com/G1A1B1E/LiveTerm",
"resume_url": "#", "resume_url": "#",
"donate_urls": { "donate_urls": {
@ -27,13 +27,13 @@
"red": "#CA2124" "red": "#CA2124"
}, },
"dark": { "dark": {
"background": "#2E3440", "background": "#1c1c1c",
"foreground": "#E5E9F0", "foreground": "#EBDBB2",
"yellow": "#5E81AC", "yellow": "#D79921",
"green": "#A3BE8C", "green": "#98971A",
"gray": "#88C0D0", "gray": "#A89984",
"blue": "#EBCB8B", "blue": "#458588",
"red": "#BF616A" "red": "#CA2124"
} }
} }
} }

@ -150,8 +150,5 @@ export const banner = (args?: string[]): string => {
Type 'help' to see the list of available commands.
Type 'sumfetch' to display summary.
Type 'repo' or click <u><a class="text-light-blue dark:text-dark-blue underline" href="${config.repo}" target="_blank">here</a></u> for the Github repository.
`; `;
}; };

Loading…
Cancel
Save