brunnseb / vscode-treemacs-theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-treemacs-theme

Visual Studio Code based icon theme for Treemacs.

Installation instructions using Elpaca:

  (use-package vscode-treemacs-theme
    :after treemacs
    :elpaca (:host github
             :repo "brunnseb/vscode-treemacs-theme"
             ;; need to include all the files, or the icons won't be visible
             :files ("*")))

Installation instructions using Straight.el:

  (use-package vscode-treemacs-theme
    :after treemacs
    :straight (:host github
               :repo "brunnseb/vscode-treemacs-theme"
               ;; need to include all the files, or the icons won't be visible
               :files ("*")))

About


Languages

Language:Emacs Lisp 100.0%