From b16b0ce06eb68c712f28e24d93ffca52edb544bb Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 3 Sep 2025 15:39:08 -0500 Subject: added tron-legacy-theme --- modules/ui-theme.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/ui-theme.el') 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 -- cgit v1.2.3