diff options
| author | Federico Angelilli <code@fedang.net> | 2024-12-15 17:41:02 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-12-15 17:41:02 +0100 |
| commit | 191d64c5a2e4b3f53d8123b533ef64e020265944 (patch) | |
| tree | 79f1339b2a095af92fd557bbe1aa8f7d56792807 /syntax.sh | |
| parent | 18cef40c3c263bc652b77c8e5f2464940a117ab0 (diff) | |
Update syntax
Diffstat (limited to 'syntax.sh')
| -rwxr-xr-x | syntax.sh | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 |
