dotfiles/dot_Xresources.tmpl

41 lines
912 B
Cheetah
Raw Normal View History

*background: {{ .drapeau.colors.base00 }}
*foreground: {{ .drapeau.colors.base05 }}
2024-04-14 18:41:15 -07:00
! black
*color0: {{ .drapeau.colors.base03 }}
*color8: {{ .drapeau.colors.base04 }}
2024-04-14 18:41:15 -07:00
! red
*color1: {{ .drapeau.colors.base08 }}
*color9: {{ .drapeau.colors.base08 }}
2024-04-14 18:41:15 -07:00
! green
*color2: {{ .drapeau.colors.base0B }}
*color10: {{ .drapeau.colors.base0B }}
2024-04-14 18:41:15 -07:00
! yellow
*color3: {{ .drapeau.colors.base0A }}
*color11: {{ .drapeau.colors.base0A }}
2024-04-14 18:41:15 -07:00
! blue
*color4: {{ .drapeau.colors.base0D }}
*color12: {{ .drapeau.colors.base0D }}
2024-04-14 18:41:15 -07:00
! magenta
*color5: {{ .drapeau.colors.base0F }}
*color13: {{ .drapeau.colors.base0F }}
2024-04-14 18:41:15 -07:00
! cyan
*color6: {{ .drapeau.colors.base0C }}
*color14: {{ .drapeau.colors.base0C }}
2024-04-14 18:41:15 -07:00
! white
*color7: {{ .drapeau.colors.base05 }}
*color15: {{ .drapeau.colors.base05 }}
2024-04-14 18:41:15 -07:00
2024-04-21 10:09:42 -07:00
{{ if lookPath "rofi" -}}
2024-04-14 18:41:15 -07:00
! Make Rofi use fish shell
rofi.run-command: fish -c '{cmd}'
rofi.run-list-command: 'fish -c functions'
2024-04-21 10:08:52 -07:00
{{- end -}}