From 2d233f09065aa07988d7dd98456c3443e037a199 Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Thu, 8 Apr 2021 11:19:49 -0400 Subject: [PATCH] Add 4 common profile folders --- Terminal-Icons/Data/colorThemes/devblackops.psd1 | 6 +++++- Terminal-Icons/Data/iconThemes/devblackops.psd1 | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Terminal-Icons/Data/colorThemes/devblackops.psd1 b/Terminal-Icons/Data/colorThemes/devblackops.psd1 index 5501e3a..98de33e 100644 --- a/Terminal-Icons/Data/colorThemes/devblackops.psd1 +++ b/Terminal-Icons/Data/colorThemes/devblackops.psd1 @@ -35,10 +35,14 @@ 'github' = 'C0C0C0' 'node_modules' = '6B8E23' '.terraform' = '948EEC' + '.azure' = '00BFFF' + '.aws' = 'EC912D' + '.kube' = '326DE6' + '.docker' = '2391E6' } } Files = @{ - WellKnown = @{ + WellKnown = @{ '.gitattributes' = 'FF4500' '.gitignore' = 'FF4500' '.gitmodules' = 'FF4500' diff --git a/Terminal-Icons/Data/iconThemes/devblackops.psd1 b/Terminal-Icons/Data/iconThemes/devblackops.psd1 index 94f7645..b268d62 100644 --- a/Terminal-Icons/Data/iconThemes/devblackops.psd1 +++ b/Terminal-Icons/Data/iconThemes/devblackops.psd1 @@ -36,6 +36,10 @@ '.github' = 'nf-custom-folder_github' 'github' = 'nf-fa-github_alt' 'node_modules' = 'nf-custom-folder_npm' + '.azure' = 'nf-mdi-azure' + '.aws' = 'nf-dev-aws' + '.kube' = 'nf-mdi-ship_wheel' + '.docker' = 'nf-dev-docker' } }