diff --git a/.config/qtile/README.org b/.config/qtile/README.org index b2b127c..16f2d3b 100644 --- a/.config/qtile/README.org +++ b/.config/qtile/README.org @@ -414,7 +414,7 @@ def init_widgets_list(): active = colors[8], inactive = colors[9], rounded = False, - highlight_color = colors[2], + highlight_color = colors[0], highlight_method = "line", this_current_screen_border = colors[7], this_screen_border = colors [4], diff --git a/.config/qtile/config.py b/.config/qtile/config.py index fb39da1..612d97c 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -291,7 +291,7 @@ def init_widgets_list(): active = colors[8], inactive = colors[9], rounded = False, - highlight_color = colors[2], + highlight_color = colors[0], highlight_method = "line", this_current_screen_border = colors[7], this_screen_border = colors [4],