Skip to content

Commit

Permalink
Add color for the Shell language dot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Den4200 authored Sep 12, 2022
1 parent f6d0eff commit ffc24dd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ span.repo-language-dot.typescript {
span.repo-language-dot.assembly {
background-color: #6e4c13;
}

span.repo-language-dot.shell {
background-color: #89e051;
}

0 comments on commit ffc24dd

Please sign in to comment.