From 191d64c5a2e4b3f53d8123b533ef64e020265944 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 15 Dec 2024 17:41:02 +0100 Subject: Update syntax --- syntax.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'syntax.sh') diff --git a/syntax.sh b/syntax.sh index 1951084..2e0db5d 100755 --- a/syntax.sh +++ b/syntax.sh @@ -1,23 +1,23 @@ #!/bin/sh -LIGHT=monokailight -DARK=onedark +# https://xyproto.github.io/splash/docs/all.html + +LIGHT=trac +DARK=modus-vivendi CSS=assets/css/syntax.css cat << EOF > $CSS -.cmd-user .line ::before { +.cmd-root .cl::before { color: #669900; font-weight: bold; user-select: none; - content: "user $" - margin-right: 1em; + content: "user $ "; } -.cmd-root .line ::before { +.cmd-root .cl::before { color: #ff3333; font-weight: bold; user-select: none; - content: "root #" - margin-right: 1em; + content: "root # "; } EOF -- cgit v1.2.3