/* VS Code Dark Theme dla Filebrowser */
.ace_editor, .ace_gutter {
    background-color: #1e1e1e !important;
}
.ace_editor {
    color: #d4d4d4 !important;
}
.ace_gutter {
    color: #858585 !important;
    border-right: 1px solid #333 !important;
}
.ace_active-line { background: #2c2c2c !important; }
.ace_keyword { color: #569cd6 !important; }
.ace_string { color: #ce9178 !important; }
.ace_comment { color: #6a9955 !important; }
.ace_function { color: #dcdcaa !important; }
.ace_variable { color: #9cdcfe !important; }
