Enhance the dracula color theme

This commit is contained in:
Sameer Rahmani 2021-05-03 18:38:25 +01:00
parent c813cec12f
commit 2f7855ce1b
3 changed files with 9 additions and 2 deletions

View File

@ -55,7 +55,7 @@
(defcube fg42/c++-cube
(:docs "cubes/fg42/cpp-cube.org"
:no-flag t)
(add-to-list 'auto-mode-alist '("\\.h\\'" . c++-mode))
(add-hook 'c++-mode-hook (lambda ()
(lsp)
(require 'company-capf)

View File

@ -74,6 +74,13 @@
:init
(progn
(load-theme 'dracula t)
(custom-theme-set-faces
'dracula
'(match ((t (:background "#44475a"))))
'(all-the-icons-lgreen ((t (:background "#bd93f9"))))
'(all-the-icons-faicon ((t (:background "#bd93f9"))))
'(font-lock-comment-face ((t (:foreground "#8B9298"))))
'(font-lock-comment-delimiter-face ((t (:foreground "#5B6268")))))
(enable-theme 'dracula))))

View File

@ -22,7 +22,7 @@
;;; Commentary:
;;; Code:
(defvar fg42-v3 (or (getenv "FG42_V3") '()))
(defvar fg42-v3 (string= (or (getenv "FG42_V3") "false") "true"))
(if fg42-v3