mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 22:55:00 +08:00
Add termux settings
This commit is contained in:
parent
3e41ed8491
commit
446bc09ed3
3 changed files with 22 additions and 0 deletions
2
.termux/.gitignore
vendored
Normal file
2
.termux/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/font.ttf
|
||||
/shell
|
||||
19
.termux/colors.properties
Normal file
19
.termux/colors.properties
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
background : #263238
|
||||
foreground : #eceff1
|
||||
|
||||
color0 : #263238
|
||||
color8 : #37474f
|
||||
color1 : #ff9800
|
||||
color9 : #ffa74d
|
||||
color2 : #8bc34a
|
||||
color10 : #9ccc65
|
||||
color3 : #ffc107
|
||||
color11 : #ffa000
|
||||
color4 : #03a9f4
|
||||
color12 : #81d4fa
|
||||
color5 : #e91e63
|
||||
color13 : #ad1457
|
||||
color6 : #009688
|
||||
color14 : #26a69a
|
||||
color7 : #cfd8dc
|
||||
color15 : #eceff1
|
||||
1
.termux/termux.properties
Normal file
1
.termux/termux.properties
Normal file
|
|
@ -0,0 +1 @@
|
|||
extra-keys = [['ESC', 'TAB', 'CTRL', 'ALT', '/', 'LEFT', 'DOWN', 'UP', 'RIGHT']]
|
||||
Loading…
Add table
Add a link
Reference in a new issue