startpage

Simple text centric startpage
Log | Files | Refs | README

commit 2c2d516458697169c4d40ba5059568d1c8382043
parent 954c5a9b4b696e85b5f3e3c523f523551b612405
Author: EmDev21 <103883116+EmDev21@users.noreply.github.com>
Date:   Mon, 18 Apr 2022 09:14:01 +0200

Updated README
Diffstat:
MREADME.md | 33++++++++++++++++++---------------
1 file changed, 18 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md @@ -1,9 +1,27 @@ # Terminal Startpage +[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity) +![Maintainer](https://img.shields.io/badge/maintainer-EmDev21-blue) + A Startpage that looks like a Terminal. ![](preview.png) +# Theming + +Want to customize the look of your Startpage ?\ +We got you covered. You need to edit the terminal.css variables. + +```css + +:root { + --main-bg-color: #547c99; + --prompt-bg-color: #151515; + --text-color: #6c99bb; +} + +``` + # Premade commands reddit [subreddit]\ @@ -170,18 +188,3 @@ function echo(cmd) { } ``` - -# Theming - -Want to customize the look of your Startpage ?\ -We got you covered. You need to edit the terminal.css variables. - -```css - -:root { - --main-bg-color: #547c99; - --prompt-bg-color: #151515; - --text-color: #6c99bb; -} - -```