Compare commits
7
Commits
6ed02ff100
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4a55082a1 | ||
|
|
aadc93331a | ||
|
|
2b9368fcc4 | ||
|
|
d19920d5c4 | ||
|
|
9500f55ee2 | ||
|
|
e50bfe24a9 | ||
|
|
c420d640aa |
+15
-7
@@ -140,9 +140,9 @@
|
||||
)
|
||||
))
|
||||
)
|
||||
`(mode-line-inactive ((,class (:background "#cccccc"
|
||||
`(mode-line-inactive ((,class (:background "#1c4a5c"
|
||||
:foreground "#f2f2f2"
|
||||
:box (:line-width 5 :color "#cccccc")
|
||||
:box (:line-width 5 :color "#1c4a5c")
|
||||
)
|
||||
))
|
||||
)
|
||||
@@ -184,6 +184,13 @@
|
||||
`(dired-marked ((,class (:foreground "#d0372d" :background "#ffdddd"))))
|
||||
`(dired-symlink ((,class (:foreground "#855dcf"))))
|
||||
|
||||
`(dired-subtree-depth-1-face ((,class (:foreground ,petrol-blue :background "#f2f2f2"))))
|
||||
`(dired-subtree-depth-2-face ((,class (:foreground ,petrol-blue :background "#f2f2f2"))))
|
||||
`(dired-subtree-depth-3-face ((,class (:foreground ,petrol-blue :background "#f2f2f2"))))
|
||||
`(dired-subtree-depth-4-face ((,class (:foreground ,petrol-blue :background "#f2f2f2"))))
|
||||
`(dired-subtree-depth-5-face ((,class (:foreground ,petrol-blue :background "#f2f2f2"))))
|
||||
`(dired-subtree-depth-6-face ((,class (:foreground ,petrol-blue :background "#f2f2f2"))))
|
||||
|
||||
|
||||
`(diff-added ((,class (:background "#ddffdd" :foreground "#22863a"))))
|
||||
`(diff-removed ((,class (:background "#ffdddd" :foreground "#d0372d"))))
|
||||
@@ -251,14 +258,14 @@
|
||||
`(regex-tool-matched-face ((,class (:foreground nil :background nil :inherit match))))
|
||||
|
||||
|
||||
`(compilation-column-number ((,class (:foreground "#cc6d00"))))
|
||||
`(compilation-line-number ((,class (:foreground "#cc6d00"))))
|
||||
`(compilation-column-number ((,class (:foreground "#fa8500"))))
|
||||
`(compilation-line-number ((,class (:foreground "#fa8500"))))
|
||||
`(compilation-message-face ((,class (:foreground ,petrol-blue))))
|
||||
`(compilation-error ((,class (:foreground "#ff9999"))))
|
||||
`(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-exit ((,class (:foreground "#b4efb4"))))
|
||||
`(compilation-mode-line-exit ((,class (:foreground "#29bf29"))))
|
||||
`(compilation-mode-line-run ((,class (:foreground "#b48cff"))))
|
||||
|
||||
`(eglot-mode-line ((,class (:foreground "#f2f2f2"))))
|
||||
@@ -353,9 +360,10 @@
|
||||
|
||||
`(org-todo ((,class (:weight bold :box (:line-width 1 :color "#993d3d") :foreground "#993d3d" :background "#ffdddd"))))
|
||||
`(org-done ((,class (:weight bold :box (:line-width 1 :color "#2e994c") :foreground "#2e994c" :background "#ddffdd"))))
|
||||
`(org-headline-done ((,class (:height 1.0 :weight normal :strike-through t :foreground "#454545"))))
|
||||
`(org-headline-done ((,class (:height 1.0 :weight normal :foreground "#454545"))))
|
||||
`(org-date ((,class (:foreground ,petrol-purple))))
|
||||
`(org-document-title ((,class (:height 1.8 :weight bold :foreground "#454545"))))
|
||||
`(org-verbatim ((,class (:foreground "#0066CC" :background "#F7FDFF"))))
|
||||
|
||||
|
||||
`(highlight-numbers-number ((,class (:foreground "#d75f00"))))
|
||||
|
||||
Reference in New Issue
Block a user