Skip to content

Commit

Permalink
Merge pull request #1687 from paumr/fix_attachment-highlight
Browse files Browse the repository at this point in the history
fix default-theme to correctly highlight focused attachments
  • Loading branch information
lucc authored Dec 25, 2024
2 parents e0b71b8 + 0ab99c3 commit 16b50e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alot/defaults/default.theme
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
arrow_heads = '','','dark red','','#a00',''
arrow_bars = '','','dark red','','#800',''
attachment = 'default','','light gray','dark gray','light gray','dark gray'
attachment_focus = 'underline','','light gray','light green','light gray','dark gray'
attachment_focus = 'underline','','dark gray','light green','dark gray','light green'
body = 'default','','default','default','default','default'
body_focus = 'default','','default,standout','default','default,standout','default'
header = 'default','','white','dark gray','white','dark gray'
Expand Down

0 comments on commit 16b50e5

Please sign in to comment.