Cleanup some faces

master
Jacopo De Simoi 6 years ago
parent 8e3676f096
commit 8301fa92cd
  1. 9
      .gitmodules
  2. 2
      custom.el
  3. 1
      highlight-parentheses.el
  4. 1
      hydra
  5. 1
      rainbow-delimiters

9
.gitmodules vendored

@ -106,3 +106,12 @@
[submodule "margin-current-line"] [submodule "margin-current-line"]
path = margin-current-line path = margin-current-line
url = gh:margin-current-line url = gh:margin-current-line
[submodule "rainbow-delimiters"]
path = rainbow-delimiters
url = gh:rainbow-delimiters
[submodule "highlight-parentheses.el"]
path = highlight-parentheses.el
url = gh:highlight-parentheses.el
[submodule "hydra"]
path = hydra
url = gh:hydra

@ -119,6 +119,8 @@
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(bold ((t (:weight normal)))) '(bold ((t (:weight normal))))
'(custom-visibility ((t (:inherit link))))
'(flyspell-margin-incorrect ((t (:inherit warning :underline nil))))
'(font-latex-script-char-face ((t nil))) '(font-latex-script-char-face ((t nil)))
'(helm-source-header ((t (:inherit helm-header :background "#22083397778B" :foreground "white" :weight bold)))) '(helm-source-header ((t (:inherit helm-header :background "#22083397778B" :foreground "white" :weight bold))))
'(highlight ((t (:background "Darkslategray")))) '(highlight ((t (:background "Darkslategray"))))

@ -0,0 +1 @@
Subproject commit f0bd58c8dadd2db703b7bfd09e911b5fda05b3df

@ -0,0 +1 @@
Subproject commit 112e689f75b59398d8eca79ac6562dca12b8a959

@ -0,0 +1 @@
Subproject commit f43d48a24602be3ec899345a3326ed0247b960c6
Loading…
Cancel
Save