From 3d0eaba984a697621821aeb2f80e8c2a3dbcca96 Mon Sep 17 00:00:00 2001
From: Tom Willemse
Date: Mon, 6 Apr 2026 15:23:53 -0700
Subject: yoshi-mode-line: Update
- Add icons for certain modes: ‘org-journal’, ‘php’, ‘emacs-lisp’, and ‘magit’.
- Add spaces around the mode line buffer identifier.
- Show the major mode in the right-side of the mode line only.
---
icons/emacs.svg | 286 ++++++++++++++++
icons/magit.svg | 34 ++
icons/org-journal.svg | 906 ++++++++++++++++++++++++++++++++++++++++++++++++++
icons/php.svg | 96 ++++++
4 files changed, 1322 insertions(+)
create mode 100644 icons/emacs.svg
create mode 100644 icons/magit.svg
create mode 100644 icons/org-journal.svg
create mode 100644 icons/php.svg
(limited to 'icons')
diff --git a/icons/emacs.svg b/icons/emacs.svg
new file mode 100644
index 0000000..3868024
--- /dev/null
+++ b/icons/emacs.svg
@@ -0,0 +1,286 @@
+
+
diff --git a/icons/magit.svg b/icons/magit.svg
new file mode 100644
index 0000000..2ea4518
--- /dev/null
+++ b/icons/magit.svg
@@ -0,0 +1,34 @@
+
+
+
diff --git a/icons/org-journal.svg b/icons/org-journal.svg
new file mode 100644
index 0000000..ed89648
--- /dev/null
+++ b/icons/org-journal.svg
@@ -0,0 +1,906 @@
+
+
+
+
diff --git a/icons/php.svg b/icons/php.svg
new file mode 100644
index 0000000..a99aea3
--- /dev/null
+++ b/icons/php.svg
@@ -0,0 +1,96 @@
+
+
\ No newline at end of file
--
cgit v1.3-2-g0d8e