branch: externals/aircon-theme commit 00a6572ef675f6af25eabe3e2243fb12b5d896c5 Author: Gregory Chamberlain <g...@cosine.blue> Commit: Gregory Chamberlain <g...@cosine.blue>
Increase contrast of inactive mode-line --- aircon-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aircon-theme.el b/aircon-theme.el index dea55249d5..55fd766891 100644 --- a/aircon-theme.el +++ b/aircon-theme.el @@ -54,7 +54,7 @@ :box "#010e2c")))) `(mode-line-inactive ((,c (:inherit mode-line :background "#e2e3ea" - :foreground "#3a4254" + :foreground "#303645" :box "#a3a4ae")))) `(mode-line-highlight ((,c (:inherit mode-line))))