Skip to content

Instantly share code, notes, and snippets.

View vuboi's full-sized avatar
😄
Working

Vũ Ngọc Bội vuboi

😄
Working
  • Mobio.io
  • Hoang Mai, Ha Noi City
  • 22:18 (UTC +07:00)
  • LinkedIn in/vuboi
  • Facebook shival99
View GitHub Profile
@vuboi
vuboi / script.js
Created November 6, 2024 02:03
vscode_custom
document.addEventListener('DOMContentLoaded', function() {
const checkElement = setInterval(() => {
const commandDialog = document.querySelector(".quick-input-widget");
if (commandDialog) {
// Check if the command palette element is visible for the first time.
if (commandDialog.style.display !== "none") {
applyBlur();
}
observeCommandDialog(commandDialog);
clearInterval(checkElement);
@vuboi
vuboi / style.css
Last active January 15, 2025 07:34
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; */