branch: externals/standard-themes
commit cab7b00eee1a7c17d3a72428706970b2f872fb32
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
standard-light-tinted: make bg-alt a bit more bright and less saturated
---
standard-light-tinted-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/standard-light-tinted-theme.el b/standard-light-tinted-theme.el
index 7a7b99f20f..cb4d50e12f 100644
--- a/standard-light-tinted-theme.el
+++ b/standard-light-tinted-theme.el
@@ -49,7 +49,7 @@
(fg-main "#000000")
(bg-dim "#e2d3ca")
(fg-dim "#606060")
- (bg-alt "#d0bab0")
+ (bg-alt "#d0bfb8")
(fg-alt "#193f8f")
(bg-active "#b09a90")
(bg-inactive "#dedecd")