diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-05-30 23:11:54 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-05-30 23:11:54 +0200 |
commit | 4607aadb5feec8f86a0d1b43b2a55bfbfdced76a (patch) | |
tree | 41a368c2e9f902a0c7cdfda6a19417449f38defe /fnl/plugins | |
parent | 9611131c4987fa06ef9608f74780834c169e4ccf (diff) |
Update icons
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/orgmode.fnl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/fnl/plugins/orgmode.fnl b/fnl/plugins/orgmode.fnl index 472a8a3..3387df3 100644 --- a/fnl/plugins/orgmode.fnl +++ b/fnl/plugins/orgmode.fnl @@ -60,9 +60,13 @@ {:concealcursor true :symbols {:list (. icons :line) :headlines [(. icons :orb) - (. icons :filled-orb) + (. icons :orb-filled) (. icons :pentagon) - (. icons :filled-pentagon)] + (. icons :pentagon-filled) + (. icons :hexagon) + (. icons :hexagon-filled) + (. icons :octagon) + (. icons :octagon-filled)] :checkboxes {:half [(. icons :line) "@org.checkbox.halfchecked"] :done [(. icons :checkmark) |