Skip to content

Commit

Permalink
Add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
guiltiest-gear committed Oct 4, 2024
1 parent 3ef5596 commit f277d02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lua/tokyonight/extra/zathura.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ set render-loading-bg "${fg}"
#
set recolor-lightcolor "${bg}"
set recolor-darkcolor "${fg}"
]],
]], -- TODO: Trim the first character from the color strings,
-- and then convert hex codes to decimal.
-- rgba uses an entirely different format that uses decimal instead of hex.
-- This is probably going to be harder than I thought...
colors
)
return zathura
Expand Down

0 comments on commit f277d02

Please sign in to comment.