summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorBobby Bingham <koorogi@koorogi.info>2021-08-21 10:13:54 -0500
committerBobby Bingham <koorogi@koorogi.info>2021-08-21 10:13:54 -0500
commitc4825fa7c9838bbc65f8cf94fd845b00b7ebe4c2 (patch)
tree3b3aa429f4b57fbc2a22a0e407e8f8918ec75d1d /emacs
parentde2264e6c0eaffef58457eb0be9b6435bf1552eb (diff)
emacs: more custom.el updates
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/custom.el70
1 files changed, 35 insertions, 35 deletions
diff --git a/emacs/.emacs.d/custom.el b/emacs/.emacs.d/custom.el
index ab9033b..be95939 100644
--- a/emacs/.emacs.d/custom.el
+++ b/emacs/.emacs.d/custom.el
@@ -20,23 +20,23 @@
'(hl-sexp-background-color "#efebe9")
'(hl-todo-keyword-faces
'(("HOLD" . "#cfdf30")
- ("TODO" . "#feacd0")
- ("NEXT" . "#b6a0ff")
- ("THEM" . "#f78fe7")
- ("PROG" . "#00d3d0")
- ("OKAY" . "#4ae8fc")
- ("DONT" . "#80d200")
- ("FAIL" . "#ff8059")
- ("BUG" . "#ff8059")
- ("DONE" . "#44bc44")
- ("NOTE" . "#f0ce43")
- ("KLUDGE" . "#eecc00")
- ("HACK" . "#eecc00")
- ("TEMP" . "#ffcccc")
- ("FIXME" . "#ff9977")
- ("XXX+" . "#f4923b")
- ("REVIEW" . "#6ae4b9")
- ("DEPRECATED" . "#bfd9ff")))
+ ("TODO" . "#feacd0")
+ ("NEXT" . "#b6a0ff")
+ ("THEM" . "#f78fe7")
+ ("PROG" . "#00d3d0")
+ ("OKAY" . "#4ae8fc")
+ ("DONT" . "#80d200")
+ ("FAIL" . "#ff8059")
+ ("BUG" . "#ff8059")
+ ("DONE" . "#44bc44")
+ ("NOTE" . "#f0ce43")
+ ("KLUDGE" . "#eecc00")
+ ("HACK" . "#eecc00")
+ ("TEMP" . "#ffcccc")
+ ("FIXME" . "#ff9977")
+ ("XXX+" . "#f4923b")
+ ("REVIEW" . "#6ae4b9")
+ ("DEPRECATED" . "#bfd9ff")))
'(ibuffer-deletion-face 'modus-theme-mark-del)
'(ibuffer-filter-group-name-face 'modus-theme-mark-symbol)
'(ibuffer-marked-face 'modus-theme-mark-sel)
@@ -55,23 +55,23 @@
'(vc-annotate-background-mode nil)
'(vc-annotate-color-map
'((20 . "#ff8059")
- (40 . "#feacd0")
- (60 . "#f78fe7")
- (80 . "#f4923b")
- (100 . "#eecc00")
- (120 . "#cfdf30")
- (140 . "#f8dec0")
- (160 . "#bfebe0")
- (180 . "#44bc44")
- (200 . "#80d200")
- (220 . "#6ae4b9")
- (240 . "#4ae8fc")
- (260 . "#00d3d0")
- (280 . "#c6eaff")
- (300 . "#2fafff")
- (320 . "#79a8ff")
- (340 . "#00bcff")
- (360 . "#b6a0ff")))
+ (40 . "#feacd0")
+ (60 . "#f78fe7")
+ (80 . "#f4923b")
+ (100 . "#eecc00")
+ (120 . "#cfdf30")
+ (140 . "#f8dec0")
+ (160 . "#bfebe0")
+ (180 . "#44bc44")
+ (200 . "#80d200")
+ (220 . "#6ae4b9")
+ (240 . "#4ae8fc")
+ (260 . "#00d3d0")
+ (280 . "#c6eaff")
+ (300 . "#2fafff")
+ (320 . "#79a8ff")
+ (340 . "#00bcff")
+ (360 . "#b6a0ff")))
'(vc-annotate-very-old-color nil)
'(xterm-color-names
["#000000" "#ff8059" "#44bc44" "#eecc00" "#2fafff" "#feacd0" "#00d3d0" "#a8a8a8"])
@@ -83,7 +83,7 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(default ((t (:family "Iosevka" :foundry "CYEL" :slant normal :weight light :height 113 :width normal))))
+ '(default ((t (:family "Iosevka" :foundry "UKWN" :slant normal :weight light :height 120 :width normal))))
'(hl-line ((t (:background "gray8"))))
'(line-number ((t (:inherit (shadow default) :background "gray16"))))
'(line-number-current-line ((t (:inherit line-number :background "gray20" :foreground "dark orange" :slant italic)))))