mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-06 11:29:28 +00:00
25 lines
560 B
Text
25 lines
560 B
Text
|
|
##==============================================================================
|
||
|
|
## COLORS
|
||
|
|
##==============================================================================
|
||
|
|
|
||
|
|
font_color_user="white"
|
||
|
|
background_user="magenta"
|
||
|
|
texteffect_user="bold"
|
||
|
|
|
||
|
|
font_color_host="white"
|
||
|
|
background_host="light-magenta"
|
||
|
|
texteffect_host="bold"
|
||
|
|
|
||
|
|
font_color_pwd="dark-gray"
|
||
|
|
background_pwd="white"
|
||
|
|
texteffect_pwd="bold"
|
||
|
|
|
||
|
|
font_color_git="light-gray"
|
||
|
|
background_git="dark-gray"
|
||
|
|
texteffect_git="bold"
|
||
|
|
|
||
|
|
font_color_input="light-magenta"
|
||
|
|
background_input="none"
|
||
|
|
texteffect_input="bold"
|
||
|
|
|