From 36ec42723ace2ad49a0949fbceb37b919bc37ca2 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 27 Mar 2023 19:26:59 -0700 Subject: ui: default color scheme in black Change-Id: I1dc4fb98f11d46acab82fda6c32cea01eb823e92 --- emacs/custom/my-ui.el | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'emacs/custom') diff --git a/emacs/custom/my-ui.el b/emacs/custom/my-ui.el index 639eb46..228baea 100644 --- a/emacs/custom/my-ui.el +++ b/emacs/custom/my-ui.el @@ -13,26 +13,6 @@ ;;; no fringe on the right side (set-fringe-mode '(8 . 0)) -(require 'standard-themes) -(setq standard-themes-bold-constructs t - standard-themes-italic-constructs t - standard-themes-mixed-fonts t - standard-themes-variable-pitch-ui nil - standard-themes-mode-line-accented t - - ;; Accepts a symbol value: - standard-themes-fringes 'intense - - ;; The following accept lists of properties - standard-themes-links '(neutral-underline bold) - standard-themes-region '(no-extend neutral intense) - standard-themes-prompts '(bold italic)) - -;; Disable all other themes to avoid awkward blending: -(mapc #'disable-theme custom-enabled-themes) - -(load-theme 'standard-dark :no-confirm) - (when (memq window-system '(mac ns)) (add-to-list 'default-frame-alist '(font . "Source Code Pro-15")) (add-to-list 'default-frame-alist '(fullscreen . maximized)) -- cgit 1.4.1