mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(theme): add nerd-icons definitions to overrides theme
This commit is contained in:
@@ -143,6 +143,49 @@
|
||||
'(symbol-overlay-face-8 :background (doom-blend cyan bg 0.2)
|
||||
:distant-foreground fg-alt)
|
||||
|
||||
;;;; nerd-icons
|
||||
'(nerd-icons-blue :foreground blue)
|
||||
'(nerd-icons-blue-alt :foreground teal)
|
||||
'(nerd-icons-cyan :foreground cyan)
|
||||
'(nerd-icons-cyan-alt :foreground cyan)
|
||||
'(nerd-icons-dblue :foreground dark-blue)
|
||||
'(nerd-icons-dcyan :foreground dark-cyan)
|
||||
'(nerd-icons-dgreen :foreground (doom-darken green 0.3))
|
||||
'(nerd-icons-dmaroon :foreground (doom-darken magenta 0.3))
|
||||
'(nerd-icons-dorange :foreground (doom-darken orange 0.3))
|
||||
'(nerd-icons-dpink :foreground (doom-lighten red 0.15))
|
||||
'(nerd-icons-dpurple :foreground (doom-darken violet 0.3))
|
||||
'(nerd-icons-dred :foreground (doom-darken red 0.3))
|
||||
'(nerd-icons-dsilver :foreground (doom-lighten grey 0.1))
|
||||
'(nerd-icons-dyellow :foreground (doom-darken yellow 0.3))
|
||||
'(nerd-icons-green :foreground green)
|
||||
'(nerd-icons-lblue :foreground (doom-lighten blue 0.3))
|
||||
'(nerd-icons-lcyan :foreground (doom-lighten cyan 0.3))
|
||||
'(nerd-icons-lgreen :foreground (doom-lighten green 0.3))
|
||||
'(nerd-icons-lmaroon :foreground (doom-lighten magenta 0.3))
|
||||
'(nerd-icons-lorange :foreground (doom-lighten orange 0.3))
|
||||
'(nerd-icons-lpink :foreground (doom-lighten red 0.55))
|
||||
'(nerd-icons-lpurple :foreground (doom-lighten violet 0.3))
|
||||
'(nerd-icons-lred :foreground (doom-lighten red 0.3))
|
||||
'(nerd-icons-lsilver :foreground (doom-lighten grey 0.7))
|
||||
'(nerd-icons-lyellow :foreground (doom-lighten yellow 0.3))
|
||||
'(nerd-icons-maroon :foreground magenta)
|
||||
'(nerd-icons-orange :foreground orange)
|
||||
'(nerd-icons-pink :foreground (doom-lighten red 0.35))
|
||||
'(nerd-icons-purple :foreground violet)
|
||||
'(nerd-icons-purple-alt :foreground (doom-blend violet grey 0.15))
|
||||
'(nerd-icons-red :foreground red)
|
||||
'(nerd-icons-red-alt :foreground (doom-blend red grey 0.15))
|
||||
'(nerd-icons-silver :foreground (doom-lighten grey 0.45))
|
||||
'(nerd-icons-yellow :foreground yellow)
|
||||
;;;; nerd-icons-completion
|
||||
'(nerd-icons-completion-dir-face :foreground doc-comments)
|
||||
;;;; nerd-icons-dired
|
||||
'(nerd-icons-dired-dir-face :foreground doc-comments)
|
||||
;;;; treemacs-nerd-icons
|
||||
'(treemacs-nerd-icons-file-face :foreground doc-comments)
|
||||
'(treemacs-nerd-icons-root-face :inherit 'font-lock-string-face :weight 'bold :height 1.2)
|
||||
|
||||
;; go-mode
|
||||
'(go-dot-mod-module-name :inherit font-lock-constant-face)
|
||||
'(go-dot-mod-module-version :inherit font-lock-type-face)
|
||||
|
||||
Reference in New Issue
Block a user