about summary refs log tree commit diff
path: root/users/tazjin/emacs
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-01-26T10·21+0300
committertazjin <mail@tazj.in>2021-01-26T10·29+0000
commitaa6e7f7c107a3222dc919abb54784625d106b5c8 (patch)
tree3540f09abcd64cadaaaf00ff197ff59ae6e6cb50 /users/tazjin/emacs
parent82e07fc046cff2151f9d18a003c6331202d58c8b (diff)
chore(tazjin/emacs): Disable my default dark theme temporarily r/2145
There's a giant laser in the sky which makes it hard to read anything
on a dark theme.

Change-Id: I1dd0631dc8f8f693cceada4e62b25d4bde322e09
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2442
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/emacs')
-rw-r--r--users/tazjin/emacs/config/custom.el24
-rw-r--r--users/tazjin/emacs/config/init.el2
2 files changed, 0 insertions, 26 deletions
diff --git a/users/tazjin/emacs/config/custom.el b/users/tazjin/emacs/config/custom.el
index ef41482a86..91eaf69ae5 100644
--- a/users/tazjin/emacs/config/custom.el
+++ b/users/tazjin/emacs/config/custom.el
@@ -9,7 +9,6 @@
  '(cargo-process--enable-rust-backtrace 1)
  '(company-auto-complete (quote (quote company-explicit-action-p)))
  '(company-idle-delay 0.5)
- '(custom-enabled-themes (quote (gruber-darker)))
  '(custom-safe-themes
    (quote
     ("d61fc0e6409f0c2a22e97162d7d151dee9e192a90fa623f8d6a071dbf49229c6" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "89336ca71dae5068c165d932418a368a394848c3b8881b2f96807405d8c6b5b6" default)))
@@ -26,26 +25,3 @@
  '(ns-right-command-modifier (quote meta))
  '(require-final-newline (quote visit-save))
  '(tls-program (quote ("gnutls-cli --x509cafile %t -p %p %h"))))
-(custom-set-faces
- ;; custom-set-faces was added by Custom.
- ;; 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 (:foreground "#e4e4ef" :background "#181818"))))
- '(rainbow-delimiters-depth-1-face ((t (:foreground "#2aa198"))))
- '(rainbow-delimiters-depth-2-face ((t (:foreground "#b58900"))))
- '(rainbow-delimiters-depth-3-face ((t (:foreground "#268bd2"))))
- '(rainbow-delimiters-depth-4-face ((t (:foreground "#dc322f"))))
- '(rainbow-delimiters-depth-5-face ((t (:foreground "#859900"))))
- '(rainbow-delimiters-depth-6-face ((t (:foreground "#268bd2"))))
- '(rainbow-delimiters-depth-7-face ((t (:foreground "#cb4b16"))))
- '(rainbow-delimiters-depth-8-face ((t (:foreground "#d33682"))))
- '(rainbow-delimiters-depth-9-face ((t (:foreground "#839496"))))
- '(term-color-black ((t (:background "#282828" :foreground "#282828"))))
- '(term-color-blue ((t (:background "#96a6c8" :foreground "#96a6c8"))))
- '(term-color-cyan ((t (:background "#1fad83" :foreground "#1fad83"))))
- '(term-color-green ((t (:background "#73c936" :foreground "#73c936"))))
- '(term-color-magenta ((t (:background "#9e95c7" :foreground "#9e95c7"))))
- '(term-color-red ((t (:background "#f43841" :foreground "#f43841"))))
- '(term-color-white ((t (:background "#f5f5f5" :foreground "#f5f5f5"))))
- '(term-color-yellow ((t (:background "#ffdd33" :foreground "#ffdd33")))))
diff --git a/users/tazjin/emacs/config/init.el b/users/tazjin/emacs/config/init.el
index bd58575847..158ee67d69 100644
--- a/users/tazjin/emacs/config/init.el
+++ b/users/tazjin/emacs/config/init.el
@@ -50,7 +50,6 @@
 
 (use-package dash)
 (use-package dash-functional)
-
 (use-package gruber-darker-theme)
 
 (use-package eglot
@@ -122,7 +121,6 @@
                                                ("/home/tazjin" . 1))))
 
 (use-package password-store)
-(use-package pg)
 (use-package restclient)
 
 (use-package vterm