Watch
1
0
Fork
You've already forked dotfiles
0

Add colors to fastfetch

This commit is contained in:
Alexander Hess 2026-08-14 12:04:59 +02:00
commit d0301586c2
Signed by: alexander
GPG key ID: B46EDB4DFC26805D

View file

@ -1,12 +1,20 @@
// Config for `fastfetch`
//
// See: https://github.com/fastfetch-cli/fastfetch
//
// Colors are 24-bit ANSI codes ("38;2;R;G;B")
// following the teal palette documented
// in ~/.config/gnome-settings/README.md
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "small",
"color": {
"1": "38;2;33;144;164", // Stop 5
"2": "38;2;74;164;182" // Stop 4
},
"padding": {
"top": 1,
"right": 4
@ -15,6 +23,11 @@
"display": {
"separator": " ",
"color": {
"keys": "38;2;33;144;164", // Stop 5
"title": "38;2;222;237;241", // Stop 1
"separator": "38;2;10;98;113" // Stop 9
},
"key": {
"width": 12
}