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

    Make minor tweaks to the palettes
---
 standard-dark-theme.el  | 4 +---
 standard-light-theme.el | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/standard-dark-theme.el b/standard-dark-theme.el
index 7d94ead255..01e0feb395 100644
--- a/standard-dark-theme.el
+++ b/standard-dark-theme.el
@@ -57,9 +57,9 @@
       (fg-dim      "#a6a6a6")
       (bg-alt      "#363636")
       (fg-alt      "#a0afef")
-
       (bg-active   "#606060")
       (bg-inactive "#141414")
+      (border      "#606070")
 
 ;; Basic accent foregrounds
 
@@ -167,7 +167,6 @@
       (bg-err        "#3f0d09") ; check with err
       (bg-warning    "#362f00") ; check with warning
       (bg-info       "#002f12") ; check with info
-      (border        "#606070")
 
       (bg-mode-line-active        "#505050")
       (fg-mode-line-active        "#ffffff")
@@ -230,7 +229,6 @@
       (string yellow-cooler)
       (type green-cooler)
       (variable yellow)
-
       (rx-escape green) ; compare with `string'
       (rx-construct fg-main)
 
diff --git a/standard-light-theme.el b/standard-light-theme.el
index 164029df88..1319ac3f9e 100644
--- a/standard-light-theme.el
+++ b/standard-light-theme.el
@@ -57,9 +57,9 @@
       (fg-dim      "#7f7f7f")
       (bg-alt      "#dcdcdc")
       (fg-alt      "#193f8f")
-
       (bg-active   "#bfbfbf")
       (bg-inactive "#f5f5f5")
+      (border      "#bababa")
 
 ;;; Basic accent foregrounds
 
@@ -167,7 +167,6 @@
       (bg-err        "#ffd5ea") ; check with err
       (bg-warning    "#ffeabb") ; check with warning
       (bg-info       "#d0efda") ; check with info
-      (border        "#bababa")
 
       (bg-mode-line-active        "#b3b3b3")
       (fg-mode-line-active        "#000000")
@@ -230,7 +229,6 @@
       (string magenta-warmer)
       (type green)
       (variable yellow-cooler)
-
       (rx-escape green) ; compare with `string'
       (rx-construct fg-main)
 

Reply via email to