diff options
| -rw-r--r-- | .gitignore | 7 | ||||
| -rw-r--r-- | themes/terafox-emacs-theme.el | 3 |
2 files changed, 9 insertions, 1 deletions
@@ -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 |
