testing
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
;;; Code:
|
||||
|
||||
(use-package vscode-dark-plus-theme
|
||||
:pin "MELPA"
|
||||
:ensure t
|
||||
:demand t
|
||||
:config
|
||||
(load-theme 'vscode-dark-plus t)
|
||||
|
||||
@@ -38,11 +38,10 @@
|
||||
;; Set the face for the current line number
|
||||
(set-face-attribute 'line-number-current-line nil
|
||||
:background "#007ACC"
|
||||
:foreground "#FFFFFF")
|
||||
)
|
||||
:foreground "#FFFFFF"))
|
||||
|
||||
;; Invoke color
|
||||
(current-dark-color))
|
||||
;; Apply colors after init is complete
|
||||
(add-hook 'emacs-startup-hook #'current-dark-color))
|
||||
|
||||
(provide 'init-vscode-theme)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user