Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Larz/project panel text contrast #3910

Merged
merged 4 commits into from
May 30, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/styles/brackets.less
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ a, img {
}

.extension {
color: #8e9a9d;
color: @project-panel-text-2;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/styles/brackets_theme_default.less
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
/* sidebar/toolbar colors */
@project-panel-base-color: #3C3F41;
@project-panel-text-1: #ffffff;
@project-panel-text-2: #8e9a9d;
@project-panel-text-2: #94A3A7;
@main-toolbar-background-color: #5D5F60;

/* Selection colors */
Expand Down