diff --git a/CHANGELOG.md b/CHANGELOG.md index d2ab2df..66c1d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Add icon and color for c++ files (.cxx and .c++) - Add icon and color for wellknown file `makefile`. - Add icon and color for svelte files (.svelte). +- Add icon and color for generic database files (.db) ## [0.11.0] 2023-07-05 diff --git a/Terminal-Icons/Data/colorThemes/devblackops.psd1 b/Terminal-Icons/Data/colorThemes/devblackops.psd1 index 65b6379..5f22517 100644 --- a/Terminal-Icons/Data/colorThemes/devblackops.psd1 +++ b/Terminal-Icons/Data/colorThemes/devblackops.psd1 @@ -288,6 +288,7 @@ '.pgsql' = 'FFD700' '.postgres' = 'FFD700' '.psql' = 'FFD700' + '.db' = 'FFD700' # Source Control '.patch' = 'FF4500' diff --git a/Terminal-Icons/Data/colorThemes/devblackops_light.psd1 b/Terminal-Icons/Data/colorThemes/devblackops_light.psd1 index 903af27..ad3dd0d 100644 --- a/Terminal-Icons/Data/colorThemes/devblackops_light.psd1 +++ b/Terminal-Icons/Data/colorThemes/devblackops_light.psd1 @@ -287,6 +287,7 @@ '.pgsql' = 'ffc200' '.postgres' = 'ffc200' '.psql' = 'ffc200' + '.db' = 'ffc200' # Source Control '.patch' = 'FF4500' diff --git a/Terminal-Icons/Data/iconThemes/devblackops.psd1 b/Terminal-Icons/Data/iconThemes/devblackops.psd1 index 18a1151..cad300f 100644 --- a/Terminal-Icons/Data/iconThemes/devblackops.psd1 +++ b/Terminal-Icons/Data/iconThemes/devblackops.psd1 @@ -292,6 +292,7 @@ '.pgsql' = 'nf-dev-database' '.postgres' = 'nf-dev-database' '.psql' = 'nf-dev-database' + '.db' = 'nf-seti-db' # Source Control '.patch' = 'nf-dev-git'