Archlinux basic installation configuration scripts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.1 KiB

  1. Xft.dpi: 192
  2. Xft.autohint: 0
  3. Xft.lcdfilter: lcddefault
  4. Xft.hintstyle: hintfull
  5. Xft.hinting: 1
  6. Xft.antialias: 1
  7. Xft.rgba: rgb
  8. rofi.dpi: 192
  9. !--------------------xdefauls
  10. URxvt.font: xft:terminus:size=13
  11. URxvt.depth: 32
  12. urxvt*termName: rxvt
  13. urxvt*scrollBar: false
  14. urxvt*matcher.button: 1
  15. urxvt.transparent: false
  16. urxvt.boldFont:
  17. URxvt.letterSpace: -1
  18. Xft*dpi: 96
  19. Xft*antialias: true
  20. Xft*hinting: true
  21. Xft*hintstyle: hintfull
  22. URxvt*cursorUnderline: true
  23. Xft*rgba: rgb
  24. URxvt*geometry: 160x45
  25. *internalBorder: 26
  26. URxvt*fading: 0
  27. URxvt*tintColor: #ffffff
  28. URxvt*shading: 0
  29. URxvt*inheritPixmap: False
  30. ! special
  31. *.foreground: #aaaaaa
  32. *.background: [95]#161b21
  33. *.cursorColor: #aaaaaa
  34. ! black
  35. *.color0: #9ea2a5
  36. *.color8: #9ea2a5
  37. ! red
  38. *.color1: #8b6066
  39. *.color9: #8b6066
  40. ! green
  41. *.color2: #9a7e62
  42. *.color10: #9a7e62
  43. ! yellow
  44. *.color3: #e7d869
  45. *.color11: #e7d869
  46. ! blue
  47. *.color4: #354f73
  48. *.color12: #354f73
  49. ! magenta
  50. *.color5: #55465b
  51. *.color13: #55465b
  52. ! cyan
  53. *.color6: #716467
  54. *.color14: #716467
  55. ! white
  56. *.color7: #aaaaaa
  57. *.color15: #a7a9a8