|
@@ -25,12 +25,15 @@ atom-text-editor::shadow .cursor {
|
|
}
|
|
}
|
|
|
|
|
|
atom-ternjs-type {
|
|
atom-ternjs-type {
|
|
- background: rgba(42, 63, 75, 0.9);
|
|
|
|
|
|
+ border: 1px solid rgba(116, 124, 128, 0.9);
|
|
|
|
+ // background: rgba(240, 248, 252, 0.9); // for light themes
|
|
|
|
+ background: rgba(42, 63, 75, 0.9); // for dark themes
|
|
}
|
|
}
|
|
|
|
|
|
.term2 .terminal {
|
|
.term2 .terminal {
|
|
font-family: Inconsolata, Monaco, Consolas, 'Courier New', Courier;
|
|
font-family: Inconsolata, Monaco, Consolas, 'Courier New', Courier;
|
|
-webkit-font-smoothing: none;
|
|
-webkit-font-smoothing: none;
|
|
|
|
+ background: rgba(0, 0, 0, 0.9);
|
|
}
|
|
}
|
|
|
|
|
|
atom-notifications {
|
|
atom-notifications {
|