this repo has no description
0
fork

Configure Feed

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

font: menlo

+4 -4
+2 -2
alacritty/alacritty.toml
··· 6 6 padding = { x = 10, y = 8 } 7 7 8 8 [font] 9 - size = 16 10 - normal = { family = "ZedMono Nerd Font Mono", style = "Regular" } 9 + size = 14 10 + normal = { family = "Menlo", style = "Regular" } 11 11 12 12 [bell] 13 13 duration = 0
+2 -2
zed/settings.json
··· 11 11 "vim_mode": true, 12 12 "ui_font_size": 16, 13 13 "buffer_font_family": "Menlo", 14 - "buffer_font_size": 15, 14 + "buffer_font_size": 14, 15 15 "theme": { 16 16 "mode": "system", 17 17 "light": "Solarized Light", ··· 19 19 }, 20 20 "terminal": { 21 21 "font_family": "Menlo", 22 - "font_size": 15 22 + "font_size": 14 23 23 } 24 24 }