summaryrefslogtreecommitdiffstats
path: root/presets/examples/5.jsonc
blob: 32f8e2e4d7bca85fd595167e3d09f41eeec7aa3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Load with --config examples/5.jsonc

{
    "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
    "logo": null,
    "display": {
        "color": "magenta"
    },
    "modules": [
        {
            "type": "theme",
            "key": "T"
        },
        {
            "type": "icons",
            "key": "I"
        },
        {
            "type": "font",
            "key": "F"
        },
        {
            "type": "cursor",
            "key": "C"
        }
    ]
}