feat: back to SF mono and cat-pu-cin
parent
09bee83507
commit
2ec96efd88
|
@ -2,7 +2,7 @@
|
|||
include mocha.conf
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#fonts
|
||||
font_family JetBrains Mono
|
||||
font_family SF Mono
|
||||
font_size 16.0
|
||||
# kitty +list-fonts --psnames
|
||||
|
||||
|
|
|
@ -241,8 +241,6 @@ require("lazy").setup({
|
|||
-- https://github.com/nyoom-engineering/oxocarbon.nvim
|
||||
{
|
||||
"nyoom-engineering/oxocarbon.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
},
|
||||
|
||||
-- https://github.com/folke/tokyonight.nvim
|
||||
|
@ -255,6 +253,8 @@ require("lazy").setup({
|
|||
{
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
require("catppuccin").setup({
|
||||
flavour = "mocha",
|
||||
|
@ -304,6 +304,6 @@ require("lazy").setup({
|
|||
})
|
||||
|
||||
-- vim.api.nvim_command("colorscheme iceberg")
|
||||
vim.api.nvim_command("colorscheme oxocarbon")
|
||||
-- vim.api.nvim_command("colorscheme oxocarbon")
|
||||
-- vim.api.nvim_command("colorscheme github_dark")
|
||||
-- vim.api.nvim_command("colorscheme catppuccin")
|
||||
vim.api.nvim_command("colorscheme catppuccin")
|
||||
|
|
|
@ -1,12 +1,7 @@
|
|||
local wezterm = require("wezterm")
|
||||
return {
|
||||
font = wezterm.font({
|
||||
family = "JetBrains Mono",
|
||||
harfbuzz_features = {
|
||||
"ss02", -- f l m t Ww y
|
||||
"cv18", -- 2 6 9
|
||||
"cv20", -- 5
|
||||
},
|
||||
family = "SF Mono",
|
||||
}),
|
||||
font_size = 16.0,
|
||||
line_height = 1.2,
|
||||
|
|
Loading…
Reference in New Issue