diff --git a/icons/golden.xpm b/icons/golden.xpm new file mode 100644 index 0000000..b671a66 --- /dev/null +++ b/icons/golden.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * E:\EmacsPortable_App\Data\src\mode_icons\icons\golden_xpm[] = { +"25 16 2 1", +" c None", +". c #000000", +".........................", +".. ...... ..... ..", +". ... ... .", +". .. .. .", +". .. ...", +". .. ...", +". .. ..", +". .. ..", +"... .", +"... .. .", +".. .... .", +".. . . ..", +".. . ..", +".. .. ...", +".. ... .....", +"........................."}; diff --git a/mode-icons.el b/mode-icons.el index 40bc546..a93ba7a 100644 --- a/mode-icons.el +++ b/mode-icons.el @@ -134,8 +134,9 @@ absolute path to ICON." ("Custom" ,(make-string 1 #xf013) FontAwesome) ("\\`Go\\'" "go" xpm) (" Rbow" "rainbow" xpm) + (" Golden" "golden" xpm) ;; Icon created by Arthur Shlain from Noun Project ;; Diminished modes - ;; ("\\(ElDoc\\|Anzu\\|SP\\|Guide\\|PgLn\\|Golden\\|Undo-Tree\\|Ergo.*\\|,\\|Isearch\\|Ind\\|Fly\\)" nil nil) + ("\\(ElDoc\\|Anzu\\|SP\\|Guide\\|PgLn\\|Undo-Tree\\|Ergo.*\\|,\\|Isearch\\|Ind\\|Fly\\)" nil nil) ) "Icons for major and minor modes.