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