diff --git a/.termux/.gitignore b/.termux/.gitignore new file mode 100644 index 0000000..d948c9a --- /dev/null +++ b/.termux/.gitignore @@ -0,0 +1,2 @@ +/font.ttf +/shell diff --git a/.termux/colors.properties b/.termux/colors.properties new file mode 100644 index 0000000..c34a442 --- /dev/null +++ b/.termux/colors.properties @@ -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 diff --git a/.termux/termux.properties b/.termux/termux.properties new file mode 100644 index 0000000..47a4c08 --- /dev/null +++ b/.termux/termux.properties @@ -0,0 +1 @@ +extra-keys = [['ESC', 'TAB', 'CTRL', 'ALT', '/', 'LEFT', 'DOWN', 'UP', 'RIGHT']]