Skip to content

Commit

Permalink
Darken yellow-coloured files when modified
Browse files Browse the repository at this point in the history
Resolves gh-341.
  • Loading branch information
Alhadis committed May 3, 2016
1 parent 16ebebb commit e93cbf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Prolog files now use a dedicated icon instead of a generic one

### Fixed
- [[`#341`](https://github.com/DanBrooker/file-icons/issues/341)] Yellow icons no longer share same colour as modification indicator


[1.7.8 - 2016-04-28]
--------------------
Expand Down
2 changes: 1 addition & 1 deletion styles/colors.less
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
.dark-green when (@colored-icons) { color: @dg; }

.light-yellow when (@colored-icons) { color: @ly; }
.medium-yellow when (@colored-icons) { .darken-if-needed(@my, 15%); }
.medium-yellow when (@colored-icons) { .darken-if-needed(@my, 15%); .status-modified &{color: #e3954b; } }
.dark-yellow when (@colored-icons) { .darken-if-needed(@dy, 10%); }

.light-blue when (@colored-icons) { .darken-if-needed(@lb, 18%); }
Expand Down

0 comments on commit e93cbf5

Please sign in to comment.