.Xresources 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. ! ▓▓▓▓▓▓▓▓▓▓
  2. ! ░▓ Author ▓ Abdullah <https://abdullah.today/>
  3. ! ░▓▓▓▓▓▓▓▓▓▓
  4. ! ░░░░░░░░░░
  5. ! Colors
  6. !black
  7. *color0 : #1C1C1C
  8. *color8 : #4d4d4d
  9. !red
  10. *color1 : #D81860
  11. *color9 : #F00060
  12. !green
  13. *color2 : #B7CE42
  14. *color10 : #BDE077
  15. !yellow
  16. *color3 : #FEA63C
  17. *color11 : #FFE863
  18. !blue
  19. *color4 : #66AABB
  20. *color12 : #AACCBB
  21. !magenta
  22. *color5 : #B7416E
  23. *color13 : #BB4466
  24. !cyan
  25. *color6 : #5E7175
  26. *color14 : #A3BABF
  27. !white
  28. *color7 : #DDEEDD
  29. *color15 : #6C887A
  30. *.foreground : #fffaf4
  31. *.background : #0e1019
  32. *.cursorColor : #ff0018
  33. ! URxvt
  34. ! if remote host is having problems with rxvt-unicode, copy
  35. ! /usr/share/terminfo/r/rxvt-unicode at hosts ~/.terminfo/r/rxvt-unicode
  36. URxvt*font : xft:FantasqueSansMono Nerd Font:italic:size=17, xft:DejaVu Sans Mono for Powerline:size=13, xft:SimHei:size=13
  37. URxvt*boldfont : xft:Bitstream Vera Sans Mono:Bold:size=17:antialias=true
  38. URxvt*bolditalicfont : xft:Bitstream Vera Sans Mono:Bold:italic:size=17:antialias=true
  39. URxvt*utf : 1
  40. URxvt*locale : 1
  41. URxvt.imlocale : en_US.UTF-8
  42. URxvt*letterSpace : 0
  43. URxvt*termName : rxvt-unicode-256color
  44. URxvt*geometry : 96x30
  45. URxvt*background : #1B2B34
  46. URxvt*reverseVideo : 0
  47. URxvt*loginShell : 1
  48. URxvt*jumpScroll : 1
  49. URxvt*skipScroll : 1
  50. URxvt*pastableTabs : 1
  51. URxvt*scrollstyle : plain
  52. URxvt*scrollBar : 0
  53. URxvt*scrollBar_right : 0
  54. URxvt*scrollBar_floating : 0
  55. URxvt*scrollBar_align : centre
  56. URxvt*thickness : 0
  57. URxvt*scrollTtyOutput : 0
  58. URxvt*scrollTtyKeypress : 1
  59. URxvt*scrollWithBuffer : 1
  60. URxvt*inheritPixmap : 0
  61. URxvt*transparent : 0
  62. URxvt*tintColor : #ffffff
  63. URxvt*shading : 145
  64. URxvt*blurRadius : 1x65
  65. URxvt*fading : 25
  66. URxvt*fadeColor : #008B8B
  67. URxvt*utmpInhibit : 1
  68. URxvt*urgentOnBell : 1
  69. URxvt*visualBell : 0
  70. URxvt*mapAlert : 0
  71. URxvt*meta8 : 0
  72. URxvt*mouseWheelScrollPage : 0
  73. URxvt*tripleclickwords : 0
  74. URxvt*insecure : 0
  75. URxvt*cursorUnderline : 1
  76. URxvt*cursorBlink : 0
  77. URxvt*pointerBlank : 1
  78. URxvt*iconFile : /usr/share/icons/Adwaita/16x16/apps/utilities-terminal-symbolic.symbolic.png
  79. URxvt*pointerShape : ul_angle
  80. URxvt*intensityStyles : 1
  81. URxvt*saveLines : 9999
  82. URxvt*buffered : 1
  83. URxvt*depth : 32
  84. URxvt*visual : 0x16f
  85. URxvt*override-redirect : 0
  86. URxvt*externalBorder : 15
  87. URxvt*internalBorder : 15
  88. URxvt*borderLess : 0
  89. URxvt*lineSpace : 0
  90. URxvt*skipBuiltinGlyphs : 0
  91. URxvt*pointerBlankDelay : 1
  92. URxvt*print-pipe : cat > /tmp/$(echo urxvt.dump.$(date +'%Y%M%d%H%m%S'))
  93. URxvt*modifier :
  94. URxvt*cutchars : BACKSLASH " " '"'&()*,;<=>?@[]^{|}\"()*,<>[]{}|''"\
  95. URxvt*secondaryScreen : 1
  96. URxvt*secondaryScroll : 0
  97. URxvt*perl-lib : /home/ak/.urxvt/ext
  98. URxvt*iso14755 : 1
  99. URxvt*iso14755_52 : 1
  100. URxvt*matcher.button : 2
  101. URxvt*url-launcher : /usr/bin/google-chrome-stable
  102. URxvt*url-select.underline : 1
  103. URxvt*matcher.rend.0 : Uline Bold fg5
  104. URxvt*selection.pattern-0 : ([[ : word : ]]+)
  105. URxvt*keysym.M-C-c : selection : rot13
  106. URxvt*perl-ext-common : vim,default,matcher
  107. URxvt*vim-scrollback : M-s
  108. URxvt*vim-scrollback-paste : M-p
  109. URxvt*clipboard.copycmd : xsel -ib
  110. ! Polybar
  111. polybar*background : #24292A
  112. polybar*foreground : #ccd2be
  113. polybar*fading : 15
  114. polybar*fadeColor : black
  115. polybar*cursorColor : #16A085
  116. polybar*pointerColorBackground : #2B2C2B
  117. polybar*pointerColorForeground : #16A085
  118. polybar*urgent : #B34747
  119. ! black dark/light
  120. polybar*color0 : #24292A
  121. polybar*color8 : #3c4140
  122. ! red dark/light
  123. polybar*color1 : #ff8843
  124. polybar*color9 : #c48851
  125. ! green dark/light
  126. polybar*color2 : #7a8d5c
  127. polybar*color10 : #aec199
  128. ! yellow dark/light
  129. polybar*color3 : #a69658
  130. polybar*color11 : #c4b268
  131. ! blue dark/light
  132. polybar*color4 : #7b90a9
  133. polybar*color12 : #91aac7
  134. ! magenta dark/light
  135. polybar*color5 : #aa6161
  136. polybar*color13 : #e78484
  137. ! cyan dark/light
  138. polybar*color6 : #698885
  139. polybar*color14 : #83a5a1
  140. ! white dark/light
  141. polybar*color7 : #a8b298
  142. polybar*color15 : #ccd2be
  143. ! pink
  144. polybar*color16 : #9181E7
  145. ! purple
  146. polybar*color17 : #D7AFF9
  147. ! XTERM
  148. XTerm.vt100.faceName :Fantasque Sans Mono:italic:size=15:antialias=true
  149. XTerm.vt100.boldFont :Fantasque Sans Mono:bold:italic:size=15
  150. xterm.scaleHeight : 1.01
  151. xterm*termName : xterm-256color
  152. xterm*geometry : 96x30
  153. xterm*reverseVideo : 0
  154. xterm*loginShell : 1
  155. ! Dmenu
  156. dmenu.selforeground: #474c57
  157. dmenu.background: #ffffff
  158. dmenu.selbackground: #4ec2e8
  159. dmenu.foreground: #474c57
  160. ! rofi
  161. rofi.color-enabled: true
  162. rofi.color-window: #ffffff, #ffffff, #ffffff
  163. rofi.color-normal: #ffffff, #474c57, #ffffff, #ffffff, #4ec2e8
  164. rofi.color-active: #ffffff, #fec7cd, #ffffff, #ffffff, #95c1c0
  165. rofi.color-urgent: #ffffff, #f59335, #ffffff, #ffffff, #f59335