Update .Xresources

This commit is contained in:
punkfairie 2024-04-19 18:10:01 -07:00
parent 3cf0b7e788
commit b1dc8a503b
No known key found for this signature in database
GPG key ID: 284B78B49C058673

View file

@ -1,37 +1,37 @@
*background: #24273A *background: {{ .drapeau.colors.base }}
*foreground: #CAD3F5 *foreground: {{ .drapeau.colors.text }}
! black ! black
*color0: #494D64 *color0: {{ .drapeau.colors.surface1 }}
*color8: #5B6078 *color8: {{ .drapeau.colors.surface2 }}
! red ! red
*color1: #ED8796 *color1: {{ .drapeau.colors.red }}
*color9: #ED8796 *color9: {{ .drapeau.colors.red }}
! green ! green
*color2: #A6DA95 *color2: {{ .drapeau.colors.green }}
*color10: #A6DA95 *color10: {{ .drapeau.colors.green }}
! yellow ! yellow
*color3: #EED49F *color3: {{ .drapeau.colors.yellow }}
*color11: #EED49F *color11: {{ .drapeau.colors.yellow }}
! blue ! blue
*color4: #8AADF4 *color4: {{ .drapeau.colors.blue }}
*color12: #8AADF4 *color12: {{ .drapeau.colors.blue }}
! magenta ! magenta
*color5: #F5BDE6 *color5: {{ .drapeau.colors.pink }}
*color13: #F5BDE6 *color13: {{ .drapeau.color.pink }}
! cyan ! cyan
*color6: #8BD5CA *color6: {{ .drapeau.colors.teal }}
*color14: #8BD5CA *color14: {{ .drapeau.colors.teal }}
! white ! white
*color7: #B8C0E0 *color7: {{ .drapeau.colors.subtext1 }}
*color15: #A5ADCB *color15: {{ .drapeau.colors.subtext0 }}
! Make Rofi use fish shell ! Make Rofi use fish shell
rofi.run-command: fish -c '{cmd}' rofi.run-command: fish -c '{cmd}'