:root { --display-signal-info-height: 50px; --signal-default-color: #4CAF50; --main-color: #CB81DA; --main-dark-color: #2D323B; --main-light-color: var(--main-color); --sidebar-width: 280px; --right-nav-width: 60px; --time-scale-height: 50px; --render-scale-x: 1; } html, body { background-color: var(--background); color: var(--foreground); overflow: hidden; } body::-webkit-scrollbar { width: 0; } * hr { border: none; background-color: var(--vscode-focusBorder); height: 2px; width: 95%; } ::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-track { background: var(--sidebar); } ::-webkit-scrollbar-thumb { background: var(--scrollbar-background); border-radius: .3em; } ::-webkit-scrollbar-thumb:hover { background: var(--scrollbar-hover); border-radius: .3em; } ::-webkit-scrollbar-thumb:active { background: var(--scrollbar-active); border-radius: .3em; } ::-webkit-scrollbar-button { height: 0; width: 0; } ::-webkit-scrollbar-corner { background: none; display: none; } .el-select__wrapper { background-color: transparent !important; width: 50% !important; min-width: 200px !important; padding: 13px !important; font-size: 16px !important; color: var(--sidebar-item-text) !important; } .el-select__placeholder { color: var(--sidebar-item-text) !important; } .el-select-dropdown { min-width: 300px !important; background-color: var(--sidebar); border: 1.0px solid var(--main-color); outline: none; } .el-checkbox-button__inner { font-size: 16px !important; } .el-select { width: fit-content !important; } a { color: var(--main-color); } .vcd-container { --right-panel-width: 0px; width: calc(100% - var(--right-panel-width)); transition: width .3s ease-out; position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .vcd-vline { position: absolute; } .vcd-view { position: absolute; top: 24px; bottom: 24px; } .vcd-values { position: absolute; top: 24px; bottom: 24px; } .wd-waveql { position: absolute; top: 24px; bottom: 24px; width: 100%; transition: width .3s ease-out; } .vcd-cursor { position: absolute; pointer-events: none; } .vcd-values text { font-size: 14px; text-anchor: middle; fill: #fff; } line.wd-cursor-line { stroke-dasharray: 12 4; stroke: var(--main-color); stroke-width: 1px; } line.wd-grid-time { stroke: #333; stroke-width: 1px; } line.gap { stroke: #fff; stroke-dasharray: 4 3; } text.wd-grid-time { text-anchor: middle; fill: var(--sidebar-item-text); } text.wd-cursor-time { font-size: 20px; fill: var(--sidebar); text-anchor: middle; z-index: 55; } rect.wd-cursor-time { fill: var(--main-color); } .wd-progress { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } text.xred { fill: hsl(0, 100%, 50%); } text.zxviolet { fill: hsl(287, 100%, 67%); } text.pc { text-anchor: start; } tspan.pc-addr { fill: hsl(202 100% 71%); } tspan.pc-opcode { }