Advertisement
RebelRose

nano colors.properties

Feb 23rd, 2025
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.75 KB | None | 0 0
  1.  color.properties settings and how to formula........
  2.  
  3. cd ~/.termux
  4.  
  5. nano colors.properties
  6.  
  7. background=#000000
  8. foreground=#00FF00
  9. cursor=#00FF00
  10. color0=#000000
  11. color1=#FF0000
  12. color2=#00FF00
  13. color3=#FFFF00
  14. color4=#0000FF
  15. color5=#FF00FF
  16. color6=#00FFFF
  17. color7=#FFFFFF
  18.  
  19. ctrl o
  20. Ctrl x
  21. termux-reload-settings
  22.  
  23.  
  24. background=#000000
  25. foreground=#00FF00
  26. cursor=#00FF00
  27. color0=#000000
  28. color1=#FF0000
  29. color2=#00FF00
  30. color3=#FFFF00
  31. color4=#0000FF
  32. color5=#FF00FF
  33. color6=#00FFFF
  34. color7=#FFFFFF
  35.  
  36. cd ~/.termux
  37.  
  38. nano colors.properties
  39.  
  40. termux-reload-settings
  41.  
  42.  
  43. https://www.samgalope.dev/2024/08/27/termux-color-customization-tweaking-termux-properties-for-a-personalized-terminal/
  44.  
  45. https://headcreative.co.id/en/termux-color-codes/#google_vignette
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement