summaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/custom.el
diff options
context:
space:
mode:
authorBobby Bingham <koorogi@koorogi.info>2021-11-08 09:25:12 -0600
committerBobby Bingham <koorogi@koorogi.info>2021-11-08 09:25:12 -0600
commit37c69c397fc719b80311f9c130badc7a034fa5a4 (patch)
tree6140d426087ca7d49f7e5b27bbbdd71497bd1889 /emacs/.emacs.d/custom.el
parentb3da0a4064b9ac760e003c9119832287d092cf07 (diff)
emacs: downgrade, auto-updates to custom.el
Diffstat (limited to 'emacs/.emacs.d/custom.el')
-rw-r--r--emacs/.emacs.d/custom.el40
1 files changed, 2 insertions, 38 deletions
diff --git a/emacs/.emacs.d/custom.el b/emacs/.emacs.d/custom.el
index be95939..8d7936d 100644
--- a/emacs/.emacs.d/custom.el
+++ b/emacs/.emacs.d/custom.el
@@ -5,18 +5,13 @@
;; If there is more than one, they won't work right.
'(ansi-color-faces-vector
[default bold shadow italic underline success warning error])
- '(ansi-color-names-vector
- ["#2d3743" "#ff4242" "#74af68" "#dbdb95" "#34cae2" "#008b8b" "#00ede1" "#e1e1e0"])
'(awesome-tray-mode-line-active-color "#2fafff")
'(awesome-tray-mode-line-inactive-color "#323232")
'(custom-safe-themes
'("c5ded9320a346146bbc2ead692f0c63be512747963257f18cc8518c5254b7bf5" "824d07981667fd7d63488756b6d6a4036bae972d26337babf7b56df6e42f2bcd" "13fa7a304bd53aa4c0beec4c25c4f811de499bce9deb326798265ed0015b3b78" "a41b81af6336bd822137d4341f7e16495a49b06c180d6a6417bf9fd1001b6d2b" "63df625509cec7b2b7deba1d48ef07ffbee99c735a95d130ad9d1fc3df8b9a34" "55c2069e99ea18e4751bd5331b245a2752a808e91e09ccec16eb25dadbe06354" "5f1bd7f67dc1598977e69c6a0aed3c926f49581fdf395a6246f9bc1df86cb030" "6731049cee8f7cbd542d7b3e1c551f3fab716a92119bd7c77f0bd1ef20849fb8" "28caf31770f88ffaac6363acfda5627019cac57ea252ceb2d41d98df6d87e240" "947190b4f17f78c39b0ab1ea95b1e6097cc9202d55c73a702395fc817f899393" "35b0b0e531731e270708ddb342dc2e576a31fb298dcbc56a206596a43afac54f" "274fa62b00d732d093fc3f120aca1b31a6bb484492f31081c1814a858e25c72e" default))
- '(exwm-floating-border-color "#232635")
- '(fci-rule-color "#676E95")
'(flymake-error-bitmap '(flymake-double-exclamation-mark modus-theme-fringe-red))
'(flymake-note-bitmap '(exclamation-mark modus-theme-fringe-cyan))
'(flymake-warning-bitmap '(exclamation-mark modus-theme-fringe-yellow))
- '(highlight-tail-colors '(("#2f4a00" . 0) ("#00415e" . 20)))
'(hl-sexp-background-color "#efebe9")
'(hl-todo-keyword-faces
'(("HOLD" . "#cfdf30")
@@ -41,38 +36,10 @@
'(ibuffer-filter-group-name-face 'modus-theme-mark-symbol)
'(ibuffer-marked-face 'modus-theme-mark-sel)
'(ibuffer-title-face 'modus-theme-pseudo-header)
- '(jdee-db-active-breakpoint-face-colors (cons "#1c1f2b" "#c792ea"))
- '(jdee-db-requested-breakpoint-face-colors (cons "#1c1f2b" "#c3e88d"))
- '(jdee-db-spec-breakpoint-face-colors (cons "#1c1f2b" "#676E95"))
- '(objed-cursor-color "#ff5370")
'(package-selected-packages
- '(zig-mode windswap projectile-speedbar flycheck prettier-js calfw-org calfw org-ql org-super-agenda org-pomodoro org doom-themes counsel-projectile ivy slime magit company-quickhelp lsp-ui yasnippet typescript-mode company-lsp company-posframe company-c-headers telephone-line dracula-theme evil use-package))
- '(pdf-view-midnight-colors (cons "#EEFFFF" "#292D3E"))
- '(rustic-ansi-faces
- ["#292D3E" "#ff5370" "#c3e88d" "#ffcb6b" "#82aaff" "#c792ea" "#89DDFF" "#EEFFFF"])
+ '(scad-mode zig-mode windswap projectile-speedbar flycheck prettier-js calfw-org calfw org-ql org-super-agenda org-pomodoro org doom-themes counsel-projectile ivy slime magit company-quickhelp lsp-ui yasnippet typescript-mode company-lsp company-posframe company-c-headers telephone-line dracula-theme evil use-package))
'(show-paren-mode t)
- '(vc-annotate-background nil)
'(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")))
- '(vc-annotate-very-old-color nil)
'(xterm-color-names
["#000000" "#ff8059" "#44bc44" "#eecc00" "#2fafff" "#feacd0" "#00d3d0" "#a8a8a8"])
'(xterm-color-names-bright
@@ -83,7 +50,4 @@
;; 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 "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)))))
+ )