summaryrefslogtreecommitdiff
path: root/fnl/plugins/icons.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-05-20 00:08:22 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-05-20 00:08:22 +0200
commit7df25e8ce3e98e4cb56c5eb47c6ada1f414e083c (patch)
tree4a2c593af7e1116ea1d42dd95f50d0b1f0ecd856 /fnl/plugins/icons.fnl
parentb025d2ca64e9c3b4d65635883eead9bac625921f (diff)
Add icons file
Diffstat (limited to 'fnl/plugins/icons.fnl')
-rw-r--r--fnl/plugins/icons.fnl41
1 files changed, 41 insertions, 0 deletions
diff --git a/fnl/plugins/icons.fnl b/fnl/plugins/icons.fnl
new file mode 100644
index 0000000..86eec76
--- /dev/null
+++ b/fnl/plugins/icons.fnl
@@ -0,0 +1,41 @@
+;; Icons.
+
+{:error ""
+ :warn ""
+ :hint ""
+ :info ""
+ :other "﫠 "
+ :git " "
+ :search ""
+ :text ""
+ :notebook ""
+ :clock ""
+ :cog ""
+ :cabinet "󰪶"
+ :org ""
+ :checkmark ""
+ :right-arrow ""
+ :small-right-arrow ""
+ :guillemet "»"
+ :close ""
+ :git-add "|"
+ :git-delete "_"
+ :git-top-delete "‾"
+ :git-change-delete "~"
+ :telescope ""
+ :caret ">"
+ :cmd ""
+ :lightning ""
+ :document ""
+ :import ""
+ :keyboard ""
+ :sleep "鈴"
+ :filled-orb "●"
+ :orb "○"
+ :package ""
+ :vim ""
+ :code ""
+ :play ""
+ :star ""
+ :line "‒"
+}