Commit graph

260 commits

Author SHA1 Message Date
Dennis Mayr
8956bc75fa
Added ("\\`React\\'" "react" xpm) definition 2019-04-11 20:11:28 -04:00
Dennis Mayr
a995c0a154 Added React icon 2019-04-11 20:07:39 -04:00
Fidler
26138d825c Remove flycheck for now. See #61 2018-09-10 10:04:05 -05:00
Matthew Fidler
2a443db391
Merge pull request #60 from cprussin/master
Add icons for flycheck and smartparens
2018-08-06 17:53:51 -05:00
Connor Prussin
f5caf3134f
Add smartparens icon 2018-08-05 19:58:22 -07:00
Connor Prussin
344c35d934
Add flycheck icon 2018-08-05 19:39:00 -07:00
Fidler
2d47c03ee3 Merge branch 'master' of github.com:ryuslash/mode-icons 2017-02-16 08:23:12 -06:00
Fidler
c36497f04a Add LUA xpm (see #50) 2017-02-16 08:21:08 -06:00
Matthew Fidler
dd0a161272 Merge pull request #50 from theldoria/master
Added Lua logo
2017-02-16 08:20:24 -06:00
Matthew Fidler
8d9b10cd09 Merge pull request #50 from theldoria/master
Added Lua logo
2017-02-16 08:04:47 -06:00
Theldoria
4a2d2bcdcf Added Lua logo 2017-02-15 09:56:27 +01:00
Matthew Fidler
da41bb7ba3 Merge pull request #49 from terlar/support-enh-ruby-mode
Support EnhRuby mode
2017-01-31 19:51:14 -06:00
Terje Larsen
7280f4b92b Support EnhRuby mode
For those using `enh-ruby-mode` instead of `ruby-mode`.
2017-01-31 15:30:43 +01:00
Fidler
60d5b4dbbb Merge branch 'master' of github.com:ryuslash/mode-icons 2017-01-16 14:30:56 -06:00
Fidler
1b9e073c69 Add ivy-mode icon 2017-01-16 14:29:44 -06:00
Matthew Fidler
40154c899f Merge pull request #47 from kissge/fix-bash-icon
Fix icon for Shell-script
2017-01-12 10:46:08 -06:00
Matthew Fidler
add216cf29 Merge branch 'master' into fix-bash-icon 2017-01-12 10:45:59 -06:00
Fidler
d6df901acc Make #48 more general 2017-01-12 10:43:26 -06:00
Matthew Fidler
867ba93a9e Merge pull request #48 from kissge/fix-emojify
Fix emojify
2017-01-12 10:37:49 -06:00
kissge
fc15243c9f Update CHANGELOG 2017-01-12 14:23:34 +09:00
kissge
2f364dfae6 Change emojify-image-dir from variable to function
See 19b9bae79f
2017-01-12 14:23:17 +09:00
kissge
3351550f94 Update CHANGELOG 2017-01-12 13:46:13 +09:00
kissge
ea7ef58cb8 Fix bash.xpm
Now it is painted properly
2017-01-12 13:45:56 +09:00
Matthew Fidler
7d864662b9 Merge pull request #46 from kissge/fix-wrong-color
Fix wrong color in xpm images
2017-01-10 09:20:33 -06:00
kissge
f843f06b84 Update CHANGELOG 2017-01-10 22:17:42 +09:00
kissge
4d333f3c5d Fix typo 2017-01-10 22:08:58 +09:00
kissge
cc0e6f241c Fix the wrong color replacement problem in xpm images
With specific color combinations, some of the colors could be replaced twice.
This commit avoids that problem.
2017-01-10 22:08:39 +09:00
Matthew Fidler
1b3ab62793 Merge pull request #44 from lanzhiheng/feature/add-emmet-icons
Add emmet icon
2016-11-26 00:30:13 -06:00
lanzhiheng
7baa6eb507 Add emmet icon 2016-11-19 10:55:59 +08:00
Matthew Fidler
0b5e76b241 Merge pull request #39 from crankyadmin/fix-clojure-mode-icon
Update mode-icons.el
2016-08-08 07:25:18 -05:00
Dave Houston
b377cd9151 Update mode-icons.el
Fix the Clojure icon being off by one
2016-08-07 10:50:27 +01:00
Matthew L. Fidler
2e799a5d7b Add some shell icons
- Added function-based matching.
- Currently everything should be cached, except for things where
  function matching occurs. (may need some expansion)
- Should address Issue #36
2016-08-05 12:59:29 -05:00
Matthew L. Fidler
a31a43b90a Add org-agenda icon 2016-08-05 10:20:24 -05:00
Matthew L. Fidler
c23e0050b2 Update changelog 2016-08-05 09:30:38 -05:00
Matthew L. Fidler
5176a7fe46 Allow gimp process to be killed without user intevention 2016-08-05 09:20:40 -05:00
Matthew L. Fidler
19d5d68ecd Add option mode-icons-line-height-adjust.
Can help with Issue #35
2016-08-05 08:59:57 -05:00
Matthew L. Fidler
48f8fd04bc Don't require window-mode-line-height.
Addresses Issue #38
2016-08-05 08:50:28 -05:00
Matthew L. Fidler
d02cbbddcb Allow a default Icon
- This is done by `mode-icons-use-default-icon'.
- This should fix Issue #34
2016-07-12 00:43:14 -05:00
Matthew L. Fidler
53ac2b364f Update changelog 2016-05-31 19:11:15 -05:00
Matthew L. Fidler
e380c293e5 Fix font icons that are missing fonts.
They need to match the xpm specifications
2016-05-31 19:08:44 -05:00
Matthew Fidler
878dee0dae Allow foreground and background to be nil.
This allows faces to return nil when looking at either their foreground
or background colors.  mode-icons will look for the specified face,
the mode-line face, the default face and if none of then have a
background or foreground assume either black (foreground) or
white (background).

This should fix the issue reported here:

https://github.com/mattfidler/tabbar-ruler.el/issues/38
2016-05-09 09:07:12 -05:00
Matthew Fidler
3fcf0bae32 Add emoji.xpm to support diminished icon 2016-05-02 00:46:42 -05:00
Matthew Fidler
7ed6f6b479 Merge pull request #31 from CodeFalling/add-emoji-icon
add icon for spacemacs emoji layer
2016-05-01 22:34:55 -05:00
Matthew Fidler
e8434aab8d Merge pull request #32 from CodeFalling/remove-advice
remove defadvice of command-execute, fix #30
2016-05-01 22:33:43 -05:00
Matthew Fidler
a3eb0d083a Remove advice. May cause slow-down.
See Issue #29 and #30, perhaps also the tabbar-ruler issue:

https://github.com/mattfidler/tabbar-ruler.el/issues/37
2016-05-01 22:24:51 -05:00
codefalling
15083381ba remove defadvice of command-execute, fix #30 2016-05-02 11:04:32 +08:00
codefalling
04011e199b add icon for spacemacs emoji layer 2016-05-02 10:57:49 +08:00
Matthew Fidler
6ad9b3ca87 Merge branch 'master' of github.com:ryuslash/mode-icons 2016-04-29 00:10:36 -05:00
Matthew Fidler
f7662300d8 Add cyperpunk screenshot 2016-04-29 00:08:45 -05:00
Matthew Fidler
95f005d2d9 Update changelog 2016-04-28 23:46:56 -05:00