this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

still messing with font sizes

+3 -3
+1 -1
alacritty/alacritty.toml
··· 6 6 padding = { x = 10, y = 8 } 7 7 8 8 [font] 9 - size = 15 9 + size = 14 10 10 normal = { family = "Input Mono Condensed", style = "Regular" } 11 11 12 12 [bell]
+2 -2
vscode/settings.json
··· 14 14 15 15 "editor.fontFamily": "'Input Mono Condensed', Menlo, Monaco, 'Courier New', monospace", 16 16 "editor.fontSize": 14, 17 - "editor.lineHeight": 1.3, 17 + "editor.lineHeight": 1.4, 18 18 "editor.tabSize": 2, 19 19 "editor.cursorStyle": "block", 20 20 "editor.lightbulb.enabled": "off", ··· 24 24 "editor.formatOnSave": true, 25 25 "editor.inlineSuggest.enabled": true, 26 26 27 - "terminal.integrated.fontSize": 15, 27 + "terminal.integrated.fontSize": 14, 28 28 "terminal.integrated.minimumContrastRatio": 1, 29 29 "terminal.integrated.persistentSessionReviveProcess": "never", 30 30 "terminal.integrated.shellIntegration.enabled": false,