Advertisement
fikriomar16

.Xdefaults [2] - White Flavour

Jun 5th, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. ###################################################################################################################
  2. ######################################## lovelybacon.deviantart.com #############################################
  3. ###################################################################################################################
  4.  
  5.  
  6. ###################################################################################################################
  7. ################################################## Fonts ########################################################
  8.  
  9. Xft.dpi:85
  10. Xft.antialiasing:false
  11. Xft.rgba:rgb
  12. Xft.hinting:true
  13. Xft.lcdfilter:lcddefault
  14.  
  15. URxvt.imLocale: pl_PL.UTF-8
  16.  
  17. URxvt.font:xft:ProFont for Powerline:size=13
  18. !URxvt*font: xft:menlo:pixelsize=12,style=regular
  19. !URxvt*boldFont: xft:menlo:pixelsize=12, style=regular
  20. URxvt*letterSpace: -2
  21. URxvt*allow_bold: true
  22.  
  23.  
  24.  
  25. ###################################################################################################################
  26. ################################################## Colors #######################################################
  27.  
  28. ! special
  29. *.foreground: #666666
  30. *.background: #ecedee
  31.  
  32.  
  33. ! black
  34. *.color0: #181c22
  35. *.color8: #ee4ff5
  36.  
  37. ! red
  38. *.color1: #20252c
  39. *.color9: #EC709A
  40.  
  41. ! green
  42. *.color2: #5c90d3
  43. *.color10: #4A9BE0
  44.  
  45. ! yellow
  46. *.color3: #6DB3A0
  47. *.color11: #359fee
  48.  
  49. ! blue
  50. *.color4: #5e6a7b
  51. *.color12: #E98BEE
  52.  
  53. ! magenta
  54. *.color5: #7e8ea3
  55. *.color13: #50b63e
  56.  
  57. ! cyan
  58. *.color6: #a9b6c8
  59. *.color14: #64EF43
  60.  
  61. ! white
  62. *.color7: #3E3E3E
  63. *.color15: #EF439F
  64.  
  65.  
  66. ###################################################################################################################
  67. ########################################### Enable link support #################################################
  68.  
  69. URxvt.perl-ext-common: default,matcher,tabbedex,vtwheel,clipboard
  70. !URxvt.matcher.button: 1
  71. URxvt.perl-ext: default,url-select
  72. URxvt.keysym.M-u: perl:url-select:select_next
  73. URxvt.url-select.launcher: /usr/bin/google-chrome
  74. URxvt.url-select.underline: true
  75.  
  76.  
  77. ###################################################################################################################
  78. ############################################### Disable bell ####################################################
  79.  
  80. URxvt.insecure: false
  81.  
  82.  
  83. ###################################################################################################################
  84. ###################################3##### Copy / paste keybindings ##############################################
  85.  
  86. URxvt.keysym.M-c: perl:clipboard:copy
  87. URxvt.keysym.M-v: perl:clipboard:pasteq
  88.  
  89.  
  90. ###################################################################################################################
  91. ########################################### Scrollbar / cursor ##################################################
  92.  
  93. URxvt*saveLines: 300000
  94. URxvt.scrollBar: false
  95. !URxvt*scrollstyle: plain
  96. URxvt*cursorBlink: false
  97. URxvt*cursorUnderline: true
  98. URxvt*cursorColor: #51c4d4
  99.  
  100.  
  101. ###################################################################################################################
  102. ################################################## Tabs #########################################################
  103.  
  104. URxvt.tabbedex.autohide: yes
  105. URxvt.tabbedex.tabbar-fg: 2
  106. URxvt.tabbedex.tabbar-bg: 0
  107. URxvt.tabbedex.tab-fg: 10
  108. URxvt.tabbedex.tab-bg: 0
  109. URxvt.tabbedex.title: yes
  110. URxvt.tabbedex.new-button: no
  111.  
  112.  
  113. ###################################################################################################################
  114. ############################################# Toggle fullscreen #################################################
  115.  
  116. URxvt.keysym.F11: perl:fullscreen:switch
  117.  
  118.  
  119.  
  120. ###################################################################################################################
  121. ################################################# Geometry ######################################################
  122.  
  123. URxvt*geometry: 85x25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement