testing
Some checks failed
git-sync-with-mirror / test (push) Failing after 1m4s
git-sync-with-mirror / git-sync (push) Has been skipped

This commit is contained in:
2026-02-28 00:28:53 -05:00
parent 1aedc8d100
commit 0cc5bf4a2c
8 changed files with 73 additions and 62 deletions

View File

@@ -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)