switch brown in dark theme (#300)

This commit is contained in:
Mathura MG 2017-02-10 12:23:11 -05:00 committed by Cassie Tarakajian
parent e7d0bb1112
commit a30c765ccf
2 changed files with 3 additions and 4 deletions

View file

@ -206,4 +206,3 @@ export function hideEditProjectName() {
type: ActionTypes.HIDE_EDIT_PROJECT_NAME
};
}

View file

@ -11,7 +11,7 @@
//dark gray: #b5b5b5
$p5-dark-lightbrown: #A67F59;
$p5-dark-brown: #6C4D13;
$p5-light-green: #42F48F;
$p5-dark-black: #333;
$p5-dark-pink: #D9328F;
$p5-dark-gray: #A0A0A0;
@ -53,7 +53,7 @@ $p5-dark-activeline: rgb(207, 207, 207);
}
.cm-s-p5-dark .cm-keyword {
color: $p5-dark-brown;
color: $p5-light-green;
}
.cm-s-p5-dark .cm-variable {
@ -125,4 +125,4 @@ $p5-dark-activeline: rgb(207, 207, 207);
.cm-s-p5-dark .cm-p5-variable {
color: $p5-dark-pink;
font-weight: bold;
}
}