Path: blob/main/src/vs/editor/standalone/browser/quickInput/standaloneQuickInput.css
3296 views
/*---------------------------------------------------------------------------------------------1* Copyright (c) Microsoft Corporation. All rights reserved.2* Licensed under the MIT License. See License.txt in the project root for license information.3*--------------------------------------------------------------------------------------------*/45.quick-input-widget {6font-size: 13px;7}89.quick-input-widget .monaco-highlighted-label .highlight,10.quick-input-widget .monaco-highlighted-label .highlight {11color: #0066BF;12}1314.vs .quick-input-widget .monaco-list-row.focused .monaco-highlighted-label .highlight,15.vs .quick-input-widget .monaco-list-row.focused .monaco-highlighted-label .highlight {16color: #9DDDFF;17}1819.vs-dark .quick-input-widget .monaco-highlighted-label .highlight,20.vs-dark .quick-input-widget .monaco-highlighted-label .highlight {21color: #0097fb;22}2324.hc-black .quick-input-widget .monaco-highlighted-label .highlight,25.hc-black .quick-input-widget .monaco-highlighted-label .highlight {26color: #F38518;27}2829.hc-light .quick-input-widget .monaco-highlighted-label .highlight,30.hc-light .quick-input-widget .monaco-highlighted-label .highlight {31color: #0F4A85;32}3334.monaco-keybinding > .monaco-keybinding-key {35background-color: rgba(221, 221, 221, 0.4);36border: solid 1px rgba(204, 204, 204, 0.4);37border-bottom-color: rgba(187, 187, 187, 0.4);38box-shadow: inset 0 -1px 0 rgba(187, 187, 187, 0.4);39color: #555;40}4142.hc-black .monaco-keybinding > .monaco-keybinding-key {43background-color: transparent;44border: solid 1px rgb(111, 195, 223);45box-shadow: none;46color: #fff;47}4849.hc-light .monaco-keybinding > .monaco-keybinding-key {50background-color: transparent;51border: solid 1px #0F4A85;52box-shadow: none;53color: #292929;54}5556.vs-dark .monaco-keybinding > .monaco-keybinding-key {57background-color: rgba(128, 128, 128, 0.17);58border: solid 1px rgba(51, 51, 51, 0.6);59border-bottom-color: rgba(68, 68, 68, 0.6);60box-shadow: inset 0 -1px 0 rgba(68, 68, 68, 0.6);61color: #ccc;62}636465