Advertisement
Haron_Prime

.Xdefaults

Sep 3rd, 2015
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. ! Normal
  2. ! color0 BLACK
  3. ! color1 red
  4. ! color2 green
  5. ! color3 yellow
  6. ! color4 blue (синий)
  7. ! color5 purple (фиолетовый)
  8. ! color6 cyan (голубой)
  9. ! color7 white
  10.  
  11. urxvt*color0: #000000
  12. urxvt*color1: #C00000
  13. urxvt*color2: #00C000
  14. urxvt*color3: #C0C000
  15. urxvt*color4: #0C00C0
  16. urxvt*color5: #AA00AA
  17. urxvt*color6: #00AAAA
  18. urxvt*color7: #FFFFFF
  19.  
  20. ! Light
  21. ! color8 darkgray
  22. ! color9 red
  23. ! color10 green
  24. ! color11 yellow
  25. ! color12 blue (синий)
  26. ! color13 purple (фиолетовый)
  27. ! color14 cyan (голубой)
  28. ! color15 lightgray
  29.  
  30. urxvt*color8: #151515
  31. urxvt*color9: #FF8080
  32. urxvt*color10: #80FF80
  33. urxvt*color11: #FFFF88
  34. urxvt*color12: #99CCFF
  35. urxvt*color13: #B14CC2
  36. urxvt*color14: #9BFFFF
  37. urxvt*color15: #757575
  38.  
  39.  
  40. URxvt*loginShell: true
  41. URxvt*scrollTtyKeypress: true
  42. URxvt*secondaryScreen: true
  43. URxvt*buffered: true
  44. URxvt*transparent: false
  45. URxvt*saveLines: 9999
  46. URxvt*font: xft:Terminus Re33:size=11:antialias=true:hinting=true
  47. URxvt*boldFont: xft:Terminus Re33:size=11:weight=bold:antialias=true:hinting=true
  48. URxvt*fading: 30
  49. URxvt*letterSpace: -1
  50. URxvt*scrollBar: false
  51. URxvt*background: 8
  52. URxvt*foreground: #dddddd
  53. URxvt*cursorColor: 1
  54. URxvt*cursorBlink: true
  55. URxvt*internalBorder: 10
  56. URxvt.perl-lib: /home/haron/.config/urxvt/perl
  57. URxvt.perl-ext-common: default,tabbedex,clipboard,matcher,url-select,url-picker,osc-xterm-clipboard
  58. URxvt.iso14755: False
  59. URxvt.keysym.Shift-Control-C: perl:clipboard:copy
  60. URxvt.keysym.Shift-Control-V: perl:clipboard:paste
  61. URxvt.keysym.M-w: perl:url-picker
  62. URxvt.matcher.button: 1
  63. URxvt.matcher.pattern.0: (?:https?:\\/\\/|ftp:\\/\\/|news:\\/\\/|mailto:|file:\\/\\/|\\bwww\\.)\n\[a-zA-Z0-9\\x{0410}-\\x{044F}\\-\\@;\\/?:&=%\\$_.+!*\\x27,~#]*\n\(\n\\\([a-zA-Z0-9\\x{0410}-\\x{044F}\\-\\@;\\/?:&=%\\$_.+!*\\x27,~#]*\\)| # Allow a pair of matched parentheses\n\[a-zA-Z0-9\\x{0410}-\\x{044F}\\-\\@;\\/?:&=%\\$_+*~] # exclude some trailing characters (heuristic)\n\)+
  64. URxvt.urlLauncher: /home/haron/.local/bin/firefox
  65. URxvt.underlineURLs: true
  66. URxvt.colorUL: #86A2BE
  67. URxvt.keysym.M-q: perl:url-select:select_next
  68. URxvt.tabbed.new-button: no
  69. URxvt.tabbed.tabbar-fg: 15
  70. URxvt.tabbed.tabbar-bg: 8
  71. URxvt.tabbed.tab-fg: 8
  72. URxvt.tabbed.tab-bg: 15
  73. URxvt.tabbed.title-fg: 15
  74. URxvt.tabbed.title-bg: 8
  75. URxvt.tabbed.autohide: true
  76. URxvt.urgentOnBell: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement