branch: externals/standard-themes
commit 7327243f9d69849622a1cd7064d55cdf641d0455
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Tweak the bg-region of standard-dark
    
    I am remaining faithful to the idea of the generic dark region, but
    that specific blue was problematic for our purposes.
---
 standard-dark-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/standard-dark-theme.el b/standard-dark-theme.el
index 260df67096..db2be8e99f 100644
--- a/standard-dark-theme.el
+++ b/standard-dark-theme.el
@@ -161,7 +161,7 @@
       (bg-hover      "#457b2f")
       (bg-hover-alt  "#00688b")
       (bg-hl-line    "#334815")
-      (bg-region     "#0000cd")
+      (bg-region     "#20009d")
       (fg-region     unspecified)
       (bg-paren      "#4f94cd")
       (bg-err        "#3f0d09") ; check with err

Reply via email to