From c2f9849da74fe6957a10bf1c257497e021e29a2f Mon Sep 17 00:00:00 2001 From: thatscringebro Date: Tue, 5 Dec 2023 16:52:41 -0500 Subject: [PATCH] fix theme --- freeBSD/btop/themes/molokai.theme | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/freeBSD/btop/themes/molokai.theme b/freeBSD/btop/themes/molokai.theme index 91fc515..23bc921 100644 --- a/freeBSD/btop/themes/molokai.theme +++ b/freeBSD/btop/themes/molokai.theme @@ -1,24 +1,24 @@ -# Bashtop Molokai theme +# Bashtop Molokai theme with more green and purple # by aristocratos theme[main_bg]="#1B1D1E" theme[main_fg]="#BBBBBB" theme[title]="#BBBBBB" -theme[hi_fg]="#FF0087" -theme[selected_bg]="#FF87AF" +theme[hi_fg]="#60D4DF" +theme[selected_bg]="#9D66F6" theme[selected_fg]="#1B1D1E" theme[inactive_fg]="#555555" theme[graph_text]="#D0A843" -theme[proc_misc]="#D08010" +theme[proc_misc]="#23E298" theme[cpu_box]="#BBBBBB" theme[mem_box]="#BBBBBB" theme[net_box]="#BBBBBB" theme[proc_box]="#BBBBBB" theme[div_line]="#555555" -theme[temp_start]="#7976B7" +theme[temp_start]="#23E298" theme[temp_mid]="#D8B8B2" theme[temp_end]="#FF0087" -theme[cpu_start]="#D08010" +theme[cpu_start]="#5FE0B1" theme[cpu_mid]="#BBBBBB" theme[cpu_end]="#FF0087" theme[free_start]="#BBBBBB" @@ -39,3 +39,4 @@ theme[download_end]="#ccaefc" theme[upload_start]="#570d33" theme[upload_mid]="#cf277d" theme[upload_end]="#fa91c7" +