Skip to content

Commit

Permalink
Merge pull request #153 from thomastweets/master
Browse files Browse the repository at this point in the history
Add icon for IPython (*.ipy) files.
  • Loading branch information
DanBrooker committed Jun 23, 2015
2 parents c538907 + 5d9265d commit 0b0ad9e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions styles/file-icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@
// Python icon
&[data-name$=".py"]:before { .python-icon; .dark-yellow; }

// IPython icon
&[data-name$=".ipy"]:before { .python-icon; .dark-blue; }

// Ren'Py (Python)
&[data-name$=".rpy"]:before { .python-icon; .medium-pink; }
&[data-name$=".rpyb"]:before { .binary-icon; .medium-red; }
Expand Down Expand Up @@ -239,11 +242,11 @@
// Rust
&[data-name$=".rs"]:before { .rust-icon; .medium-maroon; }
&[data-name$=".rlib"]:before { .rust-icon; .light-maroon; }

//Cargo
&[data-name$="Cargo.toml"]:before { .package-icon; .light-orange; }
&[data-name$="Cargo.lock"]:before { .package-icon; .dark-orange; }


// Objective-C, C++, C
&[data-name$=".c"]:before { .c-icon; .medium-blue; }
Expand Down

0 comments on commit 0b0ad9e

Please sign in to comment.