diff --git a/lua/octo/ui/colors.lua b/lua/octo/ui/colors.lua index fdab1e08..20b557ad 100644 --- a/lua/octo/ui/colors.lua +++ b/lua/octo/ui/colors.lua @@ -64,6 +64,7 @@ local function get_hl_groups() NormalFront = { fg = get_fg "Normal" or colors.white }, Viewer = { fg = colors.black, bg = colors.blue }, Editable = { bg = float_bg }, + Strikethrough = { fg = colors.grey, gui = "strikethrough" }, } end