summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/ui-theme.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/ui-theme.el b/modules/ui-theme.el
index 9ffbcc16..921fff56 100644
--- a/modules/ui-theme.el
+++ b/modules/ui-theme.el
@@ -23,6 +23,11 @@
(use-package github-dark-vscode-theme)
(use-package madhat2r-theme)
(use-package adwaita-dark-theme)
+(use-package tron-legacy-theme
+ :config
+ (setq tron-legacy-theme-vivid-cursor t)
+ (load-theme 'tron-legacy t))
+
;; ------------------------------- Switch Themes -------------------------------
;; loads themes in completing read, then persists via the functions below