Skip to content

Commit 4845cb5

Browse files
committed
Add icon/color for R language files
1 parent 382342e commit 4845cb5

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [0.9.0] 2022-01-27
9+
10+
### Added
11+
12+
- Add icon and color R language files (.R, .Rmd, and .Rproj)
13+
814
## [0.8.0] 2021-12-15
915

1016
### Added

Terminal-Icons/Data/colorThemes/devblackops.psd1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,11 @@
532532
'.vhdx' = 'E1E3E6'
533533
'.img' = 'E1E3E6'
534534
'.iso' = 'E1E3E6'
535+
536+
# R language
537+
'.R' = '276DC3'
538+
'.Rmd' = '276DC3'
539+
'.Rproj' = '276DC3'
535540
}
536541
}
537542
}

Terminal-Icons/Data/iconThemes/devblackops.psd1

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
# Python
208208
'.py' = 'nf-dev-python'
209209
'.ipynb' = 'nf-mdi-notebook'
210-
210+
211211
# React
212212
'.jsx' = 'nf-dev-react'
213213
'.tsx' = 'nf-dev-react'
@@ -539,6 +539,11 @@
539539
'.vhdx' = 'nf-mdi-harddisk'
540540
'.img' = 'nf-fae-disco'
541541
'.iso' = 'nf-fae-disco'
542+
543+
# R language
544+
'.R' = 'nf-mdi-language_r'
545+
'.Rmd' = 'nf-mdi-language_r'
546+
'.Rproj' = 'nf-mdi-language_r'
542547
}
543548
}
544549
}

Terminal-Icons/Terminal-Icons.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'Terminal-Icons.psm1'
3-
ModuleVersion = '0.8.0'
3+
ModuleVersion = '0.9.0'
44
GUID = '4419ddb6-3528-47cd-baf3-7fb9d8566620'
55
Author = 'Brandon Olin'
66
CompanyName = 'Community'

0 commit comments

Comments
 (0)