Cpone

xresources

Oct 2nd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. *.font: xft:PragmataPro Nerd Font:pixelsize=16
  2.  
  3. Xft.dpi: 96
  4. Xft.antialias: 1
  5. Xft.autohint: 1
  6. Xft.hinting: 1
  7. Xft.hintstyle: hintslight
  8. Xft.lcdfilter: lcdlight
  9. Xft.rgba: rgb
  10.  
  11. URxvt*termName: rxvt-256color
  12. URxvt.depth: 32
  13. URxvt*lineSpace: 1
  14. URxvt.letterSpace: -1
  15. URxvt.iso14755: false
  16. URxvt.iso14755_52: false
  17. URxvt*geometry: 65x17
  18. URxvt.scrollBar: false
  19. URxvt*loginShell: true
  20. URxvt.internalBorder: 25
  21. URxvt.perl-ext: default,matcher
  22. URxvt.url-launcher: chromium
  23. URxvt.matcher.button: 1
  24.  
  25. *.foreground: #ffeefc
  26. *.background: #141021
  27. *.cursorColor: #c16772
  28.  
  29. ! black
  30. *.color0: #4f4858
  31. *.color8: #545d67
  32.  
  33. ! red
  34. *.color1: #c05c47
  35. *.color9: #c16772
  36.  
  37. ! green
  38. *.color2: #428e8e
  39. *.color10: #afda6e
  40.  
  41. ! yellow
  42. *.color3: #e4b226
  43. *.color11: #ebcf1a
  44.  
  45. ! blue
  46. *.color4: #4457a3
  47. *.color12: #4880a5
  48.  
  49. ! magenta
  50. *.color5: #903a62
  51. *.color13: #9568a1
  52.  
  53. ! cyan
  54. *.color6: #7aa1dc
  55. *.color14: #abbcda
  56.  
  57. ! white
  58. *.color7: #c4b7c5
  59. *.color15: #ffeefc
  60.  
  61. rofi.color-enabled: true
  62. rofi.color-window: #141021, #c16772, #9568a1
  63. rofi.color-normal: #141021, #ffeefc, #312842, #c16772, #ffeefc
  64. rofi.color-active: #141021, #c05c47, #312842, #c05c47, #ffeefc
  65. rofi.color-urgent: #141021, #e4b226, #312842, #e4b226, #ffeefc
  66. rofi.width: 800
  67. rofi.padding: 50
  68. rofi.font: PragmataPro Nerd Font 18
  69. rofi.bw: 3
  70. rofi.separator-style: solid
  71. rofi.hide-scrollbar: true
Advertisement
Add Comment
Please, Sign In to add comment