Advertisement
jv2112

Xdefaults

Jun 29th, 2014
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.11 KB | None | 0 0
  1.  
  2. cursor.theme:  DMZ-White
  3. ! Xft settings ---------------------------------------------------------------
  4.  
  5. Xft.dpi:        96
  6. Xft.antialias:  true
  7. Xft.rgba:       rgb
  8. Xft.hinting:    true
  9. Xft.hintstyle:  hintslight
  10. Xft.lcdfilter:  lcddefault
  11. Xft.autohint:   true
  12.  
  13. !urxvt*perl-ext: default,tabbedex,matcher,kuake,clipboard
  14. !urxvt*perl-ext: default,tabbedex,clipboard,kuake
  15. urxvt*perl-ext: default,tabbedex,clipboard-osc,remote-clipboard
  16.  
  17.  
  18.  
  19.  
  20. urxvt*scrollBar: True
  21. urxvt*saveLines: 3200
  22. urxvt.font: xft:terminus:style=Regular:size=11
  23. urxvt.boldFont: xft:terminus:style=Bold:size=14
  24. urxvt*geometry: 100x26
  25.  
  26.  
  27. !--[URL Select]--!
  28. URxvt.perl-ext-common: default,url-select
  29. URxvt.keysym.M-u: perl:url-select:select_next
  30. URxvt.urlLauncher: firefox
  31. URxvt.underlineURLs: true
  32.  
  33.  
  34. !--[Urxvt Options]--!
  35.  
  36. URxvt.scrollstyle rxvt
  37.  
  38.  
  39.  
  40. URxvt.skipBuiltinGlyphs: true
  41. URxvt.perl-ext-common:  default,tabbed,vtwheel,clipboard
  42. ! -- xclip set up --
  43. URxvt.keysym.Shift-Control-V: perl:clipboard:paste
  44. URxvt.iso14755: False
  45.  
  46. urxvt*background: Blue
  47. #urxvt.depth: 32
  48. urxvt.underlineColor: yellow
  49. !urxvt*foreground: #BBBBBB
  50. urxvt.cursorBlink: true
  51. urxvt.cursorColor: 3C7A12
  52. urxvt.tabbed.tabbar-fg: 8
  53. urxvt.tabbed.tabbar-bg: 0
  54. !urxvt.tabbed.tab-fg:    10
  55. !urxvt.tabbed.tab-bg:    0
  56. urxvt.urlLauncher: /usr/bin/firefox
  57. urxvt.matcher.button:   1
  58. urxvt.transparent: true
  59. urxvt.shading: 15
  60. urxvt.fading: 25
  61.  
  62. urxvt*internalBorder: 4
  63. urxvt*keysym.0xFF50:    \033[1~
  64. urxvt*keysym.0xFF57:    \033[4~
  65. urxvt*borderLess: false
  66.  
  67.  
  68. !Tartan colours
  69.  
  70. !urxvt color scheme:
  71.  
  72. URxvt*background: #2B2B2B
  73. URxvt*foreground: #DEDEDE
  74.  
  75. URxvt*colorUL: #86a2b0
  76.  
  77. ! black
  78. URxvt*color0  : #2E3436
  79. URxvt*color8  : #555753
  80. ! red
  81. URxvt*color1  : #CC0000
  82. URxvt*color9  : #EF2929
  83. ! green
  84. URxvt*color2  : #4E9A06
  85. URxvt*color10 : #8AE234
  86. ! yellow
  87. URxvt*color3  : #C4A000
  88. URxvt*color11 : #FCE94F
  89. ! blue
  90. URxvt*color4  : #3465A4
  91. URxvt*color12 : #729FCF
  92. ! magenta
  93. URxvt*color5  : #75507B
  94. URxvt*color13 : #AD7FA8
  95. ! cyan
  96. URxvt*color6  : #06989A
  97. URxvt*color14 : #34E2E2
  98. ! white
  99. URxvt*color7  : #D3D7CF
  100. URxvt*color15 : #EEEEEC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement