@@ -12,6 +12,39 @@ autocomplete-suggestion-list.select-list.popover-list .suggestion-description-co
12
12
color : @text-color ;
13
13
}
14
14
15
+ // terminal-plus ---------------------------------------------------------------
16
+ .terminal-plus {
17
+ & .terminal-view {
18
+ .btn-toolbar {
19
+ padding-bottom : @component-padding ;
20
+ .btn {
21
+ .button (@button-border-color );
22
+
23
+ margin : 0 1px ;
24
+
25
+ & .left {
26
+ margin-left : @component-padding / 2 ;
27
+ }
28
+ & .right :last-child {
29
+ margin-right : @component-padding / 2 ;
30
+ }
31
+ .icon :before {
32
+ width : initial ;
33
+ }
34
+ }
35
+ }
36
+ }
37
+
38
+ & .status-bar .icon-x {
39
+ color : @text-color ;
40
+ }
41
+
42
+ .xterm {
43
+ margin-left : -10px ;
44
+ margin-right : -10px ;
45
+ }
46
+ }
47
+
15
48
// script ----------------------------------------------------------------------
16
49
.script-view {
17
50
pre {
@@ -25,6 +58,7 @@ autocomplete-suggestion-list.select-list.popover-list .suggestion-description-co
25
58
animation : none !important ;
26
59
27
60
.title {
61
+ // my git-diff addition
28
62
background : transparent !important ;
29
63
& .success {
30
64
color : @text-color-success ;
@@ -37,6 +71,13 @@ autocomplete-suggestion-list.select-list.popover-list .suggestion-description-co
37
71
.output {
38
72
margin-top : 5px ;
39
73
margin-bottom : 10px ;
74
+ padding-left : @component-padding / 2 ;
75
+ padding-right : @component-padding / 2 ;
76
+ border-radius : 0 ;
77
+
78
+ .terminal {
79
+ font-weight : normal ;
80
+ }
40
81
}
41
82
42
83
.control-container {
@@ -50,7 +91,10 @@ autocomplete-suggestion-list.select-list.popover-list .suggestion-description-co
50
91
.button-variant (@text-color-info );
51
92
}
52
93
& .icon-trashcan {
53
- .button-variant (@text-color-error );
94
+ .button-variant (@text-color-warning );
95
+ }
96
+ & .icon-x {
97
+ .button (@button-border-color );
54
98
}
55
99
}
56
100
}
@@ -131,6 +175,7 @@ linter-panel:empty {
131
175
.tool-bar-spacer {
132
176
border-left-color : transparent !important ;
133
177
border-top-color : transparent !important ;
178
+ -webkit-mask-image : none !important ;
134
179
}
135
180
136
181
.tool-bar.tool-bar-vertical .tool-bar-spacer {
@@ -489,7 +534,7 @@ atom-text-editor::shadow .gutter .line-number.atom-jshint-error,
489
534
490
535
// tree-view-open-files --------------------------------------------------------
491
536
.tree-view-open-files {
492
- border-bottom : 1 px solid @base-border-color ;
537
+ border-bottom : 0 ;
493
538
& > .list-tree {
494
539
padding-left : 10px ;
495
540
padding-bottom : 0 !important ;
@@ -551,3 +596,12 @@ atom-text-editor::shadow .gutter .line-number.atom-jshint-error,
551
596
}
552
597
}
553
598
}
599
+
600
+ // atom-elixir -----------------------------------------------------------------
601
+ .elixir-quoted-view {
602
+ background-color : @base-background-color ;
603
+
604
+ atom- text- editor[mini], atom- text- editor[mini]::shadow {
605
+ height : auto ;
606
+ }
607
+ }
0 commit comments