diff --git a/frontend/components/TerminalModal/TerminalOutput.tsx b/frontend/components/TerminalModal/TerminalOutput.tsx index c41bbb4..f7944d0 100644 --- a/frontend/components/TerminalModal/TerminalOutput.tsx +++ b/frontend/components/TerminalModal/TerminalOutput.tsx @@ -9,28 +9,28 @@ export default function TerminalOutput({ output, containerName, outputRef }: Ter ref={outputRef} elevation={0} sx={{ - backgroundColor: '#300A24', - color: '#F8F8F2', - fontFamily: '"Ubuntu Mono", "Courier New", monospace', + backgroundColor: '#2E3436', + color: '#D3D7CF', + fontFamily: '"Ubuntu Mono", "DejaVu Sans Mono", "Courier New", monospace', fontSize: { xs: '12px', sm: '14px' }, padding: { xs: 1.5, sm: 2 }, minHeight: { xs: '300px', sm: '400px' }, maxHeight: { xs: '400px', sm: '500px' }, overflowY: 'auto', mb: 2, - border: '1px solid #5E2750', + border: '1px solid #1C1F20', borderRadius: '4px', '&::-webkit-scrollbar': { width: { xs: '6px', sm: '10px' }, }, '&::-webkit-scrollbar-track': { - background: '#2C0922', + background: '#1C1F20', }, '&::-webkit-scrollbar-thumb': { - background: '#5E2750', + background: '#555753', borderRadius: '5px', '&:hover': { - background: '#772953', + background: '#729FCF', } }, }} @@ -38,15 +38,15 @@ export default function TerminalOutput({ output, containerName, outputRef }: Ter {output.length === 0 ? ( - Ubuntu-style Terminal - Connected to {containerName} + Ubuntu-style Terminal - Connected to {containerName}