dotfiles/dot_Xresources.tmpl

43 lines
666 B
Cheetah
Raw Normal View History

2019-06-08 01:46:49 +02:00
! -- 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
2021-11-17 13:10:22 +01:00
Xcursor.theme: Breeze
2022-05-26 14:38:39 +02:00
Xcursor.size: 24
2021-11-17 13:10:22 +01:00
! Font options
2022-04-14 11:45:00 +02:00
Xft.autohint: 0
2021-11-17 13:10:22 +01:00
Xft.antialias: 1
2022-04-14 11:45:00 +02:00
Xft.hinting: 1
Xft.hintstyle: hintfull
2021-11-17 13:10:22 +01:00
Xft.lcdfilter: lcddefault
2022-05-26 14:39:49 +02:00
{{ range $key, $val := .xresources.per_screen }}#if SCREEN_NUM == {{ $key }}
2022-04-14 11:45:00 +02:00
Xft.dpi: {{ $val.dpi }}
2022-05-26 14:39:49 +02:00
#endif{{end}}