diff --git a/home/.config/awesome/theme.lua b/home/.config/awesome/theme.lua index be2c596..a9cf17d 100644 --- a/home/.config/awesome/theme.lua +++ b/home/.config/awesome/theme.lua @@ -45,9 +45,9 @@ theme.taglist_font = "IPAGothic 10" theme.taglist_bg_focus = theme.colors.green theme.useless_gap = dpi(0) -theme.border_width = dpi(0) -theme.border_normal = "#000000" -theme.border_focus = "#535d6c" +theme.border_width = 1 +theme.border_normal = theme.colors.base3 +theme.border_focus = theme.colors.base2 theme.tasklist_disable_icon = true