mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 08:41:36 +00:00
change font
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
font_family JetBrains Mono NL
|
# font_family JetBrains Mono NL
|
||||||
|
font_family Maple Mono Normal NF CN
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
|
@ -121,6 +121,7 @@ let g:solarized_termtrans=1
|
|||||||
" put https://raw.github.com/altercation/vim-colors-solarized/master/colors/solarized.vim
|
" put https://raw.github.com/altercation/vim-colors-solarized/master/colors/solarized.vim
|
||||||
" in ~/.vim/colors/ and uncomment:
|
" in ~/.vim/colors/ and uncomment:
|
||||||
colorscheme quiet
|
colorscheme quiet
|
||||||
|
" colorscheme base16-default-dark
|
||||||
" colorscheme catppuccin_mocha
|
" colorscheme catppuccin_mocha
|
||||||
|
|
||||||
" plugin
|
" plugin
|
||||||
|
@ -3,7 +3,7 @@ local wezterm = require("wezterm")
|
|||||||
local config = wezterm.config_builder()
|
local config = wezterm.config_builder()
|
||||||
|
|
||||||
-- config.font = wezterm.font("JetBrains Mono NL")
|
-- config.font = wezterm.font("JetBrains Mono NL")
|
||||||
config.font = wezterm.font_with_fallback({ "JetBrains Mono NL", "PingFang SC" })
|
config.font = wezterm.font_with_fallback({ "Maple Mono Normal NF CN", "PingFang SC" })
|
||||||
|
|
||||||
-- ui
|
-- ui
|
||||||
--[[ config.initial_rows = 50 ]]
|
--[[ config.initial_rows = 50 ]]
|
||||||
@ -19,8 +19,8 @@ config.window_padding = {
|
|||||||
config.window_decorations = "RESIZE"
|
config.window_decorations = "RESIZE"
|
||||||
config.window_background_opacity = 1
|
config.window_background_opacity = 1
|
||||||
config.macos_window_background_blur = 37
|
config.macos_window_background_blur = 37
|
||||||
config.initial_rows = 30
|
config.initial_rows = 33
|
||||||
config.initial_cols = 90
|
config.initial_cols = 120
|
||||||
|
|
||||||
-- tab bar
|
-- tab bar
|
||||||
config.use_fancy_tab_bar = false
|
config.use_fancy_tab_bar = false
|
||||||
@ -31,8 +31,8 @@ config.colors = {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
config.hide_tab_bar_if_only_one_tab = true
|
-- config.hide_tab_bar_if_only_one_tab = true
|
||||||
config.color_scheme = "Catppuccin Mocha"
|
-- config.color_scheme = "Catppuccin Mocha"
|
||||||
config.font_size = 16
|
config.font_size = 16
|
||||||
|
|
||||||
config.mouse_bindings = {
|
config.mouse_bindings = {
|
||||||
|
Reference in New Issue
Block a user