branch: elpa/cyberpunk-theme
commit 17f68f8ac70b712d2870ecb6adb3841b992074fa
Author: nemo <[email protected]>
Commit: nemo <[email protected]>
Fringe color set explicitly
---
cyberpunk-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index c038f38..24079e9 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -120,7 +120,7 @@
`(default ((,class (:foreground ,cyberpunk-gray :background
,cyberpunk-black))))
`(cursor ((,class (:background ,cyberpunk-fg))))
`(escape-glyph-face ((,class (:foreground ,cyberpunk-red))))
- ;; `(fringe ((,class (:foreground ,cyberpunk-fg :background
,cyberpunk-bg+1))))
+ `(fringe ((,class (:foreground ,cyberpunk-fg :background ,cyberpunk-bg-1))))
`(header-line ((,class (:foreground ,cyberpunk-yellow
:background ,cyberpunk-bg-1
:box (:line-width -1 :style
released-button)))))