mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-27 00:17:45 +00:00
btopTheme: fix border color
This commit is contained in:
parent
ef2c6ce044
commit
1267b9132b
1 changed files with 6 additions and 6 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue