branch: externals/doric-themes
commit 6425aaff882554eaa8cd126dedbf6cc3e061d0ab
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Revise the doric-fire shadow and accent colours to work better in tandem
---
 doric-fire-theme.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doric-fire-theme.el b/doric-fire-theme.el
index e5d153d915..2a7410ec30 100644
--- a/doric-fire-theme.el
+++ b/doric-fire-theme.el
@@ -48,14 +48,14 @@
       (border "#928a7e")
 
       (bg-shadow-subtle "#40332f")
-      (fg-shadow-subtle "#b0a8a0")
+      (fg-shadow-subtle "#9b9280")
 
       (bg-neutral "#493c37")
 
-      (bg-shadow-intense "#742d33")
-      (fg-shadow-intense "#d4b6b2")
+      (bg-shadow-intense "#733930")
+      (fg-shadow-intense "#ceb29f")
 
-      (bg-accent "#553533")
+      (bg-accent "#4e2a1f")
       (fg-accent "#c0906f")
 
       (fg-faint-red "#d09090")

Reply via email to