Switch to an emacs theme.

This commit is contained in:
Julien Palard 2020-06-02 21:50:57 +02:00
parent 5bdcb689b2
commit 67c74e9769
3 changed files with 7 additions and 9 deletions

View File

@ -12,7 +12,6 @@ URxvt.modifier:alt
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.intensityStyles: true
URxvt.termName:rxvt-unicode
URxvt.secondaryScreen: 1
URxvt.secondaryScroll: 0

View File

@ -18,6 +18,8 @@ then
xset b off
fi
printf $'\e[?2004h' # Try bracketed paste to fix https://github.com/jorgenschaefer/elpy/issues/1799
# http://nion.modprobe.de/blog/archives/572-less-colors-for-man-pages.html
export LESS_TERMCAP_mb=$'\E[01;31m' # debut de blink
export LESS_TERMCAP_md=$'\E[01;31m' # debut de gras

View File

@ -8,7 +8,7 @@
(setq user-full-name "Julien Palard")
(setq user-mail-address "julien@palard.fr")
(setq default-frame-alist '((tty-color-mode . 8)))
(require 'package)
(package-initialize)
(setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/")
@ -172,11 +172,8 @@
(quote
(elpy-module-company elpy-module-eldoc elpy-module-flymake elpy-module-pyvenv elpy-module-yasnippet elpy-module-django elpy-module-sane-defaults)))
'(frame-background-mode (quote dark))
'(package-selected-packages (quote (markdown-mode org po-mode elpy blacken yaml-mode))))
'(package-selected-packages
(quote
(zenburn-theme markdown-mode org po-mode elpy blacken yaml-mode))))
(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.
)
(load-theme 'zenburn t)