diff options
author | Shipwreckt <shipwreckt@mailfence.com> | 2025-02-22 07:10:10 +0000 |
---|---|---|
committer | Shipwreckt <shipwreckt@mailfence.com> | 2025-02-22 07:10:10 +0000 |
commit | 971bbb74a02f83650c8cd0550fb91886c4d460fe (patch) | |
tree | d0d56e38ba28ddf37866ceb6b275ff5de48a0e40 /files/old-config/synth-shell/synth-shell-prompt.root.config | |
parent | 749b69e71e0475bcf1f4d7067414f55f830c9e8d (diff) |
2nd initial commit
Diffstat (limited to 'files/old-config/synth-shell/synth-shell-prompt.root.config')
-rw-r--r-- | files/old-config/synth-shell/synth-shell-prompt.root.config | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/files/old-config/synth-shell/synth-shell-prompt.root.config b/files/old-config/synth-shell/synth-shell-prompt.root.config new file mode 100644 index 0000000..ee4d613 --- /dev/null +++ b/files/old-config/synth-shell/synth-shell-prompt.root.config @@ -0,0 +1,24 @@ +##============================================================================== +## COLORS +##============================================================================== + +font_color_user="black" +background_user="red" +texteffect_user="bold" + +font_color_host="red" +background_host="black" +texteffect_host="bold" + +font_color_pwd="black" +background_pwd="red" +texteffect_pwd="bold" + +font_color_git="white" +background_git="black" +texteffect_git="bold" + +font_color_input="red" +background_input="none" +texteffect_input="bold" + |