Skip to content

Commit fa8fbb2

Browse files
committed
vscode: migrated to tokyo night theme
1 parent a31c452 commit fa8fbb2

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

dotfiles/config/vscode-styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
* {
22
font-family: "JetBrainsMono Nerd Font Mono", monospace;
3-
font-size: 12px;
3+
font-size: 13px;
4+
line-height: 1.3rem;
45
}

vscode/settings.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
"editor.fontLigatures": true,
2020
"editor.fontWeight": "400",
2121
"editor.fontFamily": "JetBrainsMono Nerd Font Mono",
22+
"editor.fontSize": 13,
23+
"editor.lineHeight": 1.3,
2224
"editor.largeFileOptimizations": true,
2325
"editor.minimap.enabled": false,
2426
"editor.parameterHints.enabled": true,
@@ -124,9 +126,9 @@
124126
"workbench.editor.revealIfOpen": true,
125127
"workbench.iconTheme": "catppuccin-frappe",
126128
"workbench.list.openMode": "singleClick",
127-
"workbench.preferredDarkColorTheme": "Catppuccin Frappé",
129+
"workbench.preferredLightColorTheme": "Tokyo Night Light",
130+
"workbench.preferredDarkColorTheme": "Tokyo Night Storm",
128131
"workbench.startupEditor": "newUntitledFile",
129-
"workbench.colorTheme": "One Dark",
130132
"workbench.tree.renderIndentGuides": "onHover",
131133
"workbench.tree.indent": 10,
132134
"workbench.editor.mouseBackForwardToNavigate": false,
@@ -233,6 +235,9 @@
233235
"scm.countBadge": "focused",
234236
"scm.diffDecorations": "gutter",
235237
"scm.defaultViewMode": "tree",
238+
"gitlens.ai.model": "vscode",
239+
"gitlens.ai.vscode.model": "copilot:gpt-4.1",
240+
"diffEditor.hideUnchangedRegions.enabled": true,
236241
//
237242
// terminal
238243
//
@@ -288,6 +293,7 @@
288293
"window.openFilesInNewWindow": "off",
289294
// for catppuccin theme: make the window's titlebar use the workbench colors
290295
"window.titleBarStyle": "custom",
296+
"window.density.editorTabHeight": "compact",
291297
//
292298
// search
293299
//
@@ -315,10 +321,10 @@
315321
"extensions.closeExtensionDetailsOnViewChange": true,
316322
"excalidraw.theme": "auto",
317323
"github.copilot.enable": {
318-
"*": true,
324+
"*": false,
319325
"plaintext": true,
320326
"markdown": true,
321-
"scminput": false,
327+
"scminput": false
322328
},
323329
"vscode_custom_css.imports": [
324330
"file://${userHome}/.config/vscode-styles.css",
@@ -379,5 +385,5 @@
379385
"CreatedTime",
380386
],
381387
"bookmarks.saveBookmarksInProject": true,
382-
"go.diagnostic.vulncheck": "Imports",
388+
"go.diagnostic.vulncheck": "Imports"
383389
}

0 commit comments

Comments
 (0)