Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. #define base00 #081018
  2. #define base01 #3a3a3a
  3. #define base02 #525252
  4. #define base03 #5c5c5c
  5. #define base04 #696969
  6. #define base05 #a3a7a8
  7. #define base06 #bdc1c3
  8. #define base07 #ccd0d2
  9. #define base08 #5f768a
  10. #define base09 #5f768a
  11. #define base0A #5f768a
  12. #define base0B #5f768a
  13. #define base0C #70a070
  14. #define base0D #5f768a
  15. #define base0E #5f768a
  16. #define base0F #5f768a
  17.  
  18. *foreground: base05
  19. *background: base00
  20. *cursorColor: base05
  21.  
  22. *color0: base00
  23. *color1: base08
  24. *color2: base0B
  25. *color3: base0A
  26. *color4: base0D
  27. *color5: base0E
  28. *color6: base0C
  29. *color7: base05
  30.  
  31. *color8: base03
  32. *color9: base09
  33. *color10: base01
  34. *color11: base02
  35. *color12: base04
  36. *color13: base06
  37. *color14: base0F
  38. *color15: base07
  39.  
  40.  
  41. URxvt.cursorBlink :1
  42. URxvt.font :xft:scientifica:size=9
  43. XTerm.font :xft:scientifica:size=9
  44. URxvt.boldFont :xft:scientifica:size=9
  45.  
  46. URxvt.lineSpace : 1
  47. URxvt.letterSpace : 1
  48. URxvt.scrollBar : false
  49. URxvt.internalBorder : 28
  50. URxvt.cursorUnderline : false
  51. URxvt.geometry : 70x35
  52. URxvt.thickness : 5
  53. URxvt.titleBar : false
  54. URxvt.intensityStyles : false
  55.  
  56.  
  57. URxvt.perl-ext-common : default,matcher
  58. URxvt.url-launcher : chromium
  59. URxvt.matcher.button : 1
  60.  
  61. rofi.color-enabled: true
  62.  
  63. rofi.color-window: base00 , base00 , base00 , base00 , base05
  64. rofi.color-normal: base00 , base05 , base00 , base0C , base00
  65. rofi.color-active: base02 , base0E , base00 , base0B , base00
  66. rofi.color-urgent: base00 , base03 , base00 , base00 , base05
  67.  
  68. rofi.fake-transparency : true
  69. rofi.font : scientifica 9
  70. rofi.columns : 1
  71. rofi.separator-style : none
  72. rofi.hide-scrollbar : true
  73. rofi.location : 0
  74. rofi.yoffset : 32
  75. rofi.xoffset : 32
  76. rofi.padding : 32
  77. rofi.fullscreen : false
  78. rofi.width : 350
  79. rofi.lines : 6
  80.  
  81. Xft.dpi : 96
  82. Xft.antialias : true
  83. Xft.rgba : rgb
  84. Xft.hinting : true
  85. Xft.hintstyle : hintslight
  86. Xft.autohint : false
  87. Xft.lcdfilter : lcddefault
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement