2024-04-19 18:10:01 -07:00
|
|
|
*background: {{ .drapeau.colors.base }}
|
|
|
|
*foreground: {{ .drapeau.colors.text }}
|
2024-04-14 18:41:15 -07:00
|
|
|
|
|
|
|
! black
|
2024-04-19 18:10:01 -07:00
|
|
|
*color0: {{ .drapeau.colors.surface1 }}
|
|
|
|
*color8: {{ .drapeau.colors.surface2 }}
|
2024-04-14 18:41:15 -07:00
|
|
|
|
|
|
|
! red
|
2024-04-19 18:10:01 -07:00
|
|
|
*color1: {{ .drapeau.colors.red }}
|
|
|
|
*color9: {{ .drapeau.colors.red }}
|
2024-04-14 18:41:15 -07:00
|
|
|
|
|
|
|
! green
|
2024-04-19 18:10:01 -07:00
|
|
|
*color2: {{ .drapeau.colors.green }}
|
|
|
|
*color10: {{ .drapeau.colors.green }}
|
2024-04-14 18:41:15 -07:00
|
|
|
|
|
|
|
! yellow
|
2024-04-19 18:10:01 -07:00
|
|
|
*color3: {{ .drapeau.colors.yellow }}
|
|
|
|
*color11: {{ .drapeau.colors.yellow }}
|
2024-04-14 18:41:15 -07:00
|
|
|
|
|
|
|
! blue
|
2024-04-19 18:10:01 -07:00
|
|
|
*color4: {{ .drapeau.colors.blue }}
|
|
|
|
*color12: {{ .drapeau.colors.blue }}
|
2024-04-14 18:41:15 -07:00
|
|
|
|
|
|
|
! magenta
|
2024-04-19 18:10:01 -07:00
|
|
|
*color5: {{ .drapeau.colors.pink }}
|
2024-04-19 18:12:22 -07:00
|
|
|
*color13: {{ .drapeau.colors.pink }}
|
2024-04-14 18:41:15 -07:00
|
|
|
|
|
|
|
! cyan
|
2024-04-19 18:10:01 -07:00
|
|
|
*color6: {{ .drapeau.colors.teal }}
|
|
|
|
*color14: {{ .drapeau.colors.teal }}
|
2024-04-14 18:41:15 -07:00
|
|
|
|
|
|
|
! white
|
2024-04-19 18:10:01 -07:00
|
|
|
*color7: {{ .drapeau.colors.subtext1 }}
|
|
|
|
*color15: {{ .drapeau.colors.subtext0 }}
|
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 -}}
|