Skip to content

Commit 388cea8

Browse files
committed
Add icon and color for generic database files (.db)
1 parent 32b4d87 commit 388cea8

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
- Add icon and color for c++ files (.cxx and .c++)
1414
- Add icon and color for wellknown file `makefile`.
1515
- Add icon and color for svelte files (.svelte).
16+
- Add icon and color for generic database files (.db)
1617

1718
## [0.11.0] 2023-07-05
1819

Terminal-Icons/Data/colorThemes/devblackops.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@
288288
'.pgsql' = 'FFD700'
289289
'.postgres' = 'FFD700'
290290
'.psql' = 'FFD700'
291+
'.db' = 'FFD700'
291292

292293
# Source Control
293294
'.patch' = 'FF4500'

Terminal-Icons/Data/colorThemes/devblackops_light.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@
287287
'.pgsql' = 'ffc200'
288288
'.postgres' = 'ffc200'
289289
'.psql' = 'ffc200'
290+
'.db' = 'ffc200'
290291

291292
# Source Control
292293
'.patch' = 'FF4500'

Terminal-Icons/Data/iconThemes/devblackops.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@
292292
'.pgsql' = 'nf-dev-database'
293293
'.postgres' = 'nf-dev-database'
294294
'.psql' = 'nf-dev-database'
295+
'.db' = 'nf-seti-db'
295296

296297
# Source Control
297298
'.patch' = 'nf-dev-git'

0 commit comments

Comments
 (0)