switch brown in dark theme (#300)
This commit is contained in:
parent
e7d0bb1112
commit
a30c765ccf
2 changed files with 3 additions and 4 deletions
|
@ -206,4 +206,3 @@ export function hideEditProjectName() {
|
||||||
type: ActionTypes.HIDE_EDIT_PROJECT_NAME
|
type: ActionTypes.HIDE_EDIT_PROJECT_NAME
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
//dark gray: #b5b5b5
|
//dark gray: #b5b5b5
|
||||||
|
|
||||||
$p5-dark-lightbrown: #A67F59;
|
$p5-dark-lightbrown: #A67F59;
|
||||||
$p5-dark-brown: #6C4D13;
|
$p5-light-green: #42F48F;
|
||||||
$p5-dark-black: #333;
|
$p5-dark-black: #333;
|
||||||
$p5-dark-pink: #D9328F;
|
$p5-dark-pink: #D9328F;
|
||||||
$p5-dark-gray: #A0A0A0;
|
$p5-dark-gray: #A0A0A0;
|
||||||
|
@ -53,7 +53,7 @@ $p5-dark-activeline: rgb(207, 207, 207);
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-s-p5-dark .cm-keyword {
|
.cm-s-p5-dark .cm-keyword {
|
||||||
color: $p5-dark-brown;
|
color: $p5-light-green;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-s-p5-dark .cm-variable {
|
.cm-s-p5-dark .cm-variable {
|
||||||
|
|
Loading…
Reference in a new issue