We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3bdc51 commit d634292Copy full SHA for d634292
2 files changed
Terminal-Icons/Data/colorThemes/devblackops.psd1
@@ -201,6 +201,8 @@
201
202
# Python
203
'.py' = '4B8BBE'
204
+ '.ipynb' = '4B8BBE'
205
+
206
207
# React
208
'.jsx' = '20B2AA'
Terminal-Icons/Data/iconThemes/devblackops.psd1
@@ -206,7 +206,8 @@
'.py' = 'nf-dev-python'
209
-
+ '.ipynb' = 'nf-mdi-notebook'
210
211
212
'.jsx' = 'nf-dev-react'
213
'.tsx' = 'nf-dev-react'
0 commit comments