2024-09-29 19:39:22 -07:00
|
|
|
{{- if (and (not .isServer) (eq .chezmoi.os "linux")) -}}
|
2024-04-20 12:44:15 -07:00
|
|
|
[".config/qt5ct/colors/Catppuccin-Frappe.conf"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/catppuccin/qt5ct/main/themes/Catppuccin-Frappe.conf"
|
|
|
|
refreshPeriod = "672h"
|
|
|
|
|
|
|
|
[".config/qt5ct/colors/Catppuccin-Latte.conf"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/catppuccin/qt5ct/main/themes/Catppuccin-Latte.conf"
|
|
|
|
refreshPeriod = "672h"
|
|
|
|
|
|
|
|
[".config/qt5ct/colors/Catppuccin-Macchiato.conf"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/catppuccin/qt5ct/main/themes/Catppuccin-Macchiato.conf"
|
|
|
|
refreshPeriod = "672h"
|
|
|
|
|
|
|
|
[".config/qt5ct/colors/Catppuccin-Mocha.conf"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/catppuccin/qt5ct/main/themes/Catppuccin-Mocha.conf"
|
|
|
|
refreshPeriod = "672h"
|
2024-04-21 10:35:13 -07:00
|
|
|
{{- end -}}
|