.Xresources 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. ! Xresources-themes -----------------------------------------------------------
  2. #include "/home/alexander/.Xresources-themes/iterm-Gruvbox_Dark.Xresources"
  3. ! #include "/home/alexander/Xresources-themes/my-favourite-gruvbox-dark.Xresources"
  4. ! #include "/home/alexander/Xresources-themes/base16-solarized-dark.Xresources"
  5. ! #include "/home/alexander/Xresources-themes/nord.Xresources"
  6. ! Xft settings ----------------------------------------------------------------
  7. Xft.dpi: 96
  8. Xft.antialias: true
  9. Xft.rgba: rgb
  10. Xft.hinting: true
  11. Xft.hintstyle: hintslight
  12. ! XTerm -----------------------------------------------------------------------
  13. XTerm*renderFont: true
  14. XTerm*faceName: xft:UbuntuMono Nerd Font
  15. XTerm*faceSize: 13
  16. XTerm*utf8: 2
  17. XTerm*locale: true
  18. XTerm.vt100.translations: #override \n\
  19. Ctrl <Key> j: smaller-vt-font() \n\
  20. Ctrl <Key> k: larger-vt-font()
  21. ! XTerm*translations: #override \
  22. XTerm.vt100.translations: #override \
  23. Ctrl Shift <KeyPress> C: copy-selection(CLIPBOARD) \n\
  24. Ctrl Shift <KeyPress> V: insert-selection(CLIPBOARD)
  25. ! При выделении текста мышью, он переносится в буфер обмена
  26. XTerm*selectToClipboard: true
  27. ! Every shell is a login shell by default (for inclusion of all necessary environment variables)
  28. XTerm*loginshell: true
  29. ! I like a LOT of scrollback...
  30. XTerm*savelines: 16384
  31. ! double-click to select whole URLs :D
  32. XTerm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
  33. ! URxvt -----------------------------------------------------------------------
  34. URxvt*imLocale: en_US.UTF-8
  35. URxvt*termName: rxvt-unicode-256color
  36. URxvt*buffered: false
  37. URxvt.intensityStyles: false
  38. URxvt.font: xft:Sarasa Mono SC Nerd:size=13
  39. ! URxvt.font: xft:Sarasa Mono SC Nerd:size=15, \
  40. ! xft:JoyPixels:size=12, \
  41. ! xft:Monospace:style=Medium:size=12
  42. URxvt.saveLines: 2000
  43. URxvt.scrollBar: false
  44. URxvt.cursorColor: white
  45. !! Extensions
  46. URxvt.perl-ext-common: default,matcher,resize-font,url-select,keyboard-select,clipboard
  47. URxvt.colorUL: #4682B4
  48. !! url-select
  49. URxvt.keysym.M-u: perl:url-select:select_next
  50. URxvt.url-select.launcher: urxvt -e lynx -cfg=~/.lynx.cfg -lss=~/.lynx.lss
  51. URxvt.url-select.underline: true
  52. !! keyboard-select:
  53. URxvt.keysym.M-Escape: perl:keyboard-select:activate
  54. !! resize-font
  55. URxvt.keysym.C-k: font-size:increase
  56. URxvt.keysym.C-j: font-size:decrease
  57. !! Matcher
  58. URxvt.url-launcher: urxvt -e lynx -cfg=~/.lynx.cfg -lss=~/.lynx.lss
  59. URxvt.matcher.button: 1
  60. !!clipboard
  61. URxvt.keysym.M-c: perl:clipboard:copy
  62. URxvt.keysym.M-v: perl:clipboard:paste
  63. ! URxvt*depth: 32
  64. ! Palenight Xresources palette
  65. !! COLORS
  66. !!URxvt*foreground: #bbc5ff
  67. !!URxvt*background: [95]#282a36
  68. !!URxvt*cursorColor: #bbc5ff
  69. !! COLORS (Gruvbox Dark)
  70. ! *.foreground: #ebdbb2
  71. ! *.background: #282828
  72. ! *.cursorColor: #ebdbb2
  73. !
  74. ! ! black
  75. ! *.color0: #151515
  76. ! *.color8: #505050
  77. !
  78. ! ! red
  79. ! *.color1: #cc241d
  80. ! *.color9: #cc241d
  81. !
  82. ! ! green
  83. ! *.color2: #98971a
  84. ! *.color10: #98971a
  85. !
  86. ! ! yellow
  87. ! *.color3: #d79921
  88. ! *.color11: #d79921
  89. !
  90. ! ! blue
  91. ! *.color4: #458588
  92. ! *.color12: #458588
  93. !
  94. ! ! magenta
  95. ! *.color5: #b16286
  96. ! *.color13: #b16286
  97. !
  98. ! ! cyan
  99. ! *.color6: #689d6a
  100. ! *.color14: #689d6a
  101. !
  102. ! ! white
  103. ! *.color7: #a89984
  104. ! *.color15: #ebdbb2
  105. ! ! Predawn Color Scheme
  106. ! *.foreground: #d5d5d5
  107. ! *.background: #1b1b1b
  108. ! *.cursorColor: #d5d5d5
  109. !
  110. ! ! black
  111. ! *.color0: #1a1a1a
  112. ! *.color8: #666666
  113. !
  114. ! ! red
  115. ! *.color1: #b51a20
  116. ! *.color9: #ff000b
  117. !
  118. ! ! green
  119. ! *.color2: #a6cc75
  120. ! *.color10: #c4ee94
  121. !
  122. ! ! yellow
  123. ! *.color3: #fed33a
  124. ! *.color11: #e8e06d
  125. !
  126. ! ! blue
  127. ! *.color4: #81b2b1
  128. ! *.color12: #a5ebea
  129. !
  130. ! ! magenta
  131. ! *.color5: #eb6c4e
  132. ! *.color13: #ef8a50
  133. !
  134. ! ! cyan
  135. ! *.color6: #81b2b1
  136. ! *.color14: #a5ebea
  137. !
  138. ! ! white
  139. ! *.color7: #eaeaea
  140. ! *.color15: #ffffff