Skip to content

Commit

Permalink
feature(zed): set font weight (UI & buffer)
Browse files Browse the repository at this point in the history
  • Loading branch information
coopbri committed Jun 1, 2024
1 parent 71f7f40 commit 187c04e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .config/zed/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
"diagnostics": false,
"metrics": false
},
// font
// UI font
"ui_font_family": "FiraCode Nerd Font Mono",
// TODO font weight
"ui_font_weight": 500,
"ui_font_size": 18,
// buffer font
"buffer_font_family": "FiraCode Nerd Font Mono",
"buffer_font_size": 18,
"terminal": {
// TODO cursor line
}
"buffer_font_weight": 500,
"buffer_font_size": 18
// "terminal": {
// TODO cursor line
// }
}

0 comments on commit 187c04e

Please sign in to comment.