This commit is contained in:
thomasabishop 2022-05-01 18:13:38 +01:00
parent 57140b5b5e
commit c69098bc83
2 changed files with 21 additions and 27 deletions

View file

@ -33,7 +33,7 @@ width = 100%
height = 27 height = 27
;offset-x = 1% ;offset-x = 1%
;offset-y = 1% ;offset-y = 1%
radius = 6.0 radius = 0
fixed-center = false fixed-center = false
background = ${colors.background} background = ${colors.background}

View file

@ -1,16 +1,29 @@
{ {
"editor.fontFamily": "Jetbrains Mono", "editor.fontFamily": "Fira Code",
"editor.fontLigatures": true, "editor.fontLigatures": true,
"editor.fontSize": 12, "editor.fontSize": 12,
"editor.fontWeight": 400, "editor.fontWeight": 400,
"editor.formatOnPaste": false, "editor.formatOnPaste": false,
"editor.wordWrap": "on", "editor.wordWrap": "on",
"terminal.integrated.fontFamily": "Jetbrains Mono", "editor.cursorBlinking": "smooth",
"terminal.integrated.fontSize": 12, "editor.smoothScrolling": true,
"terminal.integrated.fontWeight": "500", "editor.formatOnSave": true,
"editor.bracketPairColorization.enabled": true,
"terminal.integrated.fontFamily": "Fira Code",
"terminal.integrated.fontSize": 11,
"terminal.integrated.fontWeight": "400",
"terminal.integrated.tabs.enabled": true,
"debug.console.fontFamily": "Jetbrains Mono", "debug.console.fontFamily": "Jetbrains Mono",
"debug.console.fontSize": 12, "debug.console.fontSize": 12,
"editor.cursorBlinking": "smooth", "explorer.confirmDelete": false,
"workbench.list.smoothScrolling": true,
"workbench.startupEditor": "none",
"workbench.colorCustomizations": {
"scrollbar.shadow": "#ffffff00"
},
"workbench.iconTheme": "material-icon-theme",
"npm.enableRunFromFolder": true,
"security.workspace.trust.untrustedFiles": "open",
"files.trimFinalNewlines": true, "files.trimFinalNewlines": true,
"vim.statusBarColorControl": false, "vim.statusBarColorControl": false,
"vim.leader": "/", "vim.leader": "/",
@ -25,16 +38,12 @@
"opacity": 50, "opacity": 50,
"iconColour": "#e08009" "iconColour": "#e08009"
}, },
"markdown-preview-github-styles.colorTheme": "light", "markdown-preview-github-styles.colorTheme": "light",
"liveServer.settings.donotShowInfoMsg": true, "liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"explorer.confirmDragAndDrop": false, "explorer.confirmDragAndDrop": false,
"terminal.integrated.defaultProfile.windows": "Ubuntu (WSL)",
"[jsonc]": { "[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
}, },
"workbench.list.smoothScrolling": true,
"editor.tokenColorCustomizations": { "editor.tokenColorCustomizations": {
"textMateRules": [ "textMateRules": [
{ {
@ -42,20 +51,9 @@
"settings": { "settings": {
"fontStyle": "italic" "fontStyle": "italic"
} }
},
{
"scope": "meta.object-literal.key.js",
"settings": {
"foreground": "#2f7e25"
}
} }
] ]
}, },
"workbench.colorCustomizations": {
"scrollbar.shadow": "#ffffff00"
},
"editor.smoothScrolling": true,
"editor.bracketPairColorization.enabled": true,
"[html]": { "[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
}, },
@ -72,16 +70,12 @@
"[javascriptreact]": { "[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
}, },
"terminal.integrated.tabs.enabled": false,
"npm.enableRunFromFolder": true,
"security.workspace.trust.untrustedFiles": "open",
"gitlens.advanced.messages": { "gitlens.advanced.messages": {
"suppressGitMissingWarning": true "suppressGitMissingWarning": true
}, },
"[shellscript]": { "[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format" "editor.defaultFormatter": "foxundermoon.shell-format"
}, },
"workbench.colorTheme": "Alien Blood ", "workbench.colorTheme": "Visual Studio Light"
"workbench.startupEditor": "none",
"editor.formatOnSave": true
} }