We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When definining a custom theme with autothemer, I cannot get it to load properly as default without manual a post-startup invocation of helm-themes.
autothemer
helm-themes
SPACEMACSDIR
test-theme.el
(require 'highlight-parentheses) (autothemer-deftheme test "test theme" ((black "black" "black" ) (white "brightwhite" "white" )) ((default (:foreground white :background black ))) (setq highlight-parentheses-colors (list black white))) (provide-theme 'test)
dotspacemacs-additional-packages
user-init
(add-to-list 'load-path (getenv "SPACEMACSDIR")) (add-to-list 'custom-theme-load-path (getenv "SPACEMACSDIR"))
dotspacemacs-themes
;; dotspacemacs-themes '(test) ;; also does not work dotspacemacs-themes '((test :location local))
SPC T n
Observed behaviour: 👀 💔 The theme seems half-loaded and will not load properly if cycled or invoked via load-theme or enable-theme.
load-theme
enable-theme
Expected behaviour: ❤️ 😄 The theme should be loaded properly and set as default upon startup.
(ansible (auto-completion :variables auto-completion-return-key-behavior nil auto-completion-tab-key-behavior 'complete auto-completion-complete-with-key-sequence-delay 0.1 auto-completion-minimum-prefix-length 2 auto-completion-idle-delay 0.2 auto-completion-enable-snippets-in-popup nil auto-completion-enable-help-tooltip nil auto-completion-use-company-box nil auto-completion-enable-sort-by-usage t) (cmake :variables cmake-backend 'lsp) (git :variables git-enable-magit-todos-plugin t) (go :variables go-backend 'lsp go-format-before-save t) (haskell :variables haskell-completion-backend 'lsp haskell-enable-hindent t) (helm :variables helm-use-fuzzy 'source helm-position 'bottom helm-enable-auto-resize nil helm-no-header t) (html :variables css-enable-lsp nil less-enable-lsp t scss-enable-lsp t html-enable-lsp nil) (ibuffer :variables ibuffer-group-buffers-by 'projects) (japanese :variables helm-migemo-mode 1) (java :variables java-backend 'lsp) (javascript :variables javascript-backend 'lsp javascript-fmt-tool 'web-beautify javascript-fmt-on-save t) (keyboard-layout :variables kl-layout 'qwerty) (lua :variables lua-backend 'lua-mode) (mu4e :variables mu4e-org-compose-support t) (org :variables org-enable-org-contacts-support nil org-roam-enable-protocol nil org-enable-roam-support nil) (perl5 :variables perl5-backend nil) (php :variables php-backend 'lsp) protobuf (python :variables python-backend 'anaconda python-format-on-save t python-formatter 'black) (ranger :variables ranger-override-dired t ranger-cleanup-on-disable t ranger-show-hidden t ranger-show-literal nil ranger-max-preview-size 2 ranger-cleanup-eagerly t) (ruby :variables ruby-backend 'robe) (rust :variables lsp-rust-server 'rust-analyzer) (scala :variables scala-auto-start-ensime t) (shell :variables shell-default-position 'bottom shell-default-height 40 shell-default-shell 'vterm) (shell-scripts :variables shell-scripts-format-on-save t) (spell-checking :variables spell-checking-enable-by-default nil spell-checking-enable-auto-dictionary t) (sql :variables sql-auto-indent t) (syntax-checking :variables syntax-checking-auto-hide-tooltips -1 syntax-checking-enable-by-default t) (terraform :variables terraform-backend 'lsp terraform-auto-format-on-save t) (treemacs :variables treemacs-lock-width t) (typescript :variables typescript-fmt-on-save t) (vimscript :variables vimscript-backend 'company-vimscript) (yaml :variables yaml-enable-lsp-enable-lsp t) csv debug emacs-lisp emoji graphviz lobsters lsp markdown multiple-cursors nginx pass reddit ruby-on-rails systemd salt)
Nothing relevant.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When definining a custom theme with
autothemer
, I cannot get it to load properly as default without manual a post-startup invocation ofhelm-themes
.Reproduction guide 🪲
SPACEMACSDIR
namedtest-theme.el
:autothemer
indotspacemacs-additional-packages
user-init
:dotspacemacs-themes
as follows:SPC T n
does not load the themehelm-themes
loads the theme properly post-startupObserved behaviour: 👀 💔
The theme seems half-loaded and will not load properly if cycled or invoked via
load-theme
orenable-theme
.Expected behaviour: ❤️ 😄
The theme should be loaded properly and set as default upon startup.
System Info 💻
Backtrace 🐾
Nothing relevant.
The text was updated successfully, but these errors were encountered: