Guest User

Untitled

a guest
Nov 21st, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. ! ===================
  2. ! urxvt
  3. ! ===================
  4.  
  5. URxvt*scrollBar: false
  6. URxvt*letterSpace: -1
  7. URxvt.internalBorder: 10
  8. URxvt*font: xft:Menlo for Powerline:regular:size=14
  9. URxvt*boldFont: xft:Menlo for Powerline:bold:ize=14
  10. URxvt*cursorBlink: true
  11. URxvt.iso14755: false
  12. URxvt*utf8: true
  13. URxvt.keysym.C-equal: resize-font:bigger
  14. URxvt.keysym.C-parenright: resize-font:smaller
  15.  
  16. ! =================
  17. ! Xft
  18. ! =================
  19. Xft.dpi: 96
  20. Xft.antialias: true
  21. Xft.rgba: subpixel
  22. Xft.hinting: true
  23. Xft.hintstyle: hintslight
  24. ! Xft.lcdfilter: lcddefault
  25.  
  26. ! ============
  27. ! Couleurs
  28. ! ============
  29. *background: #1D1D26
  30. *foreground: #B3B3D4
  31. *secondary: #535172
  32. *active: #FFCC66
  33. !black
  34. *color0: #1D1D26
  35. *color8: #928374
  36. !red
  37. *color1: #E20049
  38. *color9: #E20049
  39. !green
  40. *color2: #00F572
  41. *color10: #00D965
  42. !yellow
  43. *color3: #FFCC66
  44. *color11: #D9AD57
  45. !blue
  46. *color4: #00BFFF
  47. *color12: #00A3D9
  48. !magenta
  49. *color5: #FF3399
  50. *color13: #BD2671
  51. !cyan
  52. *color6: #7874A6
  53. *color14: #535172
  54. !white
  55. *color7: #F8F8F0
  56. *color15: #B3B3AD
  57.  
  58. ! =================
  59. ! rofi
  60. ! =================
  61. #define background #1D1D26
  62. #define text #C3B3D4
  63. #define active #FFCC66
  64.  
  65. rofi.fullscreen: false
  66. rofi.color-enabled: true
  67. rofi.separator-style: solid
  68. rofi.color-window: argb:e81d1d26, active, active
  69. rofi.color-normal: #2C343F, #6AA0F2, #5C5C5C, #379158, #eee8d5
  70. ! rofi.color-normal: #2C343F, #6AA0F2, #6B5858, #586e75, #eee8d5
  71. ! rofi.color-normal: argb:0baa263, #0053172, argb:001d1d26, argb:00415CB3, text
  72. ! rofi.color-active: active, background, active, active, background
  73. ! rofi.color-urgent: #0fdf6e3, #0dc322f, #0eee8d5, #0dc322f, #0fdf6e3
  74. rofi.font: "SFNS Display" medium 16
  75. rofi.bw: 0
  76. rofi.padding: 15
  77. rofi.hide-scrollbar: true
  78. rofi.lines: 10
Add Comment
Please, Sign In to add comment