diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-07-24 01:20:39 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-07-24 01:20:39 +0200 |
commit | ccf0c42b393f5c0bea71e040a30092f59062bbd1 (patch) | |
tree | 562b544a301a0270be186c7e8511531961be6793 /fnl | |
parent | 3361387faa26044a9c9c3b0794fe0627ab9da443 (diff) |
Add new icons
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins/orgmode.fnl | 2 | ||||
-rw-r--r-- | fnl/settings/icons.fnl | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/fnl/plugins/orgmode.fnl b/fnl/plugins/orgmode.fnl index 3387df3..bf8ff0f 100644 --- a/fnl/plugins/orgmode.fnl +++ b/fnl/plugins/orgmode.fnl @@ -61,6 +61,8 @@ :symbols {:list (. icons :line) :headlines [(. icons :orb) (. icons :orb-filled) + (. icons :diamond) + (. icons :diamond-filled) (. icons :pentagon) (. icons :pentagon-filled) (. icons :hexagon) diff --git a/fnl/settings/icons.fnl b/fnl/settings/icons.fnl index 1efa1f9..f73ee65 100644 --- a/fnl/settings/icons.fnl +++ b/fnl/settings/icons.fnl @@ -14,6 +14,8 @@ :cog "" :conflict "" :cr "" + :diamond "◇" + :diamond-filled "◆" :document "" :down : :error "" |