(interactive)
(mapc #'disable-theme custom-enabled-themes)
(load-theme 'refinery t)
- (when (featurep 'smart-mode-line)
- (let ((sml/no-confirm-load-theme t))
- (sml/apply-theme 'respectful)))
(font-lock-remove-keywords
'org-mode b/org-mode-font-lock-keywords)
- (when (featurep 'erc-hl-nicks)
- (erc-hl-nicks-reset-face-table))
(when (featurep 'exwm-systemtray)
(exwm-systemtray--refresh)))
(interactive)
(mapc #'disable-theme custom-enabled-themes)
(load-theme 'refinery-dark t)
- (when (featurep 'smart-mode-line)
- (let ((sml/no-confirm-load-theme t))
- (sml/apply-theme 'dark)))
(font-lock-add-keywords
'org-mode b/org-mode-font-lock-keywords t)
- (when (featurep 'erc-hl-nicks)
- (erc-hl-nicks-reset-face-table))
(when (featurep 'exwm-systemtray)
(exwm-systemtray--refresh)))