Skip to content

Commit

Permalink
fix(core): change font to firacode (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Nov 11, 2024
1 parent 9b41cae commit c862dcc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions conf/core.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ decorations = "full"
startup_mode = "Maximized"

[font]
size = 19.0
normal.family = "FiraCode Nerd Font Mono"
bold.family = "FiraCode Nerd Font Mono"
italic.family = "FiraCode Nerd Font Mono"
bold_italic.family = "FiraCode Nerd Font Mono"
size = 20.0
normal.family = "FiraCode Nerd Font"
bold.family = "FiraCode Nerd Font"
italic.family = "FiraCode Nerd Font"
bold_italic.family = "FiraCode Nerd Font"

[mouse]
hide_when_typing = false
Expand All @@ -42,4 +42,4 @@ decorations_theme_variant = "Dark"
[cursor]
style = "Block"
unfocused_hollow = true
vi_mode_style = "Beam"
vi_mode_style = "Beam"

0 comments on commit c862dcc

Please sign in to comment.