mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
Added kde neon aliases
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+j",
|
||||
"command": "editor.action.joinLines",
|
||||
"when": "editorTextFocus"
|
||||
}
|
||||
"command": "editor.action.joinLines"
|
||||
},
|
||||
{ "key": "ctrl+shift+j", "command": "workbench.action.togglePanel" }
|
||||
]
|
||||
|
||||
@@ -160,6 +160,7 @@
|
||||
"[markdown]": {
|
||||
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
|
||||
},
|
||||
|
||||
"markdown.extension.toc.orderedList": true,
|
||||
//
|
||||
// Python
|
||||
@@ -175,8 +176,12 @@
|
||||
"editor.defaultFormatter": "rust-lang.rust"
|
||||
},
|
||||
//
|
||||
// Theme
|
||||
"workbench.colorTheme": "Community Material Theme Darker High Contrast",
|
||||
"workbench.iconTheme": "material-icon-theme"
|
||||
// Themes
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"theme-by-language.themes": {
|
||||
"*": "Visual Studio Dark",
|
||||
"markdown": "Material Theme Darker High Contrast"
|
||||
},
|
||||
"workbench.colorTheme": "Visual Studio Dark"
|
||||
//
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user