bal_gennady

URxvt пример цветов

Nov 27th, 2019
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ! ~/.Xresources
  2. ! Background color
  3. URxvt*background: black
  4.  
  5. ! Цвет шрифта
  6. URxvt*foreground: white
  7.  
  8. ! Другие цвета
  9. URxvt*color0: black
  10. URxvt*color1: red3
  11. URxvt*color2: green3
  12. URxvt*color3: yellow3
  13. URxvt*color4: blue2
  14. URxvt*color5: magenta3
  15. URxvt*color6: cyan3
  16. URxvt*color7: gray90
  17. URxvt*color8: grey50
  18. URxvt*color9: red
  19. URxvt*color10: green
  20. URxvt*color11: yellow
  21. URxvt*color12: blue
  22. URxvt*color13: magenta
  23. URxvt*color14: cyan
  24. URxvt*color15: white
Add Comment
Please, Sign In to add comment