Skip to content

Commit

Permalink
updates to accessible colors
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwp committed Feb 23, 2016
1 parent d300f1f commit d5f4933
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "udacity-syntax",
"theme": "syntax",
"version": "0.0.7",
"version": "0.0.8",
"description": "Official Udacity Syntax Theme for Atom",
"keywords": [
"syntax",
Expand Down
2 changes: 1 addition & 1 deletion styles/base.less
Expand Up @@ -494,7 +494,7 @@ atom-text-editor .search-results .marker.current-result .region,
color: @dark-grey;
}
.js.comment {
color: @grey;
color: @light-grey;
}

atom-text-editor[mini] .scroll-view,
Expand Down
14 changes: 7 additions & 7 deletions styles/colors.less
Expand Up @@ -6,12 +6,12 @@
@white: #FFFFFF;

@dark-grey: #2E3D49;
@blue: #02B3E4;
@blue: #00A1CD;
@red: #F95C3C;
@aqua: #02CCBA;
@yellow: #FFAE0A;
@green: #16C26B;
@grey: #7E97AD;
@aqua: #00A798;
@yellow: #3C8870;
@green: #00AD2D;
@grey: #577A96;
@purple: #9437FF;
@orange: #FF9300;
@teal: #009193;
@orange: #DB7D00;
@teal: #006465;

0 comments on commit d5f4933

Please sign in to comment.