Skip to content

Commit

Permalink
Add icon and color for more c++ file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
devblackops committed Aug 8, 2023
1 parent 61fdf20 commit 8d4ee35
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added

- Add icon and color for wellknown file `jenkinsfile`.
- Add icon and color for c++ files (.cxx and .c++)

## [0.11.0] 2023-07-05

Expand Down
2 changes: 2 additions & 0 deletions Terminal-Icons/Data/colorThemes/devblackops.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@
# Source Files
'.c' = 'A9A9A9'
'.cpp' = 'A9A9A9'
'.cxx' = 'A9A9A9'
'.c++' = 'A9A9A9'
'.go' = '20B2AA'
'.php' = '6A5ACD'

Expand Down
2 changes: 2 additions & 0 deletions Terminal-Icons/Data/colorThemes/devblackops_light.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@
# Source Files
'.c' = 'A9A9A9'
'.cpp' = 'A9A9A9'
'.cxx' = 'A9A9A9'
'.c++' = 'A9A9A9'
'.go' = '20B2AA'
'.php' = '6A5ACD'

Expand Down
2 changes: 2 additions & 0 deletions Terminal-Icons/Data/iconThemes/devblackops.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@
# Source Files
'.c' = 'nf-md-language_c'
'.cpp' = 'nf-md-language_cpp'
'.cxx' = 'nf-md-language_cpp'
'.c++' = 'nf-md-language_cpp'
'.go' = 'nf-dev-go'
'.php' = 'nf-dev-php'

Expand Down

0 comments on commit 8d4ee35

Please sign in to comment.