1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-27 08:27:45 +00:00

btopTheme: fix border color

This commit is contained in:
RGBCube 2025-05-24 22:26:00 +03:00
parent ef2c6ce044
commit 1267b9132b
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -15,19 +15,19 @@ theme[selected_bg]="${base01}"
theme[selected_fg]="${base06}"
theme[inactive_fg]="${base0E}"
theme[inactive_fg]="${base03}"
theme[proc_misc]="${base0B}"
theme[cpu_box]="${base0E}"
theme[cpu_box]="${base03}"
theme[mem_box]="${base0E}"
theme[mem_box]="${base03}"
theme[net_box]="${base0E}"
theme[net_box]="${base03}"
theme[proc_box]="${base0E}"
theme[proc_box]="${base03}"
theme[div_line]="${base0E}"
theme[div_line]="${base03}"
theme[temp_start]="${base0C}"
theme[temp_mid]="${base0A}"