feat(font): new default font: maple mono

This commit is contained in:
Sergio Laín 2025-06-23 02:13:00 +02:00
parent fd82a06131
commit 575b261b0a
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
20 changed files with 39 additions and 38 deletions

View file

@ -229,7 +229,7 @@ font_size=22
### Change default font (set location to TTF/OTF file) ### Change default font (set location to TTF/OTF file)
## Set font for the whole hud ## Set font for the whole hud
font_file=/usr/share/fonts/TTF/JetBrainsMonoNerdFont-Regular.ttf font_file=/usr/share/fonts/MapleMono-NF-unhinted/MapleMono-NF-Regular.ttf
## Set font only for text like media player metadata ## Set font only for text like media player metadata
# font_file_text= # font_file_text=

View file

@ -29,16 +29,16 @@
}, },
// Font // Font
"editor.fontFamily": "JetBrainsMono Nerd Font", "editor.fontFamily": "Maple Mono NF",
"editor.inlayHints.fontFamily": "JetBrainsMono Nerd Font", "editor.inlayHints.fontFamily": "Maple Mono NF",
"terminal.integrated.fontFamily": "JetBrainsMono Nerd Font", "terminal.integrated.fontFamily": "Maple Mono NF",
"scm.inputFontFamily": "JetBrainsMono Nerd Font", "scm.inputFontFamily": "Maple Mono NF",
"chat.editor.fontFamily": "JetBrainsMono Nerd Font", "chat.editor.fontFamily": "Maple Mono NF",
"debug.console.fontFamily": "JetBrainsMono Nerd Font", "debug.console.fontFamily": "Maple Mono NF",
"editor.codeLensFontFamily": "JetBrainsMono Nerd Font", "editor.codeLensFontFamily": "Maple Mono NF",
"notebook.output.fontFamily": "JetBrainsMono Nerd Font", "notebook.output.fontFamily": "Maple Mono NF",
"markdown.preview.fontFamily": "JetBrainsMono Nerd Font", "markdown.preview.fontFamily": "Maple Mono NF",
"errorLens.fontFamily": "JetBrainsMono Nerd Font", "errorLens.fontFamily": "Maple Mono NF",
"editor.fontLigatures": true, "editor.fontLigatures": true,
"editor.fontSize": 14, "editor.fontSize": 14,
"terminal.integrated.fontSize": 14, "terminal.integrated.fontSize": 14,
@ -115,8 +115,8 @@
"height": 26, "height": 26,
"fontSize": 12 "fontSize": 12
}, },
"apc.font.family": "JetBrainsMono Nerd Font", "apc.font.family": "Maple Mono NF",
"apc.monospace.font.family": "JetBrainsMono Nerd Font", "apc.monospace.font.family": "Maple Mono NF",
"apc.statusBar": { "apc.statusBar": {
"position": "editor-bottom", "position": "editor-bottom",
"height": 28, "height": 28,

View file

@ -1,7 +1,7 @@
theme = catppuccin-macchiato theme = catppuccin-macchiato
background-blur-radius = 20 background-blur-radius = 20
font-family = JetBrainsMono Nerd Font font-family = Maple Mono NF
font-feature = +ss02 font-feature = +ss02
font-feature = +ss03 font-feature = +ss03
font-feature = +ss05 font-feature = +ss05

View file

@ -4,7 +4,7 @@
include "~/.gtkrc-2.0.mine" include "~/.gtkrc-2.0.mine"
gtk-theme-name="Catppuccin-Macchiato-Standard-Lavender-Dark" gtk-theme-name="Catppuccin-Macchiato-Standard-Lavender-Dark"
gtk-icon-theme-name="Catppuccin-SE" gtk-icon-theme-name="Catppuccin-SE"
gtk-font-name="JetBrainsMono Nerd Font 10" gtk-font-name="Maple Mono NF 10"
gtk-cursor-theme-name="Catppuccin-Macchiato-Dark-Cursors" gtk-cursor-theme-name="Catppuccin-Macchiato-Dark-Cursors"
gtk-cursor-theme-size=24 gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-style=GTK_TOOLBAR_BOTH

View file

@ -1,7 +1,7 @@
[Settings] [Settings]
gtk-theme-name=catppuccin-macchiato-lavender-standard+default gtk-theme-name=catppuccin-macchiato-lavender-standard+default
gtk-icon-theme-name=Catppuccin-SE gtk-icon-theme-name=Catppuccin-SE
gtk-font-name=JetBrainsMono Nerd Font 10 gtk-font-name=Maple Mono NF 10
gtk-cursor-theme-name=catppuccin-macchiato-dark-cursors gtk-cursor-theme-name=catppuccin-macchiato-dark-cursors
gtk-cursor-theme-size=24 gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-style=GTK_TOOLBAR_BOTH

View file

@ -9,7 +9,7 @@ misc {
animate_manual_resizes = true animate_manual_resizes = true
animate_mouse_windowdragging = false animate_mouse_windowdragging = false
enable_swallow = true enable_swallow = true
font_family = JetBrainsMono Nerd Font font_family = Maple Mono NF
} }
binds { binds {

View file

@ -1,6 +1,6 @@
source = ./theme/colors.conf source = ./theme/colors.conf
$font = JetBrains Mono Nerd Font 10 $font = Maple Mono NF 10
general { general {
hide_cursor = true hide_cursor = true

View file

@ -5,7 +5,7 @@ plugin {
hyprbars { hyprbars {
bar_height = 20 bar_height = 20
bar_color = $mantle bar_color = $mantle
bar_text_font = "JetBrainsMono Nerd Font" bar_text_font = "Maple Mono NF"
bar_part_of_window = true bar_part_of_window = true
bar_precedence_over_border = false bar_precedence_over_border = false

View file

@ -55,7 +55,7 @@ group {
col.inactive = rgba($subtext1Alpha99) col.inactive = rgba($subtext1Alpha99)
col.locked_active = rgba($maroonAlphaCC) col.locked_active = rgba($maroonAlphaCC)
col.locked_inactive = rgba($subtext1Alpha99) col.locked_inactive = rgba($subtext1Alpha99)
font_family = JetBrainsMono Nerd Font font_family = Maple Mono NF
font_size = 15 font_size = 15
text_color = $crust text_color = $crust
height = 20 height = 20

View file

@ -1,9 +1,9 @@
# Font # Font
font_family JetBrainsMono Nerd Font font_family JetBrains Maple Mono
bold_font JetBrainsMono NF Bold bold_font Maple Mono NF Bold
italic_font JetBrainsMono NF Italic italic_font Maple Mono NF Italic
bold_italic_font JetBrainsMono NF Medium Italic bold_italic_font Maple Mono NF Medium Italic
font_size 11.5 font_size 11.5
modify_font cell_height 122% modify_font cell_height 122%

View file

@ -34,7 +34,7 @@ term-osd-bar=yes # displays a progress bar on the terminal
cursor-autohide=1000 # autohides the cursor after 1s cursor-autohide=1000 # autohides the cursor after 1s
# Sets a custom font # Sets a custom font
osd-font='JetBrainsMono Nerd Font Light' osd-font='Maple Mono NF'
osd-font-size=35 osd-font-size=35
# osd-scale=0.5 # osd-scale=0.5

View file

@ -21,7 +21,7 @@ go.autoformat = true
-- Font -- Font
go.gui_font_default_size = 10 go.gui_font_default_size = 10
go.gui_font_size = go.gui_font_default_size go.gui_font_size = go.gui_font_default_size
go.gui_font_face = "JetBrainsMono Nerd Font" go.gui_font_face = "Maple Mono NF"
-- Enable EditorConfig integration -- Enable EditorConfig integration
go.editorconfig = true go.editorconfig = true

View file

@ -11,8 +11,8 @@ return {
opts = { opts = {
save_path = (os.getenv("HOME") .. "/pictures/screenshots/code"), save_path = (os.getenv("HOME") .. "/pictures/screenshots/code"),
title = "CodeSnap.nvim", title = "CodeSnap.nvim",
code_font_family = "JetBrainsMono Nerd Font", code_font_family = "Maple Mono NF",
watermark_font_family = "JetBrainsMono Nerd Font", watermark_font_family = "Maple Mono NF",
watermark = "", watermark = "",
bg_theme = "summer", bg_theme = "summer",
}, },

View file

@ -37,7 +37,7 @@ vim.g.neovide_cursor_antialiasing = false
vim.g.neovide_cursor_vfx_mode = "pixiedust" vim.g.neovide_cursor_vfx_mode = "pixiedust"
vim.g.neovide_hide_mouse_when_typing = true vim.g.neovide_hide_mouse_when_typing = true
vim.o.guifont = "JetBrainsMono Nerd Font:h10" vim.o.guifont = "Maple Mono NF:h10"
vim.opt.winblend = 20 vim.opt.winblend = 20
vim.g.neovide_refresh_rate = 75 vim.g.neovide_refresh_rate = 75

View file

@ -2,5 +2,6 @@
"export-settings-ini": true, "export-settings-ini": true,
"export-gtkrc-20": false, "export-gtkrc-20": false,
"export-index-theme": true, "export-index-theme": true,
"export-xsettingsd": true "export-xsettingsd": true,
"export-gtk4-symlinks": false
} }

View file

@ -6,8 +6,8 @@ standard_dialogs=default
style=kvantum-dark style=kvantum-dark
[Fonts] [Fonts]
fixed="JetBrainsMono Nerd Font,10,-1,5,50,0,0,0,0,0,Regular" fixed="Maple Mono NF,10,-1,5,50,0,0,0,0,0,Regular"
general="JetBrainsMono Nerd Font,10,-1,5,50,0,0,0,0,0,Regular" general="Maple Mono NF,10,-1,5,50,0,0,0,0,0,Regular"
[Interface] [Interface]
activate_item_on_single_click=1 activate_item_on_single_click=1
@ -25,7 +25,7 @@ underline_shortcut=1
wheel_scroll_lines=3 wheel_scroll_lines=3
[SettingsWindow] [SettingsWindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\x4\x38\0\0\x6\x7f\0\0\a+\0\0\0\0\0\0\x4\x38\0\0\x2\x7f\0\0\b3\0\0\0\0\x2\0\0\0\n\0\0\0\0\0\0\0\x4\x38\0\0\x6\x7f\0\0\a+) geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\x4\x38\0\0\x4\xe2\0\0\b\x11\0\0\0\0\0\0\x4\x38\0\0\x4\xff\0\0\b3\0\0\0\0\x2\0\0\0\n\0\0\0\0\0\0\0\x4\x38\0\0\x4\xe2\0\0\b\x11)
[Troubleshooting] [Troubleshooting]
force_raster_widgets=1 force_raster_widgets=1

View file

@ -8,7 +8,7 @@ configuration {
normalize-match: true; normalize-match: true;
show-icons: true; show-icons: true;
icon-theme: "Catppuccin-SE"; icon-theme: "Catppuccin-SE";
font: "JetBrainsMono Nerd Font 10"; font: "Maple Mono NF 10.5";
steal-focus: false; steal-focus: false;
hover-select: true; hover-select: true;

View file

@ -10,7 +10,7 @@ default-hide-toolbars = false
disable-notifications = true disable-notifications = true
[font] [font]
family = "JetBrainsMono Nerd Font" family = "Maple Mono NF"
style = "Regular" style = "Regular"
[color-palette] [color-palette]

View file

@ -11,7 +11,7 @@
* { * {
all: unset; all: unset;
font-size: 14px; font-size: 14px;
font-family: "JetBrainsMono NF"; font-family: "Maple Mono NF";
transition: 200ms; transition: 200ms;
} }

View file

@ -21,8 +21,8 @@
@define-color shadow rgb(30, 32, 48); @define-color shadow rgb(30, 32, 48);
* { * {
font-family: JetBrainsMono Nerd Font; font-family: Maple Mono NF;
font-size: 13px; font-size: 14px;
min-height: 0; min-height: 0;
} }