From 2a94573f54c69a9af7536586ab2c03eb88bda5e7 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 5 Jan 2024 01:50:20 +0100 Subject: Refactor --- fnl/icons.fnl | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 fnl/icons.fnl (limited to 'fnl/icons.fnl') diff --git a/fnl/icons.fnl b/fnl/icons.fnl new file mode 100644 index 0000000..b1115cb --- /dev/null +++ b/fnl/icons.fnl @@ -0,0 +1,45 @@ +;; Icons. + +{:error "" + :warn "" + :hint "" + :info "" + :git " " + :search-project "󰺅" + :search-files "󰱽" + :search-text "󱎸" + :notebook "" + :recent-files "󱋢" + :cog "" + :org "" + :checkmark "" + :right-arrow "" + :small-right-arrow "" + :guillemet "»" + :close "" + :git-add "|" + :git-delete "_" + :git-top-delete "‾" + :git-change-delete "~" + :git-untracked "┆" + :telescope "" + :caret ">" + :cmd "" + :lightning "" + :document "" + :import "" + :keyboard "" + :sleep "󰒲" + :filled-orb "●" + :orb "○" + :package "󰏗" + :vim "" + :code "" + :play "" + :star "" + :line "‒" + :ignored "" + :unstaged "" + :staged "" + :conflict "" +} -- cgit v1.2.3-70-g09d2