Created
November 24, 2025 15:00
-
-
Save kernelvoid17/6f71320442213b2e03a691cd0d688988 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "edit_predictions": { | |
| "mode": "subtle" | |
| }, | |
| "telemetry": { | |
| "diagnostics": false, | |
| "metrics": false | |
| }, | |
| "theme": "Min Dark (Solid)", | |
| "theme_overrides": { | |
| "Min Dark (Solid)": { | |
| "syntax": { | |
| "variable": { "color": "#cccccc" }, | |
| "variable.special": { "color": "#cccccc" }, | |
| "variable.builtin": { "color": "#cccccc" }, | |
| "type": { "color": "#cccccc" }, | |
| "function": { "color": "#cccccc" }, | |
| "function.builtin": { "color": "#cccccc" }, | |
| "function.method": { "color": "#cccccc" }, | |
| "keyword": { "color": "#cccccc" }, | |
| "string": { "color": "#cccccc" }, | |
| "string.special": { "color": "#cccccc" }, | |
| "string.escape": { "color": "#cccccc" }, | |
| "number": { "color": "#cccccc" }, | |
| "boolean": { "color": "#cccccc" }, | |
| "operator": { "color": "#cccccc" }, | |
| "property": { "color": "#cccccc" }, | |
| "punctuation": { "color": "#cccccc" }, | |
| "punctuation.bracket": { "color": "#cccccc" }, | |
| "punctuation.delimiter": { "color": "#cccccc" }, | |
| "constant": { "color": "#cccccc" }, | |
| "constructor": { "color": "#cccccc" }, | |
| "tag": { "color": "#cccccc" }, | |
| "attribute": { "color": "#cccccc" }, | |
| "label": { "color": "#cccccc" }, | |
| "embedded": { "color": "#cccccc" } | |
| } | |
| } | |
| }, | |
| "buffer_font_family": "DankMono Nerd Font", | |
| "buffer_font_size": 28, | |
| "ui_font_family": "DankMono Nerd Font", | |
| "ui_font_size": 20, | |
| "cursor_blink": false, | |
| "terminal": { | |
| "font_size": 23, | |
| "font_family": "DankMono Nerd Font", | |
| "blinking": "off" | |
| }, | |
| "gutter": { | |
| "min_line_number_digits": 0, | |
| "runnables": false, | |
| "folds": false, | |
| "breakpoints": false, | |
| "line_numbers": true | |
| }, | |
| "vim_mode": true, | |
| "relative_line_numbers": "enabled", | |
| "vim": { | |
| "use_smartcase_find": false, | |
| "highlight_on_yank_duration": 150, | |
| "use_system_clipboard": "never", | |
| "cursor_shape": { | |
| "insert": "block", | |
| "normal": "block", | |
| "replace": "block", | |
| "visual": "block" | |
| } | |
| }, | |
| "git": { | |
| "inline_blame": { | |
| "enabled": false | |
| } | |
| }, | |
| "soft_wrap": "editor_width", | |
| "experimental.theme_overrides": { | |
| "players": [{ "cursor": "#eeeeee" }] | |
| }, | |
| "jupyter": { | |
| "enabled": true, | |
| "kernel_selections": { | |
| "python": "conda-env" | |
| } | |
| }, | |
| "status_bar": { "experimental.show": false }, | |
| "scrollbar": { "show": "never" }, | |
| "toolbar": { | |
| "agent_review": false, | |
| "breadcrumbs": false, | |
| "code_actions": false, | |
| "quick_actions": false, | |
| "selections_menu": false | |
| }, | |
| "title_bar": { | |
| "show_branch_icon": false, | |
| "show_branch_name": false, | |
| "show_menus": false, | |
| "show_onboarding_banner": false, | |
| "show_project_items": false, | |
| "show_sign_in": false, | |
| "show_user_picture": false | |
| }, | |
| // "tab_bar": { "show": false } | |
| "tab_bar": { | |
| "show_nav_history_buttons": false, | |
| "show_tab_bar_buttons": false | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment