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 of each colour ! pair is "dark" and the second is "bright". In the context of most shell ! themes, "dark" variants seem to be used as foreground accents, while "light" ! variants are highlights behind the default foreground colour. {{ if eq .theme_variant "dark" -}} ! Everforest hard dark ! https://github.com/sainnhe/everforest/blob/master/palette.md *background: #272E33 *foreground: #D3C6AA ! black *color0: #1E2326 *color8: #7A8478 ! red *color1: #E67E80 *color9: #E67E80 ! green *color2: #A7C080 *color10: #A7C080 ! yellow *color3: #DBBC7F *color11: #DBBC7F ! blue *color4: #7FBBB3 *color12: #7FBBB3 ! magenta *color5: #D699B6 *color13: #D699B6 ! cyan *color6: #7FBBB3 *color14: #7FBBB3 ! white *color7: #D3C6AA *color15: #D3C6AA {{- end }} {{ if eq .theme_variant "light" -}} ! Everforest soft light ! https://github.com/sainnhe/everforest/blob/master/palette.md *background: #F3EAD3 *foreground: #5C6A72 ! black *color0: #5C5F77 *color8: #939f91 ! red *color1: #F85552 *color9: #F85552 ! green *color2: #8DA101 *color10: #8DA101 ! yellow *color3: #DFA000 *color11: #DFA000 ! blue *color4: #3A94C5 *color12: #3A94C5 ! magenta *color5: #DF69BA *color13: #DF69BA ! cyan *color6: #3A94C5 *color14: #3A94C5 ! white *color7: #708089 *color15: #708089 {{- end }}