xresources (3932B)
1 ! colors 2 #define col0 #090c09 3 #define col1 #636655 4 #define col2 #8a6938 5 #define col3 #8a7657 6 #define col4 #76857d 7 #define col5 #988f6e 8 #define col6 #c2ac5e 9 #define col7 #c7c7bf 10 #define col8 #8b8b85 11 #define col9 #636655 12 #define col10 #8a6938 13 #define col11 #8a7657 14 #define col12 #76857d 15 #define col13 #988f6e 16 #define col14 #c2ac5e 17 #define col15 #c7c7bf 18 19 ! font 20 Xft.antialias : 1 21 Xft.hinting : 1 22 Xft.autohint : 0 23 Xft.rgba : rgb 24 Xft.hintstyle : hintmedium 25 Xft.lcdfilter : lcddefault 26 27 ! dwm 28 dwm.font : monospace:size=16 29 dwm.normbgcolor : col0 30 dwm.normbordercolor : col0 31 dwm.normfgcolor : col7 32 dwm.selbgcolor : col2 33 dwm.selbordercolor : col2 34 dwm.selfgcolor : col0 35 dwm.borderpx : 3 36 dwm.snap : 32 37 dwm.topbar : 0 38 dwm.showbar : 1 39 dwm.nmaster : 1 40 dwm.resizehints : 0 41 dwm.mfact : 0.50 42 dwm.swallowfloating : 0 43 dwm.gappih : 15 44 dwm.gappiv : 15 45 dwm.gappoh : 15 46 dwm.gappov : 15 47 dwm.vertpad : 0 48 dwm.sidepad : 0 49 dwm.smartgaps : 0 50 dwm.ulinepad : 5 51 dwm.ulinestroke : 2 52 dwm.ulinevoffset : 0 53 dwm.ulineall : 0 54 55 ! dmenu 56 dmenu.font : monospace:size=16 57 dmenu.normfgcolor : col7 58 dmenu.normbgcolor : col0 59 dmenu.selfgcolor : col0 60 dmenu.selbgcolor : col2 61 dmenu.prompt : 62 dmenu.min_width : 500 63 dmenu.colorprompt : 1 64 dmenu.border_width : 3 65 66 ! herbe 67 herbe.background_color : col0 68 herbe.border_color : col2 69 herbe.font_color : col7 70 herbe.font_pattern : monospace:size=16 71 herbe.line_spacing : 5 72 herbe.padding : 5 73 herbe.width : 297 74 herbe.border_size : 3 75 herbe.pos_x : 15 76 herbe.pos_y : 44 77 herbe.corner : 3 78 herbe.duration : 5 79 80 ! slock 81 slock.init : col0 82 slock.input : col4 83 slock.failed : col1 84 slock.caps : col2 85 slock.failonclear : 1 86 slock.message : Type password to unlock 87 slock.text_color : col7 88 slock.font_name : monospace:size=16 89 90 ! st 91 st.font : monospace:size=16 92 st.color0 : col0 93 st.color1 : col1 94 st.color2 : col2 95 st.color3 : col3 96 st.color4 : col4 97 st.color5 : col5 98 st.color6 : col6 99 st.color7 : col7 100 st.color8 : col8 101 st.color9 : col9 102 st.color10 : col10 103 st.color11 : col11 104 st.color12 : col12 105 st.color13 : col13 106 st.color14 : col14 107 st.color15 : col15 108 st.background : col0 109 st.foreground : col7 110 st.cursorColor : col7 111 st.termname : st-256color 112 st.shell : '/bin/sh' 113 st.minlatency : 8 114 st.maxlatency : 33 115 st.blinktimeout : 800 116 st.bellvolume : 0 117 st.tabspaces : 8 118 st.borderpx : 15 119 st.cwscale : 1.0 120 st.chscale : 1.0 121 st.doubleclicktimeout : 300 122 st.tripleclicktimeout : 600 123 st.allowaltscreen : 1 124 st.allowwindowops : 0 125 st.cursorthickness : 2 126 st.boxdraw : 1 127 st.boxdraw_bold : 1 128 st.boxdraw_braille : 1 129 st.alpha : 0.95 130 st.alphaUnfocused : 0.90 131 st.defaultfg : 15 132 st.defaultbg : 258 133 st.defaultcs : 256 134 st.defaultrcs : 257 135 st.bg : 258 136 st.bgUnfocused : 258 137 st.cursorstyle : 1 138 st.cols : 80 139 st.rows : 24 140 st.mousefg : 7 141 st.mousebg : 0 142 st.defaultattr : 11 143 144 ! xmenu 145 xmenu.borderWidth : 3 146 xmenu.separatorWidth : 5 147 xmenu.height : 25 148 xmenu.width : 300 149 xmenu.gap : 0 150 xmenu.background : col0 151 xmenu.foreground : col7 152 xmenu.selbackground : col2 153 xmenu.selforeground : col0 154 xmenu.separator : col7 155 xmenu.border : col2 156 xmenu.font : monospace:size=16,Font Awesome 5 Pro Solid:size=16,Noto Color Emoji:size=16 157 xmenu.alignment : LeftAlignment