branch: elpa/cyberpunk-theme
commit dbb291822d29b389282d796556d245f49089c937
Author: Subil <[email protected]>
Commit: Subil <[email protected]>
added helm-ff-dotted-directory and changed helm-selection to cyberpunk-bg-1
---
cyberpunk-theme.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 7a52500..87290bc 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -405,11 +405,12 @@
:underline nil
:weight bold
:box (:line-width -1 :style released-button)))))
- `(helm-selection ((,class (:background ,cyberpunk-bg+1 :underline nil))))
+ `(helm-selection ((,class (:background ,cyberpunk-bg-1 :underline nil))))
`(helm-selection-line ((,class (:background ,cyberpunk-bg+1))))
`(helm-visible-mark ((,class (:foreground ,cyberpunk-bg :background
,cyberpunk-yellow-2))))
`(helm-candidate-number ((,class (:foreground ,cyberpunk-green+4
:background ,cyberpunk-bg-1))))
`(helm-ff-directory ((,class (:foreground ,cyberpunk-pink :background
,cyberpunk-bg))))
+ `(helm-ff-dotted-directory ((,class (:foreground ,cyberpunk-pink
:background ,cyberpunk-bg))))
;; hl-line-mode
`(hl-sexp-face ((,class (:background ,cyberpunk-gray-5))))