diff --git a/dot_Xresources.tmpl b/dot_Xresources.tmpl deleted file mode 100644 index a9379a8..0000000 --- a/dot_Xresources.tmpl +++ /dev/null @@ -1,42 +0,0 @@ -! -- Color settings -*foreground: #ebdbb2 -*background: #282828 - -!black -*color0: #1d2021 -*color8: #665c54 -!red -*color1: #cc241d -*color9: #fb4934 -!green -*color2: #98971a -*color10: #b8bb26 -!yellow -*color3: #d79921 -*color11: #fabd2f -!blue -*color4: #388588 -*color12: #72a591 -!magenta -*color5: #b16286 -*color13: #d3869b -!cyan -*color6: #689d6a -*color14: #8ec07c -!white -*color7: #dbae93 -*color15: #fbf1c7 - -Xcursor.theme: Breeze -Xcursor.size: 24 - -! Font options -Xft.autohint: 0 -Xft.antialias: 1 -Xft.hinting: 1 -Xft.hintstyle: hintfull -Xft.lcdfilter: lcddefault - -{{ range $key, $val := .xresources.per_screen }}#if SCREEN_NUM == {{ $key }} -Xft.dpi: {{ $val.dpi }} -#endif{{end}}