Compare commits
2 commits
966ebcc834
...
3cbcd1c6ab
Author | SHA1 | Date | |
---|---|---|---|
3cbcd1c6ab | |||
b026cf41f5 |
2 changed files with 13 additions and 5 deletions
|
@ -56,6 +56,7 @@
|
||||||
"wrap_guides": [80],
|
"wrap_guides": [80],
|
||||||
"use_smartcase_search": true,
|
"use_smartcase_search": true,
|
||||||
"terminal": {
|
"terminal": {
|
||||||
|
"dock": "right",
|
||||||
"toolbar": {
|
"toolbar": {
|
||||||
"breadcrumbs": false
|
"breadcrumbs": false
|
||||||
}
|
}
|
||||||
|
@ -78,6 +79,9 @@
|
||||||
"dock": "right"
|
"dock": "right"
|
||||||
},
|
},
|
||||||
"languages": {
|
"languages": {
|
||||||
|
"C++": {
|
||||||
|
"format_on_save": "on"
|
||||||
|
},
|
||||||
"JavaScript": {
|
"JavaScript": {
|
||||||
"tab_size": 4,
|
"tab_size": 4,
|
||||||
"formatter": {
|
"formatter": {
|
||||||
|
@ -119,6 +123,10 @@
|
||||||
"Make": {
|
"Make": {
|
||||||
"hard_tabs": true,
|
"hard_tabs": true,
|
||||||
"tab_size": 8
|
"tab_size": 8
|
||||||
|
},
|
||||||
|
"SQL": {
|
||||||
|
"format_on_save": "off",
|
||||||
|
"show_edit_predictions": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"auto_install_extensions": {
|
"auto_install_extensions": {
|
||||||
|
|
|
@ -43,11 +43,11 @@
|
||||||
"scrollbar.track.border": "#ff00ff00",
|
"scrollbar.track.border": "#ff00ff00",
|
||||||
"scrollbar.thumb.border": "#ff00ff00",
|
"scrollbar.thumb.border": "#ff00ff00",
|
||||||
|
|
||||||
"search.match_background": "#20a9ae",
|
"search.match_background": "#ad962288",
|
||||||
"created": "#20a951ff",
|
"created": "#20a951ff",
|
||||||
"deleted": "#ad1c22ff",
|
"deleted": "#ad1c22ff",
|
||||||
"modified": "#2059afff",
|
"modified": "#2059afff",
|
||||||
"hint": "#20a951ff",
|
"hint": "#736E76",
|
||||||
|
|
||||||
"editor.foreground": "#e7e3e9ff",
|
"editor.foreground": "#e7e3e9ff",
|
||||||
"editor.background": "#201c22ff",
|
"editor.background": "#201c22ff",
|
||||||
|
@ -117,7 +117,7 @@
|
||||||
"name": "mpwb light",
|
"name": "mpwb light",
|
||||||
"appearance": "light",
|
"appearance": "light",
|
||||||
"style": {
|
"style": {
|
||||||
"border": "#f2f3f2",
|
"border": "#DBDCDC",
|
||||||
"border.variant": "#e0e0e0",
|
"border.variant": "#e0e0e0",
|
||||||
"border.focused": "#e0e0e0",
|
"border.focused": "#e0e0e0",
|
||||||
"border.disabled": "#e0e0e0",
|
"border.disabled": "#e0e0e0",
|
||||||
|
@ -151,11 +151,11 @@
|
||||||
|
|
||||||
"panel.background": "#dedfde",
|
"panel.background": "#dedfde",
|
||||||
|
|
||||||
"search.match_background": "#20a9ae",
|
"search.match_background": "#e2cb2280",
|
||||||
"created": "#20a951ff",
|
"created": "#20a951ff",
|
||||||
"deleted": "#ad1c22ff",
|
"deleted": "#ad1c22ff",
|
||||||
"modified": "#2059afff",
|
"modified": "#2059afff",
|
||||||
"hint": "#20a951ff",
|
"hint": "#98939B",
|
||||||
|
|
||||||
"editor.background": "#e7e3e9ff",
|
"editor.background": "#e7e3e9ff",
|
||||||
"editor.foreground": "#201c22ff",
|
"editor.foreground": "#201c22ff",
|
||||||
|
|
Loading…
Add table
Reference in a new issue