tool bar symbols

This commit is contained in:
2025-07-09 17:27:27 +02:00
parent c92a6ad74a
commit 224c5e7dc5

View File

@@ -177,6 +177,9 @@ See `icon-preference' for the order of type preference."
;; (emoji "<empji>") see e.g. https://emojipedia.org/hamburger
;; (symbol "<unicode>") see e.g. https://www.compart.com/en/unicode/U+2630
(require 'icons)
;; zoom in (symbol "🗚 ")
;; zoom out (symbol "🗛 ")
;; help/info (emoji "🛟") (emoji "❓")
(unless (iconp 'my-tool-bar-icon-separator)
(define-icon my-tool-bar-icon-separator nil
@@ -198,8 +201,8 @@ See `icon-preference' for the order of type preference."
:margin ,tab-bar-button-margin
:ascent center)
(emoji "💾")
(symbol "🖫")
(text "Save"
(symbol "🖫 ") ;; 🖪 🖫 🖬
(text "Save "
;; :face tab-bar-tab-inactive
))
"Icon for save."
@@ -213,8 +216,8 @@ See `icon-preference' for the order of type preference."
:margin ,tab-bar-button-margin
:ascent center)
(emoji "📂")
(symbol "🗁")
(text "Open"
(symbol "🗀 ") ;; 🗁 🗀
(text "Open "
;; :face tab-bar-tab-inactive
))
"Icon for open file."
@@ -227,7 +230,9 @@ See `icon-preference' for the order of type preference."
:height (1.5 . em)
:margin ,tab-bar-button-margin
:ascent center)
(text "Quit"
(emoji "")
(symbol "🗙 ") ;; 🗙 𐌗
(text "Quit "
;; :face tab-bar-tab-inactive
))
"Icon for quit."
@@ -240,7 +245,8 @@ See `icon-preference' for the order of type preference."
:height (1.5 . em)
:margin ,tab-bar-button-margin
:ascent center)
(text "Revert"
(symbol "") ; ⮔ ♺
(text "Revert "
;; :face tab-bar-tab-inactive
))
"Icon for revert buffer."
@@ -253,7 +259,8 @@ See `icon-preference' for the order of type preference."
:height (1.5 . em)
:margin ,tab-bar-button-margin
:ascent center)
(text "Undo"
(symbol "")
(text "Undo "
;; :face tab-bar-tab-inactive
))
"Icon for undo."
@@ -266,7 +273,8 @@ See `icon-preference' for the order of type preference."
:height (1.5 . em)
:margin ,tab-bar-button-margin
:ascent center)
(text "Redo"
(symbol "")
(text "Redo "
;; :face tab-bar-tab-inactive
))
"Icon for redo."
@@ -279,7 +287,9 @@ See `icon-preference' for the order of type preference."
:height (1.5 . em)
:margin ,tab-bar-button-margin
:ascent center)
(text "Cut"
(emoji "✂️")
(symbol "")
(text "Cut "
;; :face tab-bar-tab-inactive
))
"Icon for cut region."
@@ -292,7 +302,8 @@ See `icon-preference' for the order of type preference."
:height (1.5 . em)
:margin ,tab-bar-button-margin
:ascent center)
(text "Copy"
(symbol "🗐 ")
(text "Copy "
;; :face tab-bar-tab-inactive
))
"Icon for copy region."
@@ -305,7 +316,9 @@ See `icon-preference' for the order of type preference."
:height (1.5 . em)
:margin ,tab-bar-button-margin
:ascent center)
(text "Paste"
(emoji "📋")
(symbol "🗎 ")
(text "Paste "
;; :face tab-bar-tab-inactive
))
"Icon for paste."
@@ -318,7 +331,8 @@ See `icon-preference' for the order of type preference."
:height (1.5 . em)
:margin ,tab-bar-button-margin
:ascent center)
(text "Fill"
(symbol "")
(text "Fill "
;; :face tab-bar-tab-inactive
))
"Icon for fill region."
@@ -332,7 +346,8 @@ See `icon-preference' for the order of type preference."
:margin ,tab-bar-button-margin
:ascent center
)
(text "Spell"
(symbol "") ;; ⎀ ⎁ ⎂
(text "Spell "
;; :face tab-bar-tab-inactive
))
"Icon for spell."
@@ -346,7 +361,8 @@ See `icon-preference' for the order of type preference."
:margin ,tab-bar-button-margin
:ascent center
)
(text "languagetool"
(symbol " ")
(text "langtool "
;; :face tab-bar-tab-inactive
))
"Icon for languagetool."