cpaulik / emacs-material-theme

Color Theme for emacs based on material design colors
MIT License
419 stars 48 forks source link

Theme does not load, no error #55

Open ArthurGarnier opened 2 years ago

ArthurGarnier commented 2 years ago

Hi,

Emacs 26.1 here, the theme seems not loading at all but does not show any error.

In my .emacs file I set :

(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")

;; (load-theme 'zenburn t)
(load-theme 'material t)

Note that zenburn theme works, it's in the same directory :

.emacs.d
└── themes
    ├── material-light-theme.el
    ├── material-theme.el
    └── zenburn-theme.el

File has been manually installed (no internet access from this server).

I also tried M-x load-theme RET material and nothing happens.

Any idea ?