Advertisement
Guest User

Xresources

a guest
Jun 29th, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. yaourt -! ------------------------------------------------------------------------------
  2. ! ROFI Color theme
  3. ! ------------------------------------------------------------------------------
  4. rofi.color-enabled: true
  5. ! Background Foreground Background Alternate Highlight Background Highlight Foreground
  6. rofi.color-window: #131620, #c7a57c, #131620
  7. rofi.color-normal: #131620, #c7a57c, #131620, #7c7d7c, #131620
  8. rofi.color-active: #131620, #c7a57c, #131620, #7c7d7c, #131620
  9. rofi.color-urgent: #FF5555, #070015, #FF5555, #7c7d7c, #131620
  10. rofi.terminal: urxvt
  11. rofi.fuzzy: true
  12. rofi.kb-cancel: Escape,Control+c
  13. rofi.hide-scrollbar: true
  14. rofi.separator-style: dash
  15. rofi.fake-transparency: false
  16. rofi.auto-select: true
  17.  
  18.  
  19. ! ------------------------------------------------------------------------------
  20. ! URxvt Color theme
  21. ! ------------------------------------------------------------------------------
  22.  
  23. URxvt*font: xft:Source Code Pro:pixelsize=13:antialias=true:autohinting=true,xft:Noto Emoji
  24. URxvt*scrollBar: false
  25. URxvt.intensityStyles: false
  26. URxvt.transparent: false
  27. URxvt.depth: 24
  28.  
  29. Xft.dpi: 96
  30. Xft.antialias: true
  31. Xft.hinting: true
  32. Xft.rgba: rgb
  33. Xft.autohint: false
  34. Xft.hintstyle: hintslight
  35. Xft.lcdfilter: lcddefault
  36.  
  37. ! special
  38. *.foreground: #c7a57c
  39. *.background: #131620
  40. *.cursorColor: #c7a57c
  41.  
  42. ! black
  43. *.color0: #5f4b48
  44. *.color8: #5f4b48
  45.  
  46. ! red
  47. *.color1: #7c7d7c
  48. *.color9: #7c7d7c
  49.  
  50. ! green
  51. *.color2: #b22222
  52. *.color10: #b22222
  53.  
  54. ! yellow
  55. *.color3: #ffffff
  56. *.color11: #ffffff
  57.  
  58. ! blue
  59. *.color4: #6f1515
  60. *.color12: #6f1515
  61.  
  62. ! magenta
  63. *.color5: #515a5a
  64. *.color13: #515a5a
  65.  
  66. ! cyan
  67. *.color6: #131620
  68. *.color14: #131620
  69.  
  70. ! white
  71. *.color7: #c7a57c
  72. *.color15: #c7a57c
  73.  
  74.  
  75. URxvt.perl-ext-common: default,matcher,fullscreen,clipboard
  76. URxvt.url-launcher: /usr/bin/xdg-open
  77. URxvt.matcher.button: 1
  78. URxvt.keysym.F11: perl:fullscreen:switch
  79. URxvt.resize-font.smaller: C-Down
  80. URxvt.resize-font.bigger: C-Up
  81. URxvt.secondaryWheel: 1
  82. URxvt.internalBorder: 5
  83. URxvt.keysym.Shift-Control-V: perl:clipboard:paste
  84. URxvt.iso14755: False
  85. URxvt.keysym.Control-Up: \033[1;5A
  86. URxvt.keysym.Control-Down: \033[1;5B
  87. URxvt.keysym.Control-Left: \033[1;5D
  88. URxvt.keysym.Control-Right: \033[1;5C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement