Skip to content

Commit 09ecdef

Browse files
Use reverse colors for today in calendar.
1 parent 6fc7f68 commit 09ecdef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/orgmode/objects/calendar.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ local Calendar = {
1717
month = Date.today():start_of('month'),
1818
}
1919

20-
vim.cmd([[hi default link OrgCalendarToday DiffText]])
20+
vim.cmd([[hi OrgCalendarToday gui=reverse cterm=reverse]])
2121

2222
---@param data table
2323
function Calendar.new(data)

0 commit comments

Comments
 (0)