mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 20:23:12 +00:00
14 lines
252 B
TOML
14 lines
252 B
TOML
|
# Test basic colours
|
||
|
[styles.cpu]
|
||
|
all_entry_color="255, 50, 50"
|
||
|
|
||
|
# Test tables
|
||
|
[styles.graphs.legend_text]
|
||
|
color = "#fff"
|
||
|
bg_color = "#000"
|
||
|
bold = false
|
||
|
|
||
|
# Test inline tables
|
||
|
[styles.tables]
|
||
|
headers = { color = "red", bg_color = "reset", bold = true }
|