Skip to content
Snippets Groups Projects
Commit 776fad76 authored by Philippe Dosch's avatar Philippe Dosch
Browse files

Changement de style pour monokai

parent bce4237b
No related branches found
No related tags found
Loading
......@@ -284,6 +284,12 @@
:config
(projectile-mode))
;; Un thème pour emacs
(use-package monokai-theme
:ensure t
:config
(load-theme 'monokai t))
;; dumb-jump : un package pour sauter à une définition
;; particulière (pour la programmation)
(use-package dumb-jump
......@@ -477,7 +483,7 @@
;; If there is more than one, they won't work right.
'(custom-safe-themes
(quote
("3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "c74e83f8aa4c78a121b52146eadb792c9facc5b1f02c917e3dbb454fca931223" "a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" "b9e9ba5aeedcc5ba8be99f1cc9301f6679912910ff92fdf7980929c2fc83ab4d" default)))
("c3d4af771cbe0501d5a865656802788a9a0ff9cf10a7df704ec8b8ef69017c68" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "c74e83f8aa4c78a121b52146eadb792c9facc5b1f02c917e3dbb454fca931223" "a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" "b9e9ba5aeedcc5ba8be99f1cc9301f6679912910ff92fdf7980929c2fc83ab4d" default)))
'(display-time-mode t)
'(ecb-options-version "2.50")
'(imenu-use-popup-menu t)
......@@ -490,7 +496,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 (:inherit nil :stipple nil :background "#dddddd" :foreground "#141312" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 97 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))))
'(default ((t (:inherit nil :slant normal :weight normal :height 110 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))))
'(web-mode-doctype-face ((t (:foreground "dark magenta"))))
'(web-mode-html-attr-name-face ((t (:foreground "saddle brown"))))
'(web-mode-html-tag-face ((t (:foreground "medium blue"))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment