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

Changement de quelques couleurs pour le Web

parent 0e1c2eeb
No related branches found
No related tags found
No related merge requests found
......@@ -554,6 +554,9 @@
'(display-time-mode t)
'(ecb-options-version "2.50")
'(imenu-use-popup-menu t)
'(package-selected-packages
(quote
(which-key web-mode undo-tree try smex smartscan smart-mode-line-powerline-theme ruby-refactor ruby-electric robe rainbow-delimiters quelpa-use-package projectile plantuml-mode php-extras pdf-tools ox-reveal nlinum neotree multiple-cursors monokai-theme magit js2-mode irony-eldoc imenu-anywhere iedit ido-vertical-mode highlight-indent-guides helm-swoop helm-orgcard helm-flycheck helm-directory helm-css-scss helm-c-yasnippet helm-anything git-timemachine function-args flx-ido feature-mode expand-region edit-server ecb dumb-jump dired+ dic-lookup-w3m counsel company-web company-tern company-php company-jedi company-irony company-inf-ruby company-c-headers company-auctex clang-format avy auto-yasnippet anzu ac-helm)))
'(show-paren-mode t)
'(tool-bar-mode nil))
......@@ -572,7 +575,9 @@
'(org-upcoming-deadline ((t (:foreground "gold" :underline nil :weight normal))))
'(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"))))
'(web-mode-html-tag-custom-face ((t (:foreground "deep sky blue"))))
'(web-mode-html-tag-face ((t (:foreground "deep sky blue"))))
'(web-mode-html-tag-unclosed-face ((t (:foreground "deep sky blue" :underline t))))
'(web-mode-param-name-face ((t (:foreground "dim gray"))))
'(web-mode-symbol-face ((t (:foreground "yellow1")))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment