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