We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d59280 commit a1d9d77Copy full SHA for a1d9d77
1 file changed
app/static/css/terminal.css
@@ -147,6 +147,23 @@
147
background-color: #0c0c0c !important;
148
}
149
150
+/* Ensure xterm.js text color from JS theme is respected */
151
+.terminal-display .xterm-rows span {
152
+ color: #cccccc !important; /* Matches foreground in getTerminalColors() */
153
+}
154
+
155
+/* The following rules for cursor and selection should be removed or commented out
156
+.terminal-display .xterm-cursor-layer .xterm-cursor {
157
+ background-color: #ffffff !important;
158
+ color: #0c0c0c !important;
159
160
161
+.terminal-display ::selection {
162
163
164
165
+*/
166
167
/* CRITICAL: XTerm.js container */
168
#terminal {
169
width: 100%;
0 commit comments