From b401cadc14bda267a5b4a290061221d059c67a85 Mon Sep 17 00:00:00 2001 From: Paul Provost Date: Fri, 28 Feb 2020 15:47:12 -0500 Subject: [PATCH] Taller modeline --- petrol-theme.el | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/petrol-theme.el b/petrol-theme.el index fbfaab5..b63c976 100644 --- a/petrol-theme.el +++ b/petrol-theme.el @@ -120,9 +120,9 @@ `(font-lock-builtin-face ((,class (:foreground ,petrol-purple)))) `(font-lock-comment-delimiter-face ((,class (:weight normal :foreground "#919aa1")))) - `(font-lock-comment-face ((,class (:slant italic :weight normal :foreground "#919aa1")))) + `(font-lock-comment-face ((,class (:weight normal :foreground "#919aa1")))) `(font-lock-constant-face ((,class (:foreground "#008080")))) - `(font-lock-doc-face ((,class (:slant italic :weight normal :foreground "#678f03")))) + `(font-lock-doc-face ((,class (:weight normal :foreground "#678f03")))) `(font-lock-function-name-face ((,class (:foreground "#454545")))) `(font-lock-keyword-face ((,class (:weight bold :foreground "#00638a")))) `(font-lock-preprocessor-face ((,class (:foreground ,petrol-purple)))) @@ -134,8 +134,18 @@ `(font-lock-warning-face ((,class (:weight bold :foreground "#cc6d00")))) - `(mode-line ((,class (:background ,petrol-blue :foreground "#f2f2f2" :box (:line-width 1 :color ,petrol-blue))))) - `(mode-line-inactive ((,class (:background "#cccccc" :foreground "#f2f2f2" :box (:line-width 1 :color "#cccccc"))))) + `(mode-line ((,class (:background ,petrol-blue + :foreground "#f2f2f2" + :box (:line-width 5 :color ,petrol-blue) + ) + )) + ) + `(mode-line-inactive ((,class (:background "#cccccc" + :foreground "#f2f2f2" + :box (:line-width 5 :color "#cccccc") + ) + )) + ) `(mode-line-buffer-id ((,class (:weight bold)))) `(mode-line-emphasis ((,class (:foreground "#f2f2f2")))) `(mode-line-highlight ((,class (:background "#fffbc4" :foreground "#454545"))))