ogdenwebb / emacs-kaolin-themes

Set of eye pleasing themes for GNU Emacs. Supports both GUI and terminal.
GNU General Public License v3.0
744 stars 27 forks source link

TSX & graphql file icons #36

Closed elge70 closed 4 years ago

elge70 commented 4 years ago

Currently TSX (react typescript) file extension is not supported in treemacs theme. Could you please add one to the theme ?

If I have the following code in my config file (eval-after-load 'treemacs (lambda () (defvar treemacs-custom-tsx-icon (all-the-icons-icon-for-file "file.tsx")) (treemacs-define-custom-icon treemacs-custom-tsx-icon "ts" "tsx")))

it is overwritten by the theme.

ogdenwebb commented 4 years ago

Hi. I've added typescript icon for *.tsx files in 0b92d10, is that what you want?

elge70 commented 4 years ago

yes... Thanks..

If you could add graphql icons (all-the-icons-fileicon "graphql") it would be great. Normally the extensions are .graphql or .gql