Created
January 7, 2025 10:12
-
-
Save rishic5i/ef070c2b74e8d21f633db7ea826b4f10 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
| { | |
| "caret_style": "phase", | |
| "color_scheme": "Packages/Boxy Theme/schemes/Boxy Ocean.tmTheme", | |
| "dictionary": "Packages/Language - English/en_US.dic", | |
| "ensure_newline_at_eof_on_save": true, | |
| "folder_exclude_patterns": | |
| [ | |
| "node_modules", | |
| "_drafts", | |
| "dist", | |
| "cache", | |
| "archive", | |
| "_site", | |
| ".git", | |
| ".archives", | |
| ".sass-cache", | |
| ".jekyll-cache", | |
| // "Archives", | |
| ".ipynb_checkpoints", | |
| ".cache", | |
| "Archive" | |
| ], | |
| // "font_face": "Cascadia Code", | |
| "font_face": "0xProto Nerd Font", | |
| "font_options": ["ss01", "ss02", "ss03", "ss04", "ss05", "ss06", "ss07"], | |
| "font_size": 10, | |
| "ignored_packages": | |
| [ | |
| // "JavaScript", | |
| "Codeium", | |
| "CSS3", | |
| "Formatter", | |
| "Jedi - Python autocompletion", | |
| "KeyboardSpellCheck", | |
| "Materialize-Appbar", | |
| "PyYapf Python Formatter", | |
| "TypescriptCompletion", | |
| "Vintage", | |
| ], | |
| "wrap_width": 100, | |
| "neovintageous_build_version": 11100, | |
| "node_path": "/home/rishi/.nvm/versions/node/v15.10.0/bin/node", | |
| "npm_path": "/home/rishi/.nvm/versions/node/v15.10.0/bin/npm", | |
| "theme": "Boxy Ocean.sublime-theme", | |
| "theme_accent_blue": true, | |
| "theme_bar": true, | |
| "theme_bar_shadow_hidden": true, | |
| "theme_dropdown_atomized": true, | |
| "theme_find_panel_atomized": true, | |
| "theme_icons_materialized": true, | |
| "theme_scrollbar_rounded": true, | |
| "theme_sidebar_disclosure": true, | |
| "theme_sidebar_folder_atomized": true, | |
| "theme_sidebar_indent_sm": true, | |
| "theme_statusbar_colored": true, | |
| "theme_statusbar_size_sm": true, | |
| "theme_tab_highlight_text_only": true, | |
| "theme_tab_selected_filled": false, | |
| "theme_tab_size_sm": true, | |
| "theme_tabset_line_visible": true, | |
| "theme_unified": true, | |
| "trim_trailing_white_space_on_save": true, | |
| "update_check": false, | |
| "spell_check": true, | |
| "material_theme_tree_headings": true, // Show siderbar headings | |
| "index_files": true, | |
| } |
Author
Author
Material Cobalt.sublime-theme
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[
{
"class": "sidebar_label",
"color": [240, 240, 240],
"font.bold": false,
"font.size": 12,
"font.face": "0xProto Nerd Font",
},
{
"class": "tab_label",
"font.face": "0xProto Nerd Font",
"font.size": 12
},
{
"class": "tab_close_button",
"content_margin": 10
},
{
"class": "label_control",
"parents": [{"class": "status_bar"}],
"color": [255, 255, 255],
"font.size": 10,
"font.face": "0xProto Nerd Font"
},
{
"class": "sidebar_tree",
"row_padding": [10, 6]
},
{
"class": "tabset_control",
"tab_height": 50,
"mouse_wheel_switch": true
}
]