这是indexloc提供的服务,不要输入任何密码
Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion doc/termux.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,15 @@ A list of files which have special meaning for the Termux application.

`~/.termux/colors.properties`
: A configuration file containing a color scheme for styling the terminal.
Usually is generated by Termux:Styling add-on.
Usually is generated by Termux:Styling add-on. Example

~~~
day.background=#FFFFFF
day.foreground=#000000
night.background=#000000
night.foreground=#ffffff
cursor=#909090
~~~

`~/.termux/font.ttf`
: A file containing TTF font data for styling the terminal.
Expand Down