Xft.dpi: 96 Xft.autohint: 0 Xft.lcdfilter: lcddefault Xft.hintstyle: hintfull Xft.hinting: 1 Xft.antialias: 1 Xft.rgba: rgb ! Xresources has a base colour and a bright variant. The first block contains ! the base colours and the second block contains their bright counterparts. ! {{- if eq .theme_variant "dark" }} ! Dracula PRO Xresources palette *.foreground: #F8F8F2 *.background: #22212C ! Black *.color0: #22212C ! Red *.color1: #FF9580 ! Green *.color2: #8AFF80 ! Yellow *.color3: #FFFF80 ! Blue *.color4: #9580FF ! Magenta *.color5: #FF80BF ! Cyan *.color6: #80FFEA ! White *.color7: #F8F8F2 ! Black *.color8: #48465D ! Red *.color9: #FFAA99 ! Green *.color10: #A2FF99 ! Yellow *.color11: #FFFF99 ! Blue *.color12: #AA99FF ! Magenta *.color13: #FF99CC ! Cyan *.color14: #99FFEE ! White *.color15: #FFFFFF {{- end }} {{- if eq .theme_variant "light" }} ! Doom One Light Xresources palette *.foreground: #383A42 *.background: #FAFAFA ! Black *.color0: #22212C ! Red *.color1: #e45649 ! Green *.color2: #50a14f ! Yellow *.color3: #986801 ! Blue *.color4: #a0bcf8 ! Magenta *.color5: #a626a4 ! Cyan *.color6: #005478 ! White *.color7: #F8F8F2 ! Black *.color8: #e7e7e7 ! Red *.color9: #da8548 ! Green *.color10: #4db5bd ! Yellow ! TODO *.color11: #986801 ! Blue *.color12: #4078f2 ! Magenta *.color13: #b751b6 ! Cyan *.color14: #0184bc ! White *.color15: #1c1f24 {{- end }}