.Xresources 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. !! URxvt Appearance
  2. ! ---
  3. URxvt.font: xft:Fira Code:size=9,xft:mplus Nerd Font Mono:size=9
  4. URxvt.geometry: 76x20
  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/shirin/.term.png
  17. URxvt.letterSpace: 0
  18. !! URxvt Extensions
  19. ! LOADED EXTENSIONS
  20. URxvt.perl-ext-common: default,clipboard,keyboard-select,url-select,tabbedex
  21. ! TABBED EX
  22. URxvt.tabbedex.no-tabbedex-keys: yes
  23. URxvt.tabbedex.new-button: false
  24. URXvt.tabbedex.reopen-on-close: yes
  25. URxvt.tabbedex.autohide: true
  26. URxvt.tabbedex.tabbar-fg: 8
  27. URxvt.tabbedex.tabbar-bg: 0
  28. URxvt.tabbedex.tab-fg: 5
  29. URxvt.tabbedex.tab-bg: 0
  30. URxvt.tabbedex.bell-fg: 0
  31. URxvt.tabbedex.bell-bg: 0
  32. URxvt.tabbedex.bell-tab-fg: 1
  33. URxvt.tabbedex.bell-tab-bg: 0
  34. URxvt.tabbedex.title-fg: 4
  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_left
  42. URxvt.keysym.Control-Shift-Prior: perl:tabbedex:move_tab_right
  43. ! CLIPBOARD
  44. URxvt.clipboard.copycmd: xclip -i -selection clipboard
  45. URxvt.clipboard.pastecmd: xclip -o -selection clipboard
  46. URxvt.keysym.M-c: perl:clipboard:copy
  47. URxvt.keysym.M-v: perl:clipboard:paste
  48. ! URL LAUNCHER
  49. URxvt.urlLauncher: firefox
  50. URxvt.underlineURLs: true
  51. URxvt.urlButton: 1
  52. ! FONT
  53. URxvt.resize-font.step: 1
  54. URxvt.keysym.Control-minus: resize-font:smaller
  55. URxvt.keysym.Control-plus: resize-font:bigger
  56. URxvt.keysym.Control-equal: resize-font:reset
  57. URxvt.keysym.Control-question: resize-font:show
  58. !! Color Scheme
  59. ! BLACK > RED > GREEN > YELLOW > BLUE > MAGENTA > CYAN > WHITE
  60. ! ---
  61. #define nord0 #2E3440
  62. #define nord1 #3B4252
  63. #define nord2 #434C5E
  64. #define nord3 #4C566A
  65. #define nord4 #D8DEE9
  66. #define nord5 #E5E9F0
  67. #define nord6 #ECEFF4
  68. #define nord7 #8FBCBB
  69. #define nord8 #88C0D0
  70. #define nord9 #81A1C1
  71. #define nord10 #5E81AC
  72. #define nord11 #BF616A
  73. #define nord12 #D08770
  74. #define nord13 #EBCB8B
  75. #define nord14 #A3BE8C
  76. #define nord15 #B48EAD
  77. *.foreground: nord4
  78. *.background: nord0
  79. *.cursorColor: nord4
  80. !*fading: 35
  81. !*fadeColor: nord3
  82. *.color0: nord1
  83. *.color1: nord11
  84. *.color2: nord14
  85. *.color3: nord13
  86. *.color4: nord9
  87. *.color5: nord15
  88. *.color6: nord8
  89. *.color7: nord5
  90. *.color8: nord3
  91. *.color9: nord11
  92. *.color10: nord14
  93. *.color11: nord13
  94. *.color12: nord9
  95. *.color13: nord15
  96. *.color14: nord7
  97. *.color15: nord6
  98. Xcursor.theme: Bibata-Modern-Classic