Compare commits

...
3 Commits
+6 -6
View File
@@ -140,9 +140,9 @@
) )
)) ))
) )
`(mode-line-inactive ((,class (:background "#cccccc" `(mode-line-inactive ((,class (:background "#1c4a5c"
:foreground "#f2f2f2" :foreground "#f2f2f2"
:box (:line-width 5 :color "#cccccc") :box (:line-width 5 :color "#1c4a5c")
) )
)) ))
) )
@@ -258,14 +258,14 @@
`(regex-tool-matched-face ((,class (:foreground nil :background nil :inherit match)))) `(regex-tool-matched-face ((,class (:foreground nil :background nil :inherit match))))
`(compilation-column-number ((,class (:foreground "#cc6d00")))) `(compilation-column-number ((,class (:foreground "#fa8500"))))
`(compilation-line-number ((,class (:foreground "#cc6d00")))) `(compilation-line-number ((,class (:foreground "#fa8500"))))
`(compilation-message-face ((,class (:foreground ,petrol-blue)))) `(compilation-message-face ((,class (:foreground ,petrol-blue))))
`(compilation-error ((,class (:foreground "#ff9999")))) `(compilation-error ((,class (:foreground "#ff9999"))))
`(compilation-warning ((,class (:foreground "#f4ad49")))) `(compilation-warning ((,class (:foreground "#f4ad49"))))
`(compilation-info ((,class (:foreground "#b4efb4")))) `(compilation-info ((,class (:foreground "#29bf29"))))
`(compilation-mode-line-fail ((,class (:foreground "#ff9999")))) `(compilation-mode-line-fail ((,class (:foreground "#ff9999"))))
`(compilation-mode-line-exit ((,class (:foreground "#b4efb4")))) `(compilation-mode-line-exit ((,class (:foreground "#29bf29"))))
`(compilation-mode-line-run ((,class (:foreground "#b48cff")))) `(compilation-mode-line-run ((,class (:foreground "#b48cff"))))
`(eglot-mode-line ((,class (:foreground "#f2f2f2")))) `(eglot-mode-line ((,class (:foreground "#f2f2f2"))))