Skip to content

Instantly share code, notes, and snippets.

@vuboi
Last active January 15, 2025 07:34
Show Gist options
  • Save vuboi/5ccebbe5e8861159ac3754894a9d550c to your computer and use it in GitHub Desktop.
Save vuboi/5ccebbe5e8861159ac3754894a9d550c to your computer and use it in GitHub Desktop.
vscode_custom
/* ------------ Reset Font Family ------------ */
.mac,
.windows,
.linux {
/* font-family: 'JetBrains Mono', 'MesloLGS NF', 'SF Mono', monospace; */
}
/* ------------ Title Bar ------------ */
.monaco-workbench .part.titlebar {
/* border-bottom: 1px solid #181C20 !important; */
}
.monaco-workbench .part.titlebar>.titlebar-container>.titlebar-center>.window-title {
font-size: 14px !important;
}
/* ------------ Command Center ------------ */
.monaco-workbench .part.titlebar>.titlebar-container>.titlebar-center>.window-title>.command-center.hide {
visibility: visible !important;
}
.monaco-workbench .part.titlebar>.titlebar-container>.titlebar-center>.window-title>.command-center>.monaco-toolbar>.monaco-action-bar>.actions-container>.action-item:not(:has(.monaco-toolbar)) {
display: none !important;
}
/* ------------ Activity Bar ------------ */
.monaco-workbench .activitybar>.content {
justify-content: center;
}
.monaco-workbench .activitybar>.content>.composite-bar {
margin-bottom: inherit;
}
.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-label.codicon {
border-radius: 5px !important;
}
.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item.checked .active-item-indicator:before {
border-left-color: transparent !important;
}
.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item {
background: var(--vscode-editor-lineHighlightBackground) !important;
border-radius: 5px;
margin-bottom: 4px;
width: 36px;
height: 36px;
margin-left: 4px;
}
div#workbench\.parts\.activitybar {
/* background-color: var(--vscode-editorWidget-background) !important; */
}
li.action-item.icon {
border: 2px solid transparent;
}
li.action-item.icon:hover {
border: 2px solid var(--vscode-icon-foreground);
}
li.action-item.icon.checked:hover .codicon:before {
color: var(--vscode-activityBar-activeBorder) !important;
}
li.action-item.icon.checked {
border: 2px solid var(--vscode-activityBar-activeBorder);
}
li.action-item.icon.checked a.action-label.codicon {
color: var(--vscode-activityBar-activeBorder) !important;
border-radius: 12px !important;
}
.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-label.codicon,
.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-label:not(.codicon) {
width: 36px !important;
height: 36px !important;
}
.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-label:not(.codicon) {
padding: 0;
}
.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-label:not(.codicon):hover {
background-color: var(--vscode-input-foreground) !important;
}
.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-item:focus .active-item-indicator:before {
border-left-color: transparent !important;
}
.monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .badge .badge-content {
position: absolute;
top: 16px;
right: 4px;
}
/* ------------ Sidebar ------------ */
.monaco-workbench .part>.composite.title>.title-actions {
padding-left: 0;
margin-left: -16px;
}
.monaco-workbench .part.sidebar .title-actions .action-item {
margin-right: 0;
}
.monaco-list.mouse-support .monaco-list-row {
border-radius: 6px;
width: calc(100% - 8px);
padding-right: 4px !important;
padding-left: 0 !important;
margin-left: 4px !important;
}
.show-file-icons .folder-icon::before,
.show-file-icons .rootfolder-icon::before {
filter: brightness(0.6);
}
.monaco-workbench .monaco-list:not(.element-focused):focus:before,
.part.sidebar .monaco-list.mouse-support.selection-none.last-focused::before,
.part.sidebar .welcome-view-content:focus {
outline-color: transparent !important;
}
/* ------------ Command Palette ------------ */
.quick-input-titlebar {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.quick-input-widget {
background-color: var(--vscode-quickInput-background) !important;
border-radius: 14px !important;
min-height: 58px !important;
box-shadow: 0px 2px 10px 4px var(--vscode-widget-shadow) !important;
}
.quick-input-widget.show-file-icons {
top: 25% !important;
padding-bottom: 4px;
}
.quick-input-list {
padding: 0px 2px 0px 2px;
margin-top: 0;
}
.quick-input-list [class^='monaco-list list_id'] .monaco-list-rows {
background: var(--vscode-quickInput-background) !important;
}
.quick-input-list .monaco-list:not(.drop-target):not(.dragging) .monaco-list-row:hover:not(.selected):not(.focused) {
background-color: var(--vscode-quickInputList-focusBackground) !important;
}
.quick-input-list [class^='monaco-list list_id'] .monaco-list-row.focused {
background-color: var(--vscode-quickInputList-focusBackground) !important;
}
.quick-input-list .quick-input-list-entry {
padding: 0 2px;
border-top-color: var(--vscode-quickInputList-focusBackground) !important;
}
.monaco-workbench .synthetic-focus {
outline: var(--vscode-quickInput-background) !important;
}
.quick-input-and-message .monaco-inputbox>.ibwrapper {
background: var(--vscode-quickInput-background) !important;
border-color: var(--vscode-quickInput-background) !important;
border-width: 0 !important;
width: calc(100% - 3px * 2);
padding: 3px;
}
.quick-input-widget.show-checkboxes .quick-input-box,
.quick-input-widget.show-checkboxes .quick-input-message {
margin-left: 0 !important;
}
.quick-input-and-message .monaco-inputbox.idle {
border-color: var(--vscode-quickInput-background) !important;
background-color: var(--vscode-quickInput-background) !important;
}
.quick-input-and-message .monaco-inputbox>.ibwrapper>.input {
border-radius: 8px !important;
padding: 12px;
background-color: var(--vscode-quickInput-background) !important;
border: 1px solid var(--vscode-quickInputList-focusBackground);
margin-top: -3px;
}
.quick-input-list .monaco-list-row {
border-radius: 4px;
}
.quick-input-list .quick-input-list-entry-action-bar .action-label.codicon {
margin-right: 0;
}
.quick-input-action {
display: flex;
align-items: center;
margin-left: 2px;
}
.quick-input-count {
right: 14px;
}
/* ------------ Welcome Screen ------------ */
.monaco-workbench .part.editor>.content .editor-group-container>.editor-group-watermark {
max-width: 100% !important;
}
.monaco-workbench .part.editor>.content .editor-group-container>.editor-group-watermark .letterpress {
background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22900%22%20height%3D%22600%22%20viewBox%3D%220%200%20900%20600%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0_1_2%29%22%3E%0A%3Cpath%20d%3D%22M150.469%20299.531H0.46875V448.531H150.469V299.531Z%22%20fill%3D%22%235D6E7A%22%20fill-opacity%3D%220.05%22%2F%3E%0A%3Cpath%20d%3D%22M900%20450H750V599H900V450Z%22%20fill%3D%22%235D6E7A%22%20fill-opacity%3D%220.05%22%2F%3E%0A%3Cpath%20d%3D%22M300%20150H150V300H300V150Z%22%20fill%3D%22%235D6E7A%22%20fill-opacity%3D%220.2%22%2F%3E%0A%3Cpath%20d%3D%22M750%20301H599V450H750V301Z%22%20fill%3D%22%235D6E7A%22%20fill-opacity%3D%220.2%22%2F%3E%0A%3Cpath%20d%3D%22M599%20450H450V600H599V450Z%22%20fill%3D%22%235D6E7A%22%20fill-opacity%3D%220.05%22%2F%3E%0A%3Cpath%20d%3D%22M900%20151H750V300H900V151Z%22%20fill%3D%22%235D6E7A%22%20fill-opacity%3D%220.1%22%2F%3E%0A%3Cpath%20d%3D%22M450%200H300V150H450V0Z%22%20fill%3D%22%235D6E7A%22%20fill-opacity%3D%220.1%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M363.85%20205L379.167%20383.204L447.897%20403L516.819%20383.181L532.15%20205.003L363.85%20205ZM500.201%20247.291L499.242%20258.37L498.819%20263.281H498.753H448H447.928H418.194L420.119%20285.663H447.925H448H491.224H496.903L496.389%20291.534L491.437%20349.079L491.121%20352.768L448%20365.164L447.902%20365.197L404.744%20352.768L401.794%20318.448H411.541H422.942L424.442%20335.884L447.905%20342.454L447.925%20342.448L471.426%20335.866L473.871%20307.521H448H447.928H400.849L395.673%20247.291L395.17%20241.423H447.928H448H500.707L500.201%20247.291Z%22%20fill%3D%22%235D6E7A%22%2F%3E%0A%3Cmask%20id%3D%22mask0_1_2%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%22191%22%20y%3D%22190%22%20width%3D%2260%22%20height%3D%2260%22%3E%0A%3Cpath%20d%3D%22M251%20190H191V250H251V190Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url%28%23mask0_1_2%29%22%3E%0A%3Cpath%20d%3D%22M207.416%20203.589L217.282%20223.322L206.702%20226.848L201.39%20205.598L207.416%20203.589Z%22%20fill%3D%22%235D6E7A%22%2F%3E%0A%3Cpath%20d%3D%22M228.109%20236.031L222.922%20225.658L235.551%20221.448L240.211%20228.77L228.109%20236.031Z%22%20fill%3D%22%235D6E7A%22%2F%3E%0A%3Cpath%20d%3D%22M239.736%20215.837L237.249%20216.666L235.178%20213.41L237.483%20212.834L239.736%20215.837Z%22%20fill%3D%22%235D6E7A%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M191%20200C191%20194.477%20195.477%20190%20201%20190H241C246.523%20190%20251%20194.477%20251%20200V240C251%20245.523%20246.523%20250%20241%20250H201C195.477%20250%20191%20245.523%20191%20240V200ZM210.218%20200.249C209.773%20199.358%20208.741%20198.931%20207.796%20199.246L198.368%20202.388C197.376%20202.719%20196.807%20203.757%20197.06%20204.771L203.346%20229.914C203.481%20230.454%20203.835%20230.914%20204.324%20231.182C204.812%20231.45%20205.39%20231.502%20205.919%20231.326L219.089%20226.936L225.497%20239.752C225.746%20240.25%20226.192%20240.622%20226.727%20240.778C227.262%20240.933%20227.837%20240.859%20228.315%20240.572L244.029%20231.144C244.492%20230.866%20244.823%20230.413%20244.947%20229.888C245.071%20229.363%20244.977%20228.81%20244.688%20228.355L239.463%20220.145L243.633%20218.755C244.243%20218.551%20244.718%20218.067%20244.909%20217.454C245.101%20216.84%20244.986%20216.172%20244.6%20215.657L239.886%20209.372C239.403%20208.728%20238.582%20208.436%20237.801%20208.631L231.515%20210.203C230.892%20210.359%20230.381%20210.805%20230.143%20211.402C229.905%20211.999%20229.968%20212.674%20230.313%20213.217L233.338%20217.97L221.116%20222.044L210.218%20200.249Z%22%20fill%3D%22%235D6E7A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M856.168%20218.085L831.615%20193.534C830.959%20192.879%20830.053%20192.474%20829.052%20192.474C828.051%20192.474%20827.145%20192.879%20826.489%20193.534L821.402%20198.63L827.869%20205.097C828.281%20204.952%20828.756%20204.87%20829.251%20204.87C831.63%20204.87%20833.557%20206.797%20833.557%20209.177C833.557%20209.681%20833.471%20210.163%20833.312%20210.613L833.321%20210.583L839.55%20216.815C839.966%20216.667%20840.448%20216.581%20840.949%20216.581C843.326%20216.581%20845.254%20218.509%20845.254%20220.886C845.254%20223.264%20843.326%20225.191%20840.949%20225.191C838.571%20225.191%20836.644%20223.264%20836.644%20220.886C836.644%20220.299%20836.762%20219.74%20836.974%20219.23L836.962%20219.259L831.131%20213.457V228.746C832.564%20229.468%20833.529%20230.927%20833.529%20232.61C833.529%20234.992%20831.598%20236.923%20829.217%20236.923C826.836%20236.923%20824.904%20234.992%20824.904%20232.61C824.904%20231.422%20825.384%20230.347%20826.162%20229.567C826.558%20229.172%20827.029%20228.851%20827.552%20228.626L827.58%20228.615V213.176C826.001%20212.512%20824.914%20210.977%20824.914%20209.19C824.914%20208.59%20825.036%20208.02%20825.257%20207.5L825.246%20207.529L818.891%20201.144L802.054%20217.97C801.401%20218.629%20801%20219.534%20801%20220.535C801%20221.537%20801.403%20222.442%20802.056%20223.1L826.611%20247.648C827.265%20248.304%20828.171%20248.709%20829.172%20248.709C830.173%20248.709%20831.077%20248.304%20831.733%20247.648L856.172%20223.209C856.828%20222.555%20857.235%20221.647%20857.235%20220.648C857.235%20219.649%20856.828%20218.741%20856.172%20218.087L856.168%20218.085Z%22%20fill%3D%22%235D6E7A%22%2F%3E%0A%3Cpath%20d%3D%22M671.624%20388.948C672.724%20389.004%20673.849%20389.044%20674.987%20389.044C676.137%20389.044%20677.274%20389.017%20678.388%20388.948C677.274%20390.565%20676.173%20391.996%20675.009%20393.359L675.025%20393.341C673.867%20391.993%20672.754%20390.56%20671.706%20389.069L671.624%20388.948ZM660.225%20387.151C662.391%20387.769%20665.034%20388.294%20667.731%20388.618L667.993%20388.642C669.643%20391.187%20671.312%20393.426%20673.102%20395.533L673.08%20395.506C670.458%20398.792%20666.919%20401.101%20662.915%20401.93L662.805%20401.948C662.797%20401.948%20662.789%20401.948%20662.781%20401.948C662.285%20401.948%20661.817%20401.811%20661.407%20401.568L661.423%20401.577C659.758%20400.51%20659.036%20396.429%20659.598%20391.185C659.732%20389.893%20659.952%20388.534%20660.223%20387.149L660.225%20387.151ZM689.799%20387.122C690.036%20388.186%20690.258%20389.543%20690.416%20390.922L690.434%20391.115C691.008%20396.357%20690.3%20400.434%20688.649%20401.523C688.281%20401.752%20687.841%20401.887%20687.373%20401.887C687.327%20401.887%20687.281%20401.885%20687.235%20401.883H687.241C683.133%20401.04%20679.596%20398.747%20676.98%20395.502L676.966%20395.484C678.724%20393.411%20680.381%20391.176%20681.899%20388.824L682.015%20388.636C684.968%20388.29%20687.615%20387.755%20690.194%20387.025L689.799%20387.119V387.122ZM662.563%20378.74C663.063%20379.84%20663.588%20380.936%20664.164%20382.037C664.739%20383.131%20665.326%20384.2%20665.926%20385.244C664.19%20384.959%20662.513%20384.599%20660.911%20384.161C661.361%20382.394%20661.925%20380.563%20662.561%20378.735L662.563%20378.74ZM687.427%20378.683C688.089%20380.527%20688.651%20382.367%20689.117%20384.15C687.517%20384.59%20685.826%20384.963%20684.078%20385.244C684.678%20384.191%20685.278%20383.106%20685.84%20381.994C686.402%20380.9%20686.929%20379.782%20687.431%20378.681L687.427%20378.683ZM658.232%20366.67C659.104%20369.989%20660.041%20372.765%20661.131%20375.442L660.981%20375.034C660.049%20377.291%20659.126%20380.051%20658.37%20382.892L658.266%20383.353C656.854%20382.866%20655.717%20382.387%20654.611%20381.85L654.841%20381.949C650.512%20379.881%20647.711%20377.161%20647.711%20375.004C647.711%20372.848%20650.512%20370.115%20654.841%20368.055C655.891%20367.55%20657.044%20367.094%20658.232%20366.67ZM691.72%20366.658C692.93%20367.078%20694.081%20367.548%20695.157%20368.055C699.486%20370.133%20702.287%20372.848%20702.287%20375.004C702.275%20377.161%20699.474%20379.887%20695.145%20381.951C694.095%20382.457%20692.944%20382.91%20691.758%20383.335C690.878%20380.004%20689.941%20377.23%20688.855%20374.549L689.007%20374.971C689.935%20372.716%20690.86%20369.955%20691.614%20367.114L691.72%20366.652V366.658ZM684.062%20364.765C685.8%20365.055%20687.475%20365.41%20689.077%20365.852C688.627%20367.626%20688.065%20369.45%20687.427%20371.278C686.927%20370.185%20686.402%20369.082%20685.826%20367.983C685.264%20366.883%20684.664%20365.812%20684.064%20364.767L684.062%20364.765ZM665.912%20364.765C665.312%20365.823%20664.712%20366.905%20664.152%20368.022C663.59%20369.115%20663.063%20370.216%20662.563%20371.317C661.901%20369.475%20661.339%20367.64%20660.873%20365.852C662.473%20365.432%20664.16%20365.057%20665.91%20364.769L665.912%20364.765ZM674.999%20364.051C676.85%20364.051%20678.692%20364.145%20680.505%20364.311C681.52%20365.945%20682.505%20367.685%20683.462%20369.531C684.391%20371.328%20685.239%20373.149%20686.006%20374.993C685.236%20376.833%20684.392%20378.67%20683.474%20380.467C682.523%20382.32%20681.541%20384.083%20680.523%20385.716C678.702%20385.893%20676.858%20385.99%20674.997%20385.99C673.146%20385.99%20671.304%20385.891%20669.491%20385.729C668.477%20384.096%20667.487%20382.349%20666.534%20380.509C665.605%20378.713%20664.757%20376.892%20663.99%20375.047C664.748%20373.203%20665.604%20371.361%20666.522%20369.562C667.473%20367.709%20668.455%20365.953%20669.473%20364.32C671.294%20364.141%20673.138%20364.046%20674.999%20364.046V364.051ZM674.961%20356.682C676.121%20358.029%20677.234%20359.46%20678.28%20360.951L678.36%20361.07C677.26%20361.014%20676.135%20360.976%20674.997%20360.976C673.847%20360.976%20672.71%20361.003%20671.596%20361.07C672.708%20359.453%20673.809%20358.022%20674.975%20356.659L674.959%20356.677L674.961%20356.682ZM662.755%20348.12C666.863%20348.964%20670.398%20351.257%20673.016%20354.501L673.03%20354.519C671.272%20356.594%20669.615%20358.829%20668.097%20361.185L667.981%20361.373C665.03%20361.717%20662.383%20362.247%20659.806%20362.977L660.199%20362.883C659.918%20361.508%20659.71%20360.176%20659.564%20358.898C658.99%20353.656%20659.698%20349.58%20661.349%20348.495C661.761%20348.277%20662.243%20348.142%20662.751%20348.124H662.757L662.755%20348.12ZM687.183%20348.064V348.082C687.209%20348.082%20687.239%20348.079%20687.271%20348.079C687.749%20348.079%20688.199%20348.212%20688.595%20348.445L688.579%20348.436C690.244%20349.508%20690.966%20353.587%20690.404%20358.833C690.27%20360.125%20690.05%20361.486%20689.779%20362.874C687.609%20362.249%20684.966%20361.722%20682.269%20361.4L682.013%20361.376C680.361%20358.829%20678.692%20356.589%20676.902%20354.48L676.926%20354.507C679.548%20351.228%20683.081%20348.919%20687.077%20348.086L687.189%20348.066L687.183%20348.064ZM687.195%20345.004C682.309%20345.838%20678.08%20348.502%20674.991%20352.344L674.975%20352.365C671.864%20348.524%20667.635%20345.878%20662.869%20345.076L662.757%20345.061C662.731%20345.061%20662.699%20345.061%20662.667%20345.061C661.685%20345.061%20660.763%20345.35%20659.964%20345.858L659.992%20345.842C656.555%20348.068%20655.785%20355.004%20657.56%20363.707C649.949%20366.346%20645%20370.564%20645%20375.009C645%20379.472%20649.975%20383.701%20657.608%20386.32C655.847%20395.057%20656.633%20402.004%20660.079%20404.227C660.835%20404.715%20661.743%20405%20662.709%20405C662.753%20405%20662.797%20405%20662.839%20404.998H662.833C667.719%20404.164%20671.948%20401.498%20675.037%20397.653L675.053%20397.633C678.164%20401.476%20682.393%20404.122%20687.159%20404.924L687.271%20404.939C687.301%20404.939%20687.339%20404.939%20687.375%20404.939C688.351%20404.939%20689.269%20404.652%20690.064%20404.151L690.036%20404.167C693.471%20401.943%20694.243%20395.007%20692.468%20386.302C700.051%20383.685%20705%20379.458%20705%20375.007C705%20370.544%20700.025%20366.315%20692.392%20363.689C694.153%20354.961%20693.367%20348.007%20689.921%20345.782C689.157%20345.29%20688.241%20345%20687.265%20345C687.239%20345%20687.213%20345%20687.187%20345H687.191L687.195%20345.004ZM680.575%20375.009C680.575%20378.475%20678.072%20381.284%20674.985%20381.284C671.898%20381.284%20669.395%20378.475%20669.395%20375.009C669.395%20371.543%20671.898%20368.734%20674.985%20368.734C676.529%20368.734%20677.926%20369.437%20678.938%20370.571C679.95%20371.707%20680.575%20373.275%20680.575%20375.009Z%22%20fill%3D%22%235D6E7A%22%2F%3E%0A%3Cmask%20id%3D%22mask1_1_2%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%2245%22%20y%3D%22345%22%20width%3D%2260%22%20height%3D%2260%22%3E%0A%3Cpath%20d%3D%22M105%20345H45V405H105V345Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url%28%23mask1_1_2%29%22%3E%0A%3Cpath%20d%3D%22M75.0024%20357C67.0024%20357%2062.0024%20361%2060.0024%20369C63.0024%20365%2066.5024%20363.5%2070.5024%20364.5C72.7849%20365.07%2074.4149%20366.725%2076.2224%20368.56C79.1649%20371.545%2082.5674%20375%2090.0024%20375C98.0024%20375%20103.002%20371%20105.002%20363C102.002%20367%2098.5024%20368.5%2094.5024%20367.5C92.2199%20366.93%2090.5899%20365.275%2088.7824%20363.44C85.8424%20360.455%2082.4399%20357%2075.0024%20357ZM60.0024%20375C52.0024%20375%2047.0024%20379%2045.0024%20387C48.0024%20383%2051.5024%20381.5%2055.5024%20382.5C57.7849%20383.07%2059.4149%20384.725%2061.2224%20386.56C64.1649%20389.545%2067.5674%20393%2075.0024%20393C83.0024%20393%2088.0024%20389%2090.0024%20381C87.0024%20385%2083.5024%20386.5%2079.5024%20385.5C77.2199%20384.93%2075.5899%20383.275%2073.7824%20381.44C70.8424%20378.455%2067.4399%20375%2060.0024%20375Z%22%20fill%3D%22%235D6E7A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cmask%20id%3D%22mask2_1_2%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%22492%22%20y%3D%22497%22%20width%3D%2260%22%20height%3D%2260%22%3E%0A%3Cpath%20d%3D%22M552%20497H492V557H552V497Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url%28%23mask2_1_2%29%22%3E%0A%3Cpath%20d%3D%22M520.035%20497.016C519.906%20497.028%20519.496%20497.069%20519.126%20497.098C510.604%20497.866%20502.622%20502.464%20497.566%20509.53C494.751%20513.459%20492.95%20517.916%20492.27%20522.637C492.029%20524.285%20492%20524.772%20492%20527.006C492%20529.24%20492.029%20529.727%20492.27%20531.375C493.9%20542.64%20501.918%20552.105%20512.792%20555.612C514.739%20556.239%20516.792%20556.667%20519.126%20556.925C520.035%20557.025%20523.965%20557.025%20524.874%20556.925C528.903%20556.48%20532.317%20555.483%20535.683%20553.764C536.199%20553.501%20536.299%20553.43%20536.229%20553.372C536.182%20553.336%20533.982%20550.387%20531.343%20546.821L526.545%20540.341L520.534%20531.445C517.226%20526.554%20514.504%20522.555%20514.481%20522.555C514.457%20522.549%20514.434%20526.502%20514.422%20531.328C514.405%20539.778%20514.399%20540.118%20514.293%20540.318C514.141%20540.605%20514.023%20540.722%20513.777%20540.851C513.589%20540.945%20513.425%20540.963%20512.54%20540.963H511.525L511.255%20540.793C511.079%20540.681%20510.95%20540.535%20510.862%20540.365L510.739%20540.101L510.751%20528.343L510.768%20516.579L510.95%20516.351C511.044%20516.227%20511.243%20516.069%20511.384%20515.993C511.625%20515.876%20511.718%20515.864%20512.733%20515.864C513.93%20515.864%20514.129%20515.911%20514.44%20516.251C514.528%20516.345%20517.783%20521.247%20521.677%20527.152C525.572%20533.058%20530.897%20541.121%20533.513%20545.079L538.264%20552.275L538.504%20552.117C540.633%20550.733%20542.886%20548.762%20544.669%20546.71C548.463%20542.353%20550.909%20537.04%20551.73%20531.375C551.971%20529.727%20552%20529.24%20552%20527.006C552%20524.772%20551.971%20524.285%20551.73%20522.637C550.1%20511.372%20542.082%20501.907%20531.208%20498.4C529.29%20497.778%20527.249%20497.35%20524.962%20497.092C524.399%20497.034%20520.522%20496.969%20520.035%20497.016ZM532.317%20515.16C532.598%20515.301%20532.827%20515.571%20532.909%20515.852C532.956%20516.005%20532.968%20519.265%20532.956%20526.613L532.938%20537.157L531.079%20534.307L529.214%20531.457V523.792C529.214%20518.837%20529.238%20516.051%20529.273%20515.917C529.367%20515.588%20529.572%20515.33%20529.853%20515.178C530.094%20515.055%20530.182%20515.043%20531.103%20515.043C531.971%20515.043%20532.123%20515.055%20532.317%20515.16Z%22%20fill%3D%22%235D6E7A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M247.614%20497.059L242.623%20551.119L220.999%20556.941L199.375%20551.119L194.385%20497.059H247.614ZM237.557%20508.051H220.98H204.109L204.916%20514.579H220.98H221.882L220.98%20514.955L205.503%20521.401L206.016%20527.782L220.98%20527.831L229%20527.856L228.487%20536.365L220.98%20538.478V538.471L220.918%20538.488L213.669%20536.658L213.229%20531.377H213.205H206.48H206.457L207.337%20541.573L220.98%20545.608V545.6L221.005%20545.608L234.575%20541.646L236.335%20521.401H220.98H220.942L220.98%20521.384L236.898%20514.579L237.557%20508.051Z%22%20fill%3D%22%235D6E7A%22%2F%3E%0A%3Cmask%20id%3D%22mask3_1_2%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%22645%22%20y%3D%2240%22%20width%3D%2260%22%20height%3D%2260%22%3E%0A%3Cpath%20d%3D%22M705%2040H645V100H705V40Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url%28%23mask3_1_2%29%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M690.984%2095.2964C685.749%2095.2964%20682.365%2092.8006%20680.715%2089.5366L685.305%2086.8779C686.514%2088.8519%20688.083%2090.3013%20690.864%2090.3013C693.198%2090.3013%20694.689%2089.1335%20694.689%2087.5225C694.689%2085.0985%20691.455%2084.1513%20689.172%2083.1733C685.104%2081.4423%20682.404%2079.2673%20682.404%2074.6743C682.404%2070.4473%20685.626%2067.2256%20690.663%2067.2256C694.245%2067.2256%20696.825%2068.4734%20698.676%2071.7344L694.287%2074.5542C693.321%2072.8232%20692.274%2072.1387%20690.663%2072.1387C689.01%2072.1387%20687.963%2073.1862%20687.963%2074.5542C687.963%2076.2462%20689.01%2076.9305%20691.428%2077.9775C696.495%2080.1495%20700.329%2081.8559%20700.329%2087.4419C700.329%2092.5179%20696.342%2095.2964%20690.984%2095.2964ZM678%2086.7974C678%2092.6384%20674.403%2095.7256%20669.408%2095.7256C664.896%2095.7256%20662.193%2094%20660.864%2091H660.819H660.798H660.786L665.373%2087.7935C666.258%2089.3625%20667.056%2090.4756%20668.988%2090.4756C670.842%2090.4756%20672%2089.5367%20672%2086.7197V67H678V86.7974ZM645%20100H705V40H645V100Z%22%20fill%3D%22%235D6E7A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M101.299%2068.3856C101.145%2068.3744%20100.967%2068.3669%20100.787%2068.3669C99.8793%2068.3669%2099.0112%2068.5356%2098.2124%2068.8431L98.2612%2068.8262C98.0268%2068.92%2097.6518%2068.92%2097.6199%2069.2181C97.7493%2069.3419%2097.768%2069.5462%2097.8768%2069.7187C98.0962%2070.09%2098.3662%2070.405%2098.6812%2070.6675L98.6868%2070.6731C99.0149%2070.93%2099.343%2071.1794%2099.688%2071.3987C100.297%2071.7737%20100.989%2071.9969%20101.586%2072.3737C101.925%2072.5931%20102.272%2072.8725%20102.617%2073.1069C102.787%2073.2231%20102.898%2073.435%20103.117%2073.51V73.4631C103.011%2073.3225%20102.977%2073.1181%20102.872%2072.9625C102.714%2072.805%20102.559%2072.6644%20102.403%2072.5106C101.938%2071.9012%20101.4%2071.38%20100.796%2070.945L100.774%2070.93C100.273%2070.5887%2099.1762%2070.1106%2098.9699%2069.535L98.9399%2069.5012C99.3487%2069.4431%2099.7124%2069.3569%20100.063%2069.2406L100.018%2069.2537C100.551%2069.1131%20101.038%2069.1431%20101.587%2069.0062C101.835%2068.9425%20102.086%2068.8656%20102.337%2068.7869V68.6462C102.056%2068.365%20101.846%2067.9825%20101.556%2067.72C100.789%2067.045%2099.943%2066.4112%2099.0524%2065.8412L98.968%2065.7906C98.4768%2065.4775%2097.8524%2065.275%2097.3349%2065.0087C97.1474%2064.915%2096.8343%2064.8681%2096.7255%2064.7106C96.4818%2064.3637%2096.2662%2063.9662%2096.0955%2063.5462L96.0805%2063.505C95.6205%2062.6125%2095.193%2061.7044%2094.798%2060.7806C94.528%2060.0625%2094.2599%2059.4737%2093.958%2058.9037L94.0012%2058.9919C92.5274%2056.5187%2090.4743%2054.5312%2088.0237%2053.1756L87.943%2053.1344C87.3637%2052.8475%2086.6905%2052.6244%2085.9837%2052.4987L85.9368%2052.4912C85.5449%2052.4725%2085.1549%2052.4444%2084.7649%2052.4275C84.4912%2052.2512%2084.2549%2052.0712%2084.0337%2051.8725L84.0393%2051.8781C83.1487%2051.3156%2080.8443%2050.0969%2080.188%2051.7094C79.7662%2052.7256%2080.8143%2053.7287%2081.1762%2054.2444C81.4649%2054.5875%2081.7274%2054.9719%2081.9543%2055.3787L81.973%2055.4162C82.0837%2055.6881%2082.1137%2055.9675%2082.2243%2056.2506C82.4962%2057.0981%2082.7718%2057.7937%2083.0849%2058.4669L83.0362%2058.3506C83.2218%2058.7237%2083.4149%2059.0406%2083.6305%2059.3406L83.6155%2059.3181C83.7412%2059.4887%2083.9568%2059.5694%2084.0074%2059.8506C83.8462%2060.19%2083.7205%2060.5837%2083.6512%2060.9944L83.6474%2061.0206C83.4449%2061.6431%2083.3268%2062.3612%2083.3268%2063.1056C83.3268%2064.27%2083.6137%2065.3669%2084.1199%2066.3306L84.1012%2066.2931C84.3524%2066.6812%2084.9487%2067.5437%2085.7474%2067.2137C86.4505%2066.9325%2086.2949%2066.0419%2086.4974%2065.2581C86.5443%2065.0706%2086.5143%2064.9469%2086.6099%2064.8194V64.855C86.8293%2065.2956%2087.0505%2065.7156%2087.2512%2066.1562C87.8174%2066.9719%2088.4905%2067.6656%2089.2593%2068.2375L89.2837%2068.2544C89.6587%2068.5356%2089.9568%2069.0231%2090.4255%2069.1956V69.1487H90.3899C90.283%2069.0325%2090.1649%2068.9294%2090.0355%2068.8412L90.028%2068.8375C89.7374%2068.5525%2089.4674%2068.245%2089.2237%2067.9206L89.2087%2067.9C88.5974%2067.075%2088.0162%2066.1412%2087.5118%2065.1606L87.4574%2065.0462C87.2005%2064.555%2086.9849%2064.0244%2086.7787%2063.5387C86.6849%2063.3512%2086.6849%2063.07%2086.5274%2062.9762C86.2499%2063.2875%2086.0005%2063.6344%2085.7924%2064.0075L85.7774%2064.0375C85.5374%2064.7369%2085.3799%2065.545%2085.3387%2066.3831V66.4037C85.2749%2066.4206%2085.3068%2066.4037%2085.2749%2066.4375C84.7743%2066.3156%2084.6018%2065.7962%2084.4143%2065.3594C84.1593%2064.6731%2084.0112%2063.8781%2084.0112%2063.0512C84.0112%2062.3837%2084.1068%2061.7387%2084.2868%2061.1294L84.2755%2061.1781C84.3862%2060.85%2084.8549%2059.815%2084.6674%2059.5C84.5699%2059.2019%2084.2605%2059.0312%2084.088%2058.7894C83.8837%2058.5006%2083.6962%2058.1725%2083.5405%2057.8256L83.5255%2057.7881C83.1505%2056.9125%2082.963%2055.9412%2082.5562%2055.0656C82.3105%2054.6081%2082.0518%2054.2144%2081.7612%2053.8469L81.7743%2053.8637C81.4649%2053.5056%2081.1799%2053.1062%2080.9324%2052.6825L80.9118%2052.645C80.8349%2052.4744%2080.7243%2052.1912%2080.848%2052.0037C80.8705%2051.895%2080.9568%2051.8106%2081.0674%2051.7937C81.2737%2051.625%2081.8549%2051.8444%2082.0574%2051.9381C82.6518%2052.1631%2083.1637%2052.4275%2083.638%2052.7387L83.608%2052.72C83.8274%2052.8737%2084.0655%2053.1719%2084.3468%2053.2487H84.6749C85.1755%2053.3594%2085.7418%2053.2825%2086.2105%2053.4194C87.0712%2053.71%2087.8155%2054.0737%2088.5037%2054.52L88.4643%2054.4956C90.5343%2055.8325%2092.1918%2057.64%2093.313%2059.7756L93.3505%2059.8525C93.538%2060.2125%2093.6205%2060.5444%2093.7912%2060.9194C94.1193%2061.6919%2094.5243%2062.4737%2094.858%2063.22C95.1749%2064.0225%2095.5499%2064.7162%2095.9962%2065.3556L95.9737%2065.3219C96.208%2065.65%2097.1493%2065.8206%2097.5712%2065.9912C98.0155%2066.1469%2098.3718%2066.295%2098.7168%2066.4619L98.6474%2066.4319C99.1855%2066.76%2099.7105%2067.135%20100.217%2067.495C100.474%2067.6731%20101.256%2068.065%20101.302%2068.38L101.299%2068.3856ZM79.3162%2082.0975C79.3162%2082.1256%2079.318%2082.1575%2079.318%2082.1894C79.318%2083.2356%2078.8512%2084.1712%2078.1124%2084.8012L78.1068%2084.805C77.2968%2085.465%2076.2524%2085.8662%2075.1143%2085.8662C75.0262%2085.8662%2074.938%2085.8644%2074.8518%2085.8587H74.863C73.4774%2085.84%2072.2024%2085.39%2071.158%2084.6381L71.1768%2084.6512L71.7318%2083.5356C72.5362%2083.9856%2073.4924%2084.265%2074.5087%2084.3044H74.5199C74.5705%2084.3081%2074.6287%2084.31%2074.6887%2084.31C75.3112%2084.31%2075.8905%2084.115%2076.3649%2083.7831L76.3555%2083.7887C76.7849%2083.4625%2077.0587%2082.9525%2077.0587%2082.3787C77.0587%2082.3675%2077.0587%2082.3581%2077.0587%2082.3469V82.3487C77.0587%2081.5762%2076.5205%2080.92%2075.5399%2080.3687C74.6305%2079.87%2072.8155%2078.8294%2072.8155%2078.8294C71.9193%2078.2744%2071.3324%2077.2975%2071.3324%2076.1837C71.3324%2076.1444%2071.3324%2076.105%2071.3343%2076.0656V76.0712C71.3324%2076.0356%2071.3324%2075.9944%2071.3324%2075.9531C71.3324%2074.9875%2071.758%2074.1212%2072.4312%2073.5325L72.4349%2073.5287C73.1512%2072.9212%2074.0868%2072.5519%2075.1087%2072.5519C75.1743%2072.5519%2075.238%2072.5537%2075.3018%2072.5556H75.2924C75.3093%2072.5556%2075.3299%2072.5556%2075.3505%2072.5556C76.5487%2072.5556%2077.6643%2072.9137%2078.5943%2073.5306L78.5718%2073.5175L78.073%2074.6331C77.3399%2074.3031%2076.4849%2074.1044%2075.5849%2074.095H75.5812C75.5362%2074.0912%2075.4855%2074.0894%2075.433%2074.0894C74.908%2074.0894%2074.4243%2074.2731%2074.0455%2074.5806L74.0493%2074.5769C73.6949%2074.8712%2073.4699%2075.3119%2073.468%2075.805C73.468%2076.5737%2074.0155%2077.2337%2075.028%2077.7962C75.9487%2078.3006%2077.8087%2079.3656%2077.8087%2079.3656C78.7237%2079.9037%2079.3293%2080.8825%2079.3293%2082.0037C79.3293%2082.0375%2079.3293%2082.0731%2079.3274%2082.1069V82.1012L79.3162%2082.0975ZM83.2012%2083.0931C82.6893%2082.0712%2082.3912%2080.8675%2082.3912%2079.5944C82.3912%2079.3937%2082.3987%2079.195%2082.4137%2079L82.4118%2079.0262C82.4118%2075.7625%2083.4037%2074.13%2085.3874%2074.1287C85.4362%2074.125%2085.4943%2074.1231%2085.5543%2074.1231C86.4449%2074.1231%2087.2268%2074.5881%2087.6712%2075.2894L87.6768%2075.2987C88.1849%2076.315%2088.483%2077.515%2088.483%2078.7825C88.483%2078.9775%2088.4755%2079.1706%2088.4624%2079.3619L88.4643%2079.3356C88.4643%2082.6256%2087.4724%2084.2719%2085.4887%2084.2744C85.438%2084.2781%2085.3799%2084.28%2085.3218%2084.28C84.4312%2084.28%2083.6474%2083.815%2083.203%2083.1137L83.1974%2083.1044L83.2012%2083.0931ZM90.9149%2086.0031L88.5337%2084.8312C88.7512%2084.6494%2088.9462%2084.4581%2089.1262%2084.2519L89.1318%2084.2462C90.0937%2082.9487%2090.6712%2081.3156%2090.6712%2079.5494C90.6712%2079.345%2090.6637%2079.1425%2090.6487%2078.9419L90.6505%2078.9681C90.6505%2074.6806%2088.9674%2072.5356%2085.6012%2072.5331C85.5262%2072.5294%2085.438%2072.5275%2085.3499%2072.5275C83.9118%2072.5275%2082.6199%2073.1594%2081.7405%2074.1625L81.7368%2074.1681C80.7787%2075.4656%2080.203%2077.0969%2080.203%2078.8631C80.203%2079.0619%2080.2105%2079.2587%2080.2255%2079.4537L80.2237%2079.4275C80.2068%2079.6169%2080.1974%2079.8381%2080.1974%2080.0612C80.1974%2081.7%2080.7112%2083.2187%2081.5849%2084.4656L81.568%2084.4412C82.4099%2085.3375%2083.6043%2085.8962%2084.9262%2085.8962C85.0499%2085.8962%2085.1718%2085.8906%2085.2918%2085.8812L85.2749%2085.8831C85.2918%2085.8831%2085.3143%2085.8831%2085.3349%2085.8831C85.918%2085.8831%2086.4824%2085.7987%2087.0168%2085.6431L86.9755%2085.6544L90.0805%2087.4637L90.9243%2086.0069L90.9149%2086.0031ZM98.6924%2085.6862H92.5293V72.73H94.603V84.0944H98.6924V85.6862ZM69.8155%2076.1275C69.2774%2080.035%2068.0455%2083.5619%2066.2437%2086.7212L66.3187%2086.5769C65.5968%2087.9662%2064.2318%2088.9337%2062.6287%2089.0894L62.6099%2089.0912C62.1243%2089.065%2061.6724%2088.9487%2061.2618%2088.7594L61.2843%2088.7687V87.6119C61.5412%2087.6512%2061.8374%2087.6737%2062.1393%2087.6737C62.1562%2087.6737%2062.173%2087.6737%2062.1918%2087.6737C62.2218%2087.6756%2062.2537%2087.6756%2062.2874%2087.6756C62.8293%2087.6756%2063.3262%2087.4787%2063.7087%2087.1506L63.7049%2087.1525C64.1174%2086.8131%2064.3818%2086.3069%2064.3968%2085.7369C64.2974%2084.9156%2064.108%2084.1656%2063.8362%2083.4587L63.8587%2083.5225L61.483%2076.1275H63.6149L65.3193%2081.6569C65.623%2082.4369%2065.7993%2083.3406%2065.7993%2084.2837V84.2875C66.703%2081.9212%2067.3893%2079.1612%2067.738%2076.2981L67.7549%2076.1256L69.8155%2076.1275ZM60.403%2085.6862H58.2318C58.1705%2082.235%2057.9599%2078.7906%2057.5999%2075.3531H57.5812L54.2774%2085.6862H52.6255L49.3443%2075.3531H49.3218C49.0655%2078.7919%2048.913%2082.2362%2048.8643%2085.6862H46.8843C47.013%2081.08%2047.333%2076.7606%2047.8443%2072.7281H50.5387L53.6662%2082.2512H53.6849L56.8405%2072.7281H59.4055C59.973%2077.4494%2060.3074%2081.7687%2060.4087%2085.6862H60.403ZM85.3218%2054.7731C85.318%2054.7731%2085.3124%2054.7731%2085.3068%2054.7731C85.0837%2054.7731%2084.868%2054.8012%2084.6618%2054.8537L84.6805%2054.85V54.88H84.7124C84.8737%2055.12%2085.0387%2055.3281%2085.2168%2055.5231L85.213%2055.5194C85.3387%2055.7706%2085.4474%2056.02%2085.573%2056.2694L85.6049%2056.2337C85.8093%2056.0725%2085.9387%2055.825%2085.9387%2055.5475C85.9387%2055.5137%2085.9368%2055.4819%2085.933%2055.4481V55.4519C85.8393%2055.3412%2085.8262%2055.2325%2085.7455%2055.1237C85.6518%2054.9662%2085.4512%2054.8894%2085.3237%2054.7656L85.3218%2054.7731Z%22%20fill%3D%22%235D6E7A%22%2F%3E%0A%3Cmask%20id%3D%22mask4_1_2%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%22349%22%20y%3D%2240%22%20width%3D%2260%22%20height%3D%2260%22%3E%0A%3Cpath%20d%3D%22M409%2040H349V100H409V40Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url%28%23mask4_1_2%29%22%3E%0A%3Cpath%20d%3D%22M379%2054.0025C378.913%2054.0025%20378.81%2054.0025%20378.71%2054.0025C374.685%2054.0025%20370.76%2054.44%20366.985%2055.27L367.345%2055.2025C363.74%2055.96%20360.55%2057.08%20357.57%2058.56L357.805%2058.455C355.278%2059.6725%20353.138%2061.3025%20351.38%2063.28L351.362%2063.3C349.935%2064.86%20349.045%2066.9325%20349%2069.21V69.22C349.047%2071.505%20349.935%2073.5725%20351.365%2075.1375L351.36%2075.13C353.135%2077.1275%20355.275%2078.7575%20357.682%2079.9225L357.802%2079.975C360.547%2081.3475%20363.738%2082.47%20367.077%2083.18L367.342%2083.2275C370.757%2083.99%20374.683%2084.4275%20378.708%2084.4275H379.015H379H379.29C383.315%2084.4275%20387.24%2083.99%20391.015%2083.16L390.655%2083.2275C394.26%2082.47%20397.45%2081.35%20400.43%2079.87L400.195%2079.975C402.722%2078.7575%20404.862%2077.1275%20406.62%2075.15L406.638%2075.13C408.065%2073.57%20408.955%2071.4975%20409%2069.22V69.21C408.955%2066.9225%20408.065%2064.85%20406.632%2063.2825L406.638%2063.29C404.862%2061.2925%20402.722%2059.6625%20400.315%2058.4975L400.195%2058.445C397.45%2057.0725%20394.26%2055.95%20390.92%2055.24L390.655%2055.1925C387.24%2054.43%20383.315%2053.9925%20379.29%2053.9925C379.188%2053.9925%20379.085%2053.9925%20378.983%2053.9925H378.997L379%2054.0025ZM371.2%2072.1625C370.872%2072.46%20370.5%2072.715%20370.095%2072.915L370.068%2072.9275C369.715%2073.0975%20369.298%2073.255%20368.863%2073.375L368.81%2073.3875C368.38%2073.5425%20367.882%2073.635%20367.362%2073.635C367.342%2073.635%20367.323%2073.635%20367.302%2073.635H362.375L361.575%2078.5425H357.957L361.157%2061.855H368.09C368.135%2061.855%20368.19%2061.8525%20368.245%2061.8525C369.145%2061.8525%20370.01%2062.01%20370.81%2062.3L370.757%2062.2825C371.495%2062.5525%20372.123%2062.9725%20372.628%2063.505L372.63%2063.5075C373.067%2064.065%20373.38%2064.74%20373.515%2065.48L373.52%2065.5075C373.582%2065.8725%20373.62%2066.2925%20373.62%2066.7225C373.62%2067.2125%20373.573%2067.69%20373.483%2068.155L373.49%2068.1075C373.4%2068.555%20373.283%2068.945%20373.135%2069.32L373.153%2069.2725C373.009%2069.6408%20372.856%2069.9883%20372.693%2070.315C372.489%2070.6417%20372.264%2070.9692%20372.017%2071.2975C371.778%2071.62%20371.515%2071.9025%20371.225%2072.155L371.218%2072.16L371.2%2072.1625ZM381.63%2073.635L383.042%2066.58C383.103%2066.3125%20383.138%2066.0075%20383.138%2065.6925C383.138%2065.6275%20383.135%2065.5625%20383.132%2065.4975V65.5075C383.13%2065.235%20383.025%2064.9875%20382.855%2064.8C382.682%2064.65%20382.478%2064.535%20382.252%2064.465L382.24%2064.4625C381.927%2064.3625%20381.568%2064.3075%20381.195%2064.3075C381.153%2064.3075%20381.11%2064.3075%20381.067%2064.31H381.073H378.257L376.417%2073.635H372.86L376.06%2057.435H379.618L378.76%2061.8525H381.96C382.015%2061.8525%20382.077%2061.85%20382.143%2061.85C382.97%2061.85%20383.775%2061.9525%20384.545%2062.1425L384.478%2062.1275C385.1%2062.265%20385.642%2062.5575%20386.08%2062.9575L386.077%2062.955C386.468%2063.2625%20386.745%2063.7%20386.842%2064.2L386.845%2064.2125C386.88%2064.435%20386.9%2064.69%20386.9%2064.95C386.9%2065.375%20386.847%2065.7875%20386.745%2066.18L386.752%2066.145L385.28%2073.63L381.63%2073.635ZM401.385%2068.175C401.285%2068.6275%20401.18%2068.995%20401.055%2069.3575L401.077%2069.28C400.942%2069.6775%20400.777%2070.0225%20400.575%2070.3425L400.588%2070.3225C400.415%2070.71%20400.21%2071.0425%20399.967%2071.3425L399.975%2071.3325C399.73%2071.6375%20399.467%2071.9075%20399.182%2072.155L399.175%2072.1625C398.847%2072.46%20398.475%2072.715%20398.07%2072.915L398.043%2072.9275C397.69%2073.0975%20397.272%2073.255%20396.838%2073.375L396.785%2073.3875C396.355%2073.5425%20395.857%2073.635%20395.338%2073.635C395.318%2073.635%20395.298%2073.635%20395.278%2073.635H390.35L389.493%2078.5325H385.935L389.135%2061.845H396.007C396.062%2061.8425%20396.125%2061.8425%20396.19%2061.8425C397.102%2061.8425%20397.98%2062%20398.792%2062.2925L398.738%2062.275C399.455%2062.535%20400.06%2062.955%20400.533%2063.495L400.537%2063.5C401.013%2064.055%20401.35%2064.7425%20401.482%2065.4975L401.488%2065.5225C401.543%2065.85%20401.575%2066.225%20401.575%2066.61C401.575%2067.1625%20401.51%2067.6975%20401.388%2068.2125L401.397%2068.165L401.385%2068.175ZM394.635%2064.3075H392.19L390.908%2071.18H393.048H393.177C393.802%2071.18%20394.418%2071.1225%20395.013%2071.015L394.95%2071.025C395.46%2070.935%20395.915%2070.7525%20396.315%2070.495L396.3%2070.5025C396.64%2070.1975%20396.925%2069.845%20397.148%2069.45L397.158%2069.43C397.415%2068.96%20397.608%2068.4125%20397.705%2067.835L397.71%2067.805C397.787%2067.4825%20397.83%2067.11%20397.83%2066.7275C397.83%2066.5425%20397.82%2066.36%20397.8%2066.1825L397.802%2066.205C397.767%2065.81%20397.623%2065.4525%20397.4%2065.1575L397.403%2065.1625C397.112%2064.8925%20396.765%2064.6825%20396.38%2064.555L396.36%2064.55C395.895%2064.395%20395.362%2064.3075%20394.807%2064.3075C394.75%2064.3075%20394.692%2064.3075%20394.637%2064.31H394.645L394.635%2064.3075ZM366.66%2064.3075H364.215L362.927%2071.18H365.073H365.202C365.827%2071.18%20366.443%2071.1225%20367.038%2071.015L366.975%2071.025C367.485%2070.935%20367.94%2070.7525%20368.34%2070.495L368.325%2070.5025C368.665%2070.1975%20368.95%2069.845%20369.173%2069.45L369.182%2069.43C369.44%2068.96%20369.632%2068.4125%20369.73%2067.835L369.735%2067.805C369.812%2067.4825%20369.855%2067.11%20369.855%2066.7275C369.855%2066.5425%20369.845%2066.36%20369.825%2066.1825L369.828%2066.205C369.793%2065.81%20369.648%2065.4525%20369.425%2065.1575L369.427%2065.1625C369.137%2064.8925%20368.79%2064.6825%20368.405%2064.555L368.385%2064.55C367.92%2064.395%20367.387%2064.3075%20366.833%2064.3075C366.775%2064.3075%20366.718%2064.3075%20366.663%2064.31H366.67L366.66%2064.3075Z%22%20fill%3D%22%235D6E7A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cmask%20id%3D%22mask5_1_2%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%22801%22%20y%3D%22497%22%20width%3D%2260%22%20height%3D%2260%22%3E%0A%3Cpath%20d%3D%22M861%20497H801V557H861V497Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url%28%23mask5_1_2%29%22%3E%0A%3Cpath%20d%3D%22M847.282%20514.01L847.845%20513.159L848.827%20513.755L849.262%20514.066C850.312%20514.876%20852.521%20516.946%20852.997%20520.381C853.834%20520.231%20854.677%20520.156%20855.521%20520.156C857.524%20520.156%20858.87%20520.621%20859.635%20521.007L860.029%20521.221L860.284%20521.39L861%20521.975L860.752%20522.725C860.368%20523.753%20859.767%20524.687%20858.99%20525.463C857.902%20526.584%20855.99%20527.908%20852.956%20528.08L852.289%20528.099H851.734C850.346%20531.763%20848.482%20535.891%20845.351%20539.596C843.493%20541.798%20841.289%20543.683%20838.826%20545.176C835.873%20546.928%20832.639%20548.156%20829.267%20548.806C826.852%20549.275%20824.4%20549.507%20821.944%20549.5C816.506%20549.5%20811.706%20548.42%20808.755%20546.53C806.119%20544.846%20804.094%20542.097%20802.732%20538.366C801.541%20534.957%20800.956%20531.365%20801.004%20527.754C800.997%20527.291%20801.158%20526.841%20801.455%20526.486C801.752%20526.131%20802.167%20525.894%20802.624%20525.819L802.879%20525.8H842.404L842.749%20525.774L843.307%20525.714C844.267%20525.586%20845.73%20525.301%20846.757%20524.701C845.527%20522.665%20845.179%20520.284%20845.752%20517.749C845.993%20516.691%20846.371%20515.67%20846.877%20514.711L847.282%20514.01ZM811.837%20518.69L811.987%20518.716C812.056%20518.742%20812.118%20518.783%20812.168%20518.836C812.218%20518.89%20812.255%20518.954%20812.276%20519.024L812.299%20519.174V524.105L812.276%20524.259C812.255%20524.329%20812.217%20524.394%20812.166%20524.447C812.115%20524.5%20812.053%20524.541%20811.984%20524.566L811.837%20524.589H806.542C806.444%20524.587%20806.348%20524.555%20806.269%20524.495C806.19%20524.436%20806.132%20524.353%20806.104%20524.259L806.077%20524.109V519.17L806.104%20519.02C806.125%20518.949%20806.162%20518.884%20806.213%20518.83C806.264%20518.776%20806.327%20518.734%20806.396%20518.709L806.542%20518.686L811.837%20518.69ZM819.139%20518.69L819.285%20518.716C819.354%20518.741%20819.417%20518.782%20819.467%20518.836C819.518%20518.889%20819.556%20518.953%20819.577%20519.024L819.6%20519.174V524.105L819.574%20524.259C819.552%20524.329%20819.514%20524.394%20819.464%20524.447C819.413%20524.5%20819.35%20524.541%20819.281%20524.566L819.135%20524.589H813.84C813.741%20524.587%20813.646%20524.554%20813.567%20524.495C813.488%20524.435%20813.43%20524.353%20813.401%20524.259L813.375%20524.112V519.174C813.374%20519.073%20813.404%20518.975%20813.461%20518.893C813.518%20518.81%20813.6%20518.747%20813.694%20518.712L813.84%20518.686L819.139%20518.69ZM826.549%20518.69L826.695%20518.716C826.763%20518.742%20826.825%20518.783%20826.875%20518.836C826.925%20518.89%20826.962%20518.954%20826.984%20519.024L827.01%20519.174V524.105L826.984%20524.259C826.962%20524.329%20826.924%20524.394%20826.874%20524.447C826.823%20524.5%20826.76%20524.541%20826.691%20524.566L826.545%20524.589H821.25C821.151%20524.587%20821.056%20524.555%20820.977%20524.495C820.898%20524.436%20820.84%20524.353%20820.811%20524.259L820.789%20524.109V519.17L820.811%20519.02C820.832%20518.949%20820.87%20518.884%20820.921%20518.83C820.971%20518.776%20821.034%20518.734%20821.104%20518.709L821.25%20518.686L826.549%20518.69ZM833.869%20518.69L834.015%20518.716C834.084%20518.741%20834.147%20518.782%20834.197%20518.836C834.248%20518.889%20834.286%20518.953%20834.307%20519.024L834.334%20519.174V524.105C834.334%20524.205%20834.304%20524.303%20834.247%20524.386C834.19%20524.469%20834.109%20524.532%20834.015%20524.566L833.865%20524.589H828.574C828.475%20524.587%20828.379%20524.555%20828.3%20524.495C828.222%20524.436%20828.164%20524.353%20828.135%20524.259L828.112%20524.109V519.17L828.135%20519.02C828.156%20518.949%20828.194%20518.884%20828.244%20518.83C828.295%20518.776%20828.358%20518.734%20828.427%20518.709L828.577%20518.686H833.872L833.869%20518.69ZM841.256%20518.69L841.402%20518.716C841.472%20518.741%20841.534%20518.782%20841.585%20518.836C841.636%20518.889%20841.673%20518.953%20841.695%20519.024L841.717%20519.174V524.105C841.718%20524.205%20841.688%20524.303%20841.631%20524.386C841.574%20524.469%20841.493%20524.532%20841.399%20524.566L841.252%20524.589H835.957C835.859%20524.587%20835.763%20524.555%20835.684%20524.495C835.605%20524.436%20835.547%20524.353%20835.519%20524.259L835.496%20524.109V519.17L835.519%20519.02C835.54%20518.949%20835.577%20518.884%20835.628%20518.83C835.679%20518.776%20835.742%20518.734%20835.811%20518.709L835.961%20518.686H841.252L841.256%20518.69ZM819.131%20511.595L819.281%20511.621C819.349%20511.647%20819.411%20511.687%20819.461%20511.74C819.511%20511.792%20819.548%20511.856%20819.57%20511.925L819.596%20512.079V517.01C819.597%20517.11%20819.567%20517.208%20819.51%20517.291C819.453%20517.374%20819.372%20517.437%20819.277%20517.471L819.131%20517.498H813.84C813.74%20517.495%20813.644%20517.461%20813.565%20517.4C813.487%20517.34%20813.429%20517.256%20813.401%20517.16L813.375%20517.01V512.079C813.375%20511.979%20813.405%20511.882%20813.462%20511.8C813.519%20511.718%20813.6%20511.656%20813.694%20511.621L813.84%20511.595H819.131ZM826.541%20511.595L826.691%20511.621C826.759%20511.647%20826.821%20511.687%20826.871%20511.74C826.921%20511.792%20826.958%20511.856%20826.98%20511.925L827.006%20512.079V517.01C827.007%20517.11%20826.977%20517.208%20826.92%20517.291C826.863%20517.374%20826.782%20517.437%20826.687%20517.471L826.541%20517.498H821.25C821.15%20517.495%20821.054%20517.461%20820.975%20517.4C820.897%20517.34%20820.839%20517.256%20820.811%20517.16L820.789%20517.01V512.079L820.811%20511.929C820.833%20511.858%20820.871%20511.794%20820.921%20511.741C820.972%20511.687%20821.034%20511.646%20821.104%20511.621L821.25%20511.595H826.541ZM833.865%20511.595C834.067%20511.595%20834.24%20511.734%20834.304%20511.925L834.33%20512.079V517.01C834.331%20517.11%20834.301%20517.208%20834.243%20517.291C834.186%20517.374%20834.105%20517.437%20834.011%20517.471L833.861%20517.498H828.574C828.474%20517.495%20828.378%20517.461%20828.299%20517.4C828.22%20517.34%20828.163%20517.256%20828.135%20517.16L828.112%20517.01V512.079L828.135%20511.929C828.157%20511.858%20828.194%20511.794%20828.245%20511.741C828.296%20511.687%20828.358%20511.646%20828.427%20511.621L828.577%20511.595H833.872H833.865ZM833.865%20504.5C834.067%20504.5%20834.24%20504.639%20834.304%20504.83L834.33%20504.98V509.915C834.331%20510.015%20834.301%20510.113%20834.243%20510.196C834.186%20510.279%20834.105%20510.342%20834.011%20510.376L833.861%20510.399H828.574C828.475%20510.397%20828.379%20510.365%20828.3%20510.305C828.222%20510.246%20828.164%20510.163%20828.135%20510.069L828.112%20509.919V504.98L828.135%20504.83C828.157%20504.76%20828.194%20504.695%20828.245%20504.642C828.296%20504.589%20828.358%20504.548%20828.427%20504.523L828.574%20504.5H833.869H833.865Z%22%20fill%3D%22%235D6E7A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M599.5%20150.5H300.5V449.5H599.5V150.5Z%22%20stroke%3D%22%235D6E7A%22%2F%3E%0A%3Cpath%20d%3D%22M0%20449.5H900%22%20stroke%3D%22%235D6E7A%22%2F%3E%0A%3Cpath%20d%3D%22M0%20299.5H300%22%20stroke%3D%22%235D6E7A%22%2F%3E%0A%3Cpath%20d%3D%22M900%20300.5H600%22%20stroke%3D%22%235D6E7A%22%2F%3E%0A%3Cpath%20d%3D%22M0%20150.5H300%22%20stroke%3D%22%235D6E7A%22%2F%3E%0A%3Cpath%20d%3D%22M900%20150.5H600%22%20stroke%3D%22%235D6E7A%22%2F%3E%0A%3Cpath%20d%3D%22M300.5%200V150%22%20stroke%3D%22%235D6E7A%22%2F%3E%0A%3Cpath%20d%3D%22M150.5%200V600%22%20stroke%3D%22%235D6E7A%22%2F%3E%0A%3Cpath%20d%3D%22M300.5%20450V600%22%20stroke%3D%22%235D6E7A%22%2F%3E%0A%3Cpath%20d%3D%22M450.5%200V150%22%20stroke%3D%22%235D6E7A%22%2F%3E%0A%3Cpath%20d%3D%22M450.5%20450V600%22%20stroke%3D%22%235D6E7A%22%2F%3E%0A%3Cpath%20d%3D%22M599.5%200V150%22%20stroke%3D%22%235D6E7A%22%2F%3E%0A%3Cpath%20d%3D%22M750.5%200V150%22%20stroke%3D%22%235D6E7A%22%2F%3E%0A%3Cpath%20d%3D%22M750.5%20150V300%22%20stroke%3D%22%235D6E7A%22%2F%3E%0A%3Cpath%20d%3D%22M750.5%20300V600%22%20stroke%3D%22%235D6E7A%22%2F%3E%0A%3Cpath%20d%3D%22M599.5%20450V600%22%20stroke%3D%22%235D6E7A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1_2%22%3E%0A%3Crect%20width%3D%22900%22%20height%3D%22600%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") !important;
background-repeat: no-repeat !important;
background-position: center center !important;
background-size: contain !important;
max-width: 75%;
}
.monaco-workbench .part.editor>.content .editor-group-container>.editor-group-watermark .shortcuts {
display: none;
}
/* ------------ Editor Screen ------------ */
.monaco-editor .peekview-widget .head .peekview-title {
flex: 5 !important;
}
.line-numbers {
transform: scale(1);
transition: all 10 linear;
}
.line-numbers.active-line-number {
transform: scale(1.25) translateX(-3px);
animation: .2s ease-out scaleSize;
color: rgb(89, 105, 245) !important;
}
@keyframes scaleSize {
0% {
transform: scale(.75)
}
100% {
transform: scale(1.35) translateX(-3px);
}
}
#bg-blur {
position: absolute;
z-index: 10;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, .15);
backdrop-filter: blur(6px);
transition: all 1s ease-in;
}
/* ------------ Find Widget ------------ */
.monaco-editor .find-widget {
border-radius: 4px;
padding-top: 1px !important;
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
top: 3px !important;
}
.monaco-editor .find-widget .monaco-sash {
display: none;
}
.monaco-editor .find-widget .button.toggle {
left: 2px;
outline: none !important;
}
.monaco-editor .find-widget .button.toggle:hover {
background-color: var(--vscode-editorWidget-background) !important;
}
/* ------------ Notifications ------------ */
.notifications-list-container .monaco-list.mouse-support .monaco-list-row {
border-radius: 0;
width: 100%;
padding-right: 0 !important;
padding-left: 0 !important;
margin-left: 0 !important;
}
/* ------------ Terminal ------------ */
.monaco-workbench .pane-body.integrated-terminal .terminal-tabs-entry.is-active:before {
display: block;
position: absolute;
content: "";
left: 0;
top: 0;
bottom: 0;
width: 0;
}
/* ------------ File Explorer Item Label ------------ */
.monaco-tree .monaco-tree-row .label-name,
.monaco-list .monaco-list-row .monaco-icon-label .label-name {
/* font-family: 'Geist Mono', monospace !important; */
font-size: 14px !important;
font-weight: 400 !important;
color: #FFF !important;
}
/* ------------ Sidebar top shadow ------------ */
.monaco-scrollable-element>.shadow.top {
box-shadow: 0px 0px 10px rgba(0, 0, 0, .75) !important;
top: -3px !important;
}
/* ------------ Tab bar ------------ */
:root {
--size: 5px;
}
.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab.active.tab-border-top>.tab-border-top-container {
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: transparent;
}
.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab.active.tab-border-top>.tab-border-top-container:before,
.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab.active.tab-border-top>.tab-border-top-container:after {
content: "";
width: var(--size);
height: var(--size);
position: absolute;
border: 2px solid;
border-image-slice: 1;
}
.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab.active.tab-border-top>.tab-border-top-container:before {
top: 0;
left: 0;
border-right: 0;
border-bottom: 0;
border-image-source: linear-gradient(-45deg, #4dd78a, #20e3b2);
}
.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab.active.tab-border-top>.tab-border-top-container:after {
right: 0;
bottom: 0;
border-top: 0;
border-left: 0;
border-image-source: linear-gradient(-45deg, #6a5af9, #d66efd);
}
.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab.active:before,
.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab.active:after {
content: "";
width: var(--size);
height: var(--size);
position: absolute;
border: 2px solid;
border-image-slice: 1;
}
.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab.active:before {
left: 0;
bottom: 0;
border-top: 0;
border-right: 0;
border-image-source: linear-gradient(-45deg, #fc6c8f, #ffb86c);
}
.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab.active:after {
top: 0;
right: 0;
border-left: 0;
border-bottom: 0;
border-image-source: linear-gradient(-45deg, #098dff, #2cccff);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment