From d6e71a86756a7d3c9b2ea52228ec1db112d50b69 Mon Sep 17 00:00:00 2001 From: bh Date: Mon, 15 Dec 2025 22:05:41 +0800 Subject: Tweaked the theme --- .gitignore | 7 +++++++ themes/terafox-emacs-theme.el | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f5b42ed..1693f0c 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,10 @@ session.* # Bookmarks bookmarks +# Other Emacs stuff +projects +eshell + # TAGS TAGS @@ -49,3 +53,6 @@ TAGS .cache/ .local/ var/ + + +url/ diff --git a/themes/terafox-emacs-theme.el b/themes/terafox-emacs-theme.el index 40ed478..849f117 100644 --- a/themes/terafox-emacs-theme.el +++ b/themes/terafox-emacs-theme.el @@ -15,7 +15,8 @@ (keyword "#ad5c7c") ;; Mauve - keywords (string "#7aa4a1") ;; Muted cyan - strings (number "#fda47f") ;; Peachy orange - numbers/constants - (function "#4d7d90") ;; Steel blue - functions + ;; (function "#4d7d90") ;; Steel blue - functions + (function "#73a3b7") ;; Steel blue - functions (type "#fda47f") ;; Peachy orange - types (builtin "#e85c51") ;; Coral red - built-ins (variable "#ad6771") ;; Dusty mauve - variables -- cgit v1.2.3