diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-11-27 15:10:43 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-11-27 15:10:43 +0200 |
| commit | 18fc69ea15d0476431386658981e51a761df6c31 (patch) | |
| tree | 519f9537c8106532d1437a71b34802e7c5a97d7b /ef-deuteranopia-dark-theme.el | |
| parent | 89c59f78e8b99650e2f839a19886a7d7393aa791 (diff) | |
ef-deuteranopia-dark: improve contrast of base backgrounds
Diffstat (limited to 'ef-deuteranopia-dark-theme.el')
| -rw-r--r-- | ef-deuteranopia-dark-theme.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ef-deuteranopia-dark-theme.el b/ef-deuteranopia-dark-theme.el index 6637367..444d513 100644 --- a/ef-deuteranopia-dark-theme.el +++ b/ef-deuteranopia-dark-theme.el @@ -50,13 +50,13 @@ '(;; Basic tones (bg-main "#000a1f") (fg-main "#ddddee") - (bg-dim "#0f1c2d") + (bg-dim "#121f34") (fg-dim "#7f8797") - (bg-alt "#19263a") + (bg-alt "#243145") (fg-alt "#90afef") - (bg-active "#30354f") - (bg-inactive "#071225") + (bg-active "#344155") + (bg-inactive "#0d1429") ;; Basic hues for foreground values (red "#cf8560") @@ -133,7 +133,7 @@ (bg-hover "#4f4f00") (bg-hover-alt "#00405f") (bg-hl-line "#2e2e1b") - (bg-region "#202d3f") + (bg-region "#223848") (bg-paren "#0f4f9a") (bg-err "#342d09") ; check with err (bg-warning "#292900") ; check with warning |
