From bfbb12993753b1f0ff41d37be84017e3a7110d2c Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sun, 2 Oct 2022 13:47:55 +0200 Subject: [PATCH] Fixed missing "#" from value --- themes/kyli0x.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/kyli0x.theme b/themes/kyli0x.theme index c25790e..c955287 100644 --- a/themes/kyli0x.theme +++ b/themes/kyli0x.theme @@ -23,7 +23,7 @@ theme[selected_fg]="#e8f6f5" theme[inactive_fg]="#5ec4bc" # Color of text appearing on top of graphs, i.e uptime and current network graph scaling -theme[graph_text]="ba1a84" +theme[graph_text]="#ba1a84" # Background color of the percentage meters theme[meter_bg]="#5ec4bc"