Advertisement
Jackspade9624

Untitled

May 12th, 2025 (edited)
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. ### ~/.termux/termux.properties
  2. # terminal-cursor-blink-rate=500
  3. # extra-keys
  4.  
  5. echo "terminal-cursor-blink-rate=500
  6.  
  7. extra-keys = [ \
  8. ['ESC','/','-','HOME','UP','END','PGUP','BKSP'], \
  9. ['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN','ENTER'] \
  10. ]" >> ~/.termux/termux.properties
  11.  
  12. ### ~/.termux/colors.properties
  13.  
  14. echo "background=#000000
  15. foreground=#D7FFFF
  16. cursor=#00FF00
  17. color0=#000000
  18. color1=#FF0000
  19. color2=#00FF00
  20. color3=#FFFF00
  21. color4=#0000FF
  22. color5=#FF00FF
  23. color6=#00FFFF
  24. color7=#FFFFFF" >> ~/.termux/colors.properties
  25.  
  26. termux-reload-settings
  27.  
  28. clear && exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement