32 lines
894 B
Plaintext
32 lines
894 B
Plaintext
theme[main_bg]=""
|
|
|
|
theme[main_fg]="{{colors.on_surface.default.hex}}"
|
|
|
|
theme[title]="{{colors.primary.default.hex}}"
|
|
|
|
theme[hi_fg]="{{colors.tertiary.default.hex}}"
|
|
|
|
theme[selected_bg]="{{colors.primary_container.default.hex}}"
|
|
|
|
theme[selected_fg]="{{colors.on_primary_container.default.hex}}"
|
|
|
|
theme[inactive_fg]="{{colors.outline.default.hex}}"
|
|
|
|
|
|
theme[cpu_box]="{{colors.primary.default.hex}}"
|
|
theme[cpu_start]="{{colors.primary.default.hex}}"
|
|
theme[cpu_mid]="{{colors.secondary.default.hex}}"
|
|
theme[cpu_end]="{{colors.tertiary.default.hex}}"
|
|
|
|
theme[mem_box]="{{colors.primary.default.hex}}"
|
|
|
|
theme[net_box]="{{colors.primary.default.hex}}"
|
|
|
|
theme[proc_box]="{{colors.primary.default.hex}}"
|
|
|
|
theme[div_line]="{{colors.outline.default.hex}}"
|
|
|
|
theme[temp_start]="{{colors.primary.default.hex}}"
|
|
theme[temp_mid]="{{colors.secondary.default.hex}}"
|
|
theme[temp_end]="{{colors.error.default.hex}}"
|