mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-21 17:40:30 +01:00
Add golden ratio icon
This commit is contained in:
parent
78496fa8e8
commit
984787b860
2 changed files with 23 additions and 1 deletions
21
icons/golden.xpm
Normal file
21
icons/golden.xpm
Normal file
|
@ -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",
|
||||
".........................",
|
||||
".. ...... ..... ..",
|
||||
". ... ... .",
|
||||
". .. .. .",
|
||||
". .. ...",
|
||||
". .. ...",
|
||||
". .. ..",
|
||||
". .. ..",
|
||||
"... .",
|
||||
"... .. .",
|
||||
".. .... .",
|
||||
".. . . ..",
|
||||
".. . ..",
|
||||
".. .. ...",
|
||||
".. ... .....",
|
||||
"........................."};
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue