Add colors to fastfetch
This commit is contained in:
parent
ea43f7d1ef
commit
d0301586c2
1 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue