.Xresources 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. ! DO NOT CHANGE THE ORDER
  2. ! URXVT APPEARANCE
  3. URxvt.font: xft:mplus Nerd Font Mono:style:regular:size=11
  4. URxvt.geometry: 84x16
  5. URxvt.internalBorder: 20
  6. URxvt.cursorBlink: true
  7. URxvt.cursorUnderline: true
  8. URxvt.saveline: 32768
  9. URxvt.scrollBar: false
  10. URxvt.scrollBar_right: true
  11. URxvt.scrollBar_floating: false
  12. URxvt.scrollstyle: plain
  13. URxvt.urgentOnBell: false
  14. URxvt.depth: 24
  15. URxvt.iso14755: false
  16. URxvt.iconFile: /home/violet/.icons/gladient/term.png
  17. ! Uncomment if to much font spacing
  18. !URxvt.letterSpace: -1
  19. ! URXVT EXTENSIONS
  20. URxvt.perl-ext-common: default,clipboard,url-select,tabbedex
  21. ! TABBEDEX
  22. URxvt.tabbedex.no-tabbedex-keys: yes
  23. URxvt.tabbedex.new-button: false
  24. URXvt.tabbedex.reopen-on-close: yes
  25. URxvt.tabbedex.autohide: yes
  26. URxvt.tabbedex.tabbar-fg: 5
  27. URxvt.tabbedex.tabbar-bg: 0
  28. URxvt.tabbedex.tab-fg: 10
  29. URxvt.tabbedex.tab-bg: 0
  30. URxvt.tabbedex.bell-fg: 0
  31. URxvt.tabbedex.bell-bg: 0
  32. URxvt.tabbedex.bell-tab-fg: 0
  33. URxvt.tabbedex.bell-tab-bg: 0
  34. URxvt.tabbedex.title-fg: 14
  35. URxvt.tabbedex.title-bg: 0
  36. URxvt.keysym.Control-Shift-T: perl:tabbedex:new_tab
  37. URxvt.keysym.Control-Shift-R: perl:tabbedex:rename_tab
  38. URxvt.keysym.Control-Shift-W: perl:tabbedex:kill_tab
  39. URxvt.keysym.Control-Next: perl:tabbedex:next_tab
  40. URxvt.keysym.Control-Prior: perl:tabbedex:prev_tab
  41. URxvt.keysym.Control-Shift-Next: perl:tabbedex:move_tab_right
  42. URxvt.keysym.Control-Shift-Prior: perl:tabbedex:move_tab_left
  43. ! FONT
  44. URxvt.resize-font.step: 1
  45. URxvt.keysym.Control-minus: resize-font:smaller
  46. URxvt.keysym.Control-plus: resize-font:bigger
  47. URxvt.keysym.Control-equal: resize-font:reset
  48. URxvt.keysym.Control-question: resize-font:show
  49. ! CLIPBOARD
  50. URxvt.clipboard.copycmd: xclip -i -selection clipboard
  51. URxvt.clipboard.pastecmd: xclip -o -selection clipboard
  52. URxvt.keysym.M-c: perl:clipboard:copy
  53. URxvt.keysym.M-v: perl:clipboard:paste
  54. ! URL
  55. URxvt.keysym.M-u: perl:url-select:select_next
  56. URvxt.url-select.button: 2
  57. URxvt.url-select.launcher: brave-bin
  58. URxvt.url-select.underline: true
  59. ! COLOR SCHEME
  60. ! black > red > green > yellow > blue > magenta > cyan > white
  61. #define black0 #373E4D
  62. #define black1 #3B4252
  63. #define black2 #434C5E
  64. #define black3 #4C566A
  65. #define red0 #FA5AA4
  66. #define red1 #FA74B2
  67. #define green0 #2BE491
  68. #define green1 #44EB9F
  69. #define yellow0 #FA946E
  70. #define yellow1 #FAA687
  71. #define blue0 #63C5EA
  72. #define blue1 #7ACBEA
  73. #define magenta0 #CF8EF4
  74. #define magenta1 #D8A6F4
  75. #define cyan0 #89CCF7
  76. #define cyan1 #A1D5F7
  77. #define white0 #F9F9F9
  78. #define white1 #F7F7F7
  79. #define white2 #F4F4F4
  80. *.color1: red0
  81. *.color2: green0
  82. *.color3: yellow0
  83. *.color4: blue0
  84. *.color5: magenta0
  85. *.color6: cyan0
  86. *.color9: red1
  87. *.color10: green1
  88. *.color11: yellow1
  89. *.color12: blue1
  90. *.color13: magenta1
  91. *.color14: cyan1
  92. ! FOR REVERSING ONLY (INVERT BG/FG)
  93. *.foreground: white0
  94. *.background: black0
  95. *.cursorColor: white0
  96. *.color0: black2
  97. *.color7: white1
  98. *.color8: black3
  99. *.color15: white2
  100. !*.foreground: black0
  101. !*.background: white0
  102. !*.cursorColor: black0
  103. !*.color0: white1
  104. !*.color7: black2
  105. !*.color8: white2
  106. !*.color15: black3
  107. rofi.color-enabled: true
  108. rofi.color-normal: #282a33, #d3dae3, #282a33, #d3dae3, #2f343f
  109. rofi.color-urgent: #282a33, #e1e2e6, #102d3d, #2f343f, #2f343f
  110. rofi.color-active: #2f343f, #e1e2e6, #e1e2e6, #2f343f, #2f343f
  111. rofi.color-window: #282a33, #d3dae3, #d3dae3