diff options
| author | tslil clingman <> | 2021-10-06 11:13:35 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2021-10-06 11:13:35 -0400 |
| commit | c543bc11f37bf2c5199612961f6d43c704e20f9a (patch) | |
| tree | 0c1f4621844d253d350c93709e20baea0c2fdb5c | |
| parent | 9bb7dbcd2a293b0e7e939f589cffa9d25aa37bd4 (diff) | |
Decrease font size, comments in italics, always use Nord
| -rw-r--r-- | emacs/inits/01-basic.el | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/emacs/inits/01-basic.el b/emacs/inits/01-basic.el index 54848c9..e82fe3f 100644 --- a/emacs/inits/01-basic.el +++ b/emacs/inits/01-basic.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2021-09-27 08h47 EDT (hobbies)> +;; Time-stamp: <2021-10-06 11h13 EDT (hobbies)> ;; ----------------------------------------------------------------------------- ;; Interface @@ -36,17 +36,17 @@ (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/") (when (eq 'x (window-system)) - ;;; Time-based theming - (if (<= 20 (nth 2 (decode-time))) - (load-theme 'nord t) - (load-theme 'solo-jazz t)) - ;; (load-theme 'solo-jazz t) ;; turns out i just like this one though - ;; (set-face-attribute 'region nil :background "orange") - (set-face-attribute 'default nil :font "Iosevka-18")) + ;; Time-based theming + ;; (if (<= 20 (nth 2 (decode-time))) + ;; (load-theme 'nord t) + ;; (load-theme 'solo-jazz t)) + (load-theme 'nord t) ;; turns out i just like this one though + (set-face-attribute 'font-lock-comment-face nil :slant 'italic) + (set-face-attribute 'default nil :font "Iosevka-12")) (blink-cursor-mode 0) (setq cursor-type 'box) -;; (set-cursor-color "black") +(set-cursor-color "orange") (set-fringe-style 0) ;; (set-fringe-mode 128) |
