From f7de31e495bf270e53b6ed26c56ccbddf8cb932e Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Fri, 11 Jul 2025 19:03:20 +0200 Subject: [PATCH] update icons --- lisp/my/my-tool-bar.el | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/lisp/my/my-tool-bar.el b/lisp/my/my-tool-bar.el index 9ab93bf8..ea64e89f 100644 --- a/lisp/my/my-tool-bar.el +++ b/lisp/my/my-tool-bar.el @@ -202,7 +202,8 @@ See `icon-preference' for the order of type preference." (unless (iconp 'my-tool-bar-icon-save) (define-icon my-tool-bar-icon-save nil - `((image "save.xpm" + `((image ;; "save.xpm" + "Fluent-dark/document-save.svg" :height (1.5 . em) :margin ,tab-bar-button-margin :ascent center) @@ -217,7 +218,8 @@ See `icon-preference' for the order of type preference." (unless (iconp 'my-tool-bar-icon-open) (define-icon my-tool-bar-icon-open nil - `((image "open.xpm" + `((image ;; "open.xpm" + "Fluent-dark/document-open.svg" :height (1.5 . em) :margin ,tab-bar-button-margin :ascent center) @@ -232,7 +234,8 @@ See `icon-preference' for the order of type preference." (unless (iconp 'my-tool-bar-icon-cancle) (define-icon my-tool-bar-icon-cancle nil - `((image "cancel.xpm" + `((image ;; "cancel.xpm" + "Fluent-dark/dialog-cancel.svg" :height (1.5 . em) :margin ,tab-bar-button-margin :ascent center) @@ -247,7 +250,8 @@ See `icon-preference' for the order of type preference." (unless (iconp 'my-tool-bar-icon-revert) (define-icon my-tool-bar-icon-revert nil - `((image "refresh.xpm" + `((image ;; "refresh.xpm" + "Fluent-dark/view-refresh.svg" :height (1.5 . em) :margin ,tab-bar-button-margin :ascent center) @@ -261,7 +265,8 @@ See `icon-preference' for the order of type preference." (unless (iconp 'my-tool-bar-icon-undo) (define-icon my-tool-bar-icon-undo nil - `((image "undo.xpm" + `((image ;; "undo.xpm" + "Fluent-dark/edit-undo.svg" :height (1.5 . em) :margin ,tab-bar-button-margin :ascent center) @@ -275,7 +280,8 @@ See `icon-preference' for the order of type preference." (unless (iconp 'my-tool-bar-icon-redo) (define-icon my-tool-bar-icon-redo nil - `((image "redo.xpm" + `((image ;; "redo.xpm" + "Fluent-dark/edit-redo.svg" :height (1.5 . em) :margin ,tab-bar-button-margin :ascent center) @@ -289,7 +295,8 @@ See `icon-preference' for the order of type preference." (unless (iconp 'my-tool-bar-icon-cut) (define-icon my-tool-bar-icon-cut nil - `((image "cut.xpm" + `((image ;; "cut.xpm" + "Fluent-dark/edit-cut.svg" :height (1.5 . em) :margin ,tab-bar-button-margin :ascent center) @@ -304,7 +311,8 @@ See `icon-preference' for the order of type preference." (unless (iconp 'my-tool-bar-icon-copy) (define-icon my-tool-bar-icon-copy nil - `((image "copy.xpm" + `((image ;; "copy.xpm" + "Fluent-dark/edit-copy.svg" :height (1.5 . em) :margin ,tab-bar-button-margin :ascent center) @@ -318,7 +326,8 @@ See `icon-preference' for the order of type preference." (unless (iconp 'my-tool-bar-icon-paste) (define-icon my-tool-bar-icon-paste nil - `((image "paste.xpm" + `((image ;; "paste.xpm" + "Fluent-dark/edit-paste.svg" :height (1.5 . em) :margin ,tab-bar-button-margin :ascent center) @@ -333,7 +342,8 @@ See `icon-preference' for the order of type preference." (unless (iconp 'my-tool-bar-icon-fill) (define-icon my-tool-bar-icon-fill nil - `((image "newsticker/narrow.xpm" + `((image ;; "newsticker/narrow.xpm" + "Fluent-dark/format-text-direction-horizontal.svg" :height (1.5 . em) :margin ,tab-bar-button-margin :ascent center) @@ -347,7 +357,9 @@ See `icon-preference' for the order of type preference." (unless (iconp 'my-tool-bar-icon-spell) (define-icon my-tool-bar-icon-spell nil - `((image "spell.xpm" + `((image ;; "spell.xpm" + ;; "Fluent-dark/font-x-generic-symbolic.svg" + "Fluent-dark/tools-check-spelling-symbolic.svg" :height (1.5 . em) :margin ,tab-bar-button-margin :ascent center @@ -362,7 +374,8 @@ See `icon-preference' for the order of type preference." (unless (iconp 'my-tool-bar-icon-langtool) (define-icon my-tool-bar-icon-langtool nil - `((image "languagetool.org.xpm" + `((image ;; "languagetool.org.xpm" + "LanguageTool.svg" :height (1.5 . em) :margin ,tab-bar-button-margin :ascent center