Skip to content

Commit d634292

Browse files
authored
Add .ipynb support (#58)
1 parent a3bdc51 commit d634292

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Terminal-Icons/Data/colorThemes/devblackops.psd1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@
201201

202202
# Python
203203
'.py' = '4B8BBE'
204+
'.ipynb' = '4B8BBE'
205+
204206

205207
# React
206208
'.jsx' = '20B2AA'

Terminal-Icons/Data/iconThemes/devblackops.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@
206206

207207
# Python
208208
'.py' = 'nf-dev-python'
209-
209+
'.ipynb' = 'nf-mdi-notebook'
210+
210211
# React
211212
'.jsx' = 'nf-dev-react'
212213
'.tsx' = 'nf-dev-react'

0 commit comments

Comments
 (0)