Guest User

Untitled

a guest
Sep 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. !! special
  2. *.foreground: #C5C8C6
  3. *.background: #1E1E1E
  4. *.cursorColor: #ffffff
  5.  
  6. ! black
  7. *.color0: #000000
  8. *.color8: #4C4C4C
  9.  
  10. ! red
  11. *.color1: #CD0000
  12. *.color9: #FF0000
  13.  
  14. ! green
  15. *.color2: #00CD00
  16. *.color10: #00FF00
  17.  
  18. ! yellow
  19. *.color3: #CDCD00
  20. *.color11: #FFFF00
  21.  
  22. ! blue
  23. *.color4: #0C5295
  24. *.color12: #4682B4
  25.  
  26. ! magenta
  27. *.color5: #CD00CD
  28. *.color13: #FF00FF
  29.  
  30. ! cyan
  31. *.color6: #00CDCD
  32. *.color14: #00FFFF
  33.  
  34. ! white
  35. *.color7: #E5E5E5
  36. *.color15: #FFFFFF
  37.  
  38. URxvt*font: xft:Hasklug Nerd Font Mono:style=Semibold:size=10
  39. URxvt*boldFont: xft:Hasklug Nerd Font Mono:style=Bold:size=10
  40. URxvt.perl-ext-common: default,matcher,url-select
  41.  
  42. URxvt.url-select.launcher: /usr/bin/xdg-open
  43. URxvt.url-select.underline: true
  44.  
  45. URxvt*scrollBar: false
  46. URxvt.url-launcher: google-chrome-stable
  47. URxvt.matcher.button: 1
  48. URxvt.tabbed.new-button: false
  49. URxvt.tabbed.title: false
  50. URxvt.tabbed.autohide: true
  51. URxvt.tabbed.tabbar-bg: 7
  52. URxvt.tabbed.tab-fg: 7
  53. URxvt.tabbed.tabbar-fg: 0
  54. URxvt.tabbed.tab-bg: 0
  55. URxvt.letterSpace: -0.8
  56. !URxvt.lineSpace: -1
  57. URxvt*geometry: 80x30
  58. URxvt.transparent: true
  59. URxvt.shading: 15
  60.  
  61. UXTerm*termName: xterm-256color
  62. UXTerm*faceName: xft:Hasklug Nerd Font:style=Semibold
  63. UXTerm*faceSize: 10
  64. UXTerm*faceNameDoubleSize: xft:Hasklug Nerd Font:style=Semibold
  65.  
  66.  
  67. ! ------------------------------------------------------------------------------
  68. ! ROFI Color theme
  69. ! ------------------------------------------------------------------------------
  70. rofi.color-enabled: true
  71. ! State: 'bg', 'fg', 'bgalt', 'hlbg', 'hlfg'
  72. rofi.color-window: #C8393939, #C8393939, #268bd2
  73. rofi.color-normal: #00393939, #ffffff, #00393939, #268bd2, #ffffff
  74. rofi.color-active: #00393939, #268bd2, #393939, #268bd2, #393939
  75. rofi.color-urgent: #00393939, #f3843d, #393939, #268bd2, #ffc39c
  76.  
  77. Xft.autohint: 0
  78. Xft.lcdfilter: lcddefault
  79. Xft.hintstyle: hintfull
  80. Xft.hinting: 1
  81. Xft.antialias: 1
  82. Xft.rgba: rgb
  83.  
  84. Xcursor.size: 48
  85. Xcursor.theme: Vanilla-DMZ-AA
Add Comment
Please, Sign In to add comment