fonts
This commit is contained in:
parent
0af7d00a72
commit
f42c239958
7 changed files with 8 additions and 8 deletions
|
@ -26,4 +26,4 @@ vim.o.imsearch = 0
|
||||||
|
|
||||||
local fsize = '11'
|
local fsize = '11'
|
||||||
if vim.loop.os_uname().sysname == 'Darwin' then fsize = '14' end
|
if vim.loop.os_uname().sysname == 'Darwin' then fsize = '14' end
|
||||||
vim.o.guifont = 'vcascadia:h' .. fsize
|
vim.o.guifont = 'VascadiaMod:h' .. fsize
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
(setq user-full-name "Von Random"
|
(setq user-full-name "Von Random"
|
||||||
user-mail-address "von@mechanus.net")
|
user-mail-address "von@mechanus.net")
|
||||||
|
|
||||||
(setq doom-font (font-spec :family "vcascadia" :size 14)
|
(setq doom-font (font-spec :family "VascadiaMod" :size 14)
|
||||||
doom-variable-pitch-font (font-spec :family "PT Sans"))
|
doom-variable-pitch-font (font-spec :family "PT Sans"))
|
||||||
(setq doom-theme 'doom-gruvbox)
|
(setq doom-theme 'doom-gruvbox)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# I am config
|
# I am config
|
||||||
font_family vcascadia
|
font_family VascadiaMod
|
||||||
disable_ligatures always
|
disable_ligatures always
|
||||||
modify_font underline_position 1
|
modify_font underline_position 1
|
||||||
font_size 14
|
font_size 14
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
local wt = require('wezterm')
|
local wt = require('wezterm')
|
||||||
local act = wt.action
|
local act = wt.action
|
||||||
local font = 'vcascadia'
|
local font = 'VascadiaMod'
|
||||||
local harfbuzz_features = null
|
local harfbuzz_features = null
|
||||||
local fontsizes = { Darwin = 14, others = 11 }
|
local fontsizes = { Darwin = 14, others = 11 }
|
||||||
local theme = 'GruvboxDark'
|
local theme = 'GruvboxDark'
|
||||||
|
|
|
@ -7,7 +7,7 @@ Xft.hinting: true
|
||||||
Xft.hintstyle: hintslight
|
Xft.hintstyle: hintslight
|
||||||
Xft.dpi: 192
|
Xft.dpi: 192
|
||||||
|
|
||||||
#define FONT xft:vcascadia:size=12
|
#define FONT xft:VascadiaMod:size=12
|
||||||
|
|
||||||
! gruvbox
|
! gruvbox
|
||||||
#define COLORFG #ebdbb2
|
#define COLORFG #ebdbb2
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# -*- conf -*-
|
# -*- conf -*-
|
||||||
|
|
||||||
font=vcascadia:size=12
|
font=VascadiaMod:size=12
|
||||||
box-drawings-uses-font-glyphs=no
|
box-drawings-uses-font-glyphs=no
|
||||||
# dpi-aware=yes
|
# dpi-aware=yes
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,8 @@ set $down j
|
||||||
set $up k
|
set $up k
|
||||||
set $right l
|
set $right l
|
||||||
|
|
||||||
set $font vcascadia 13
|
set $font VascadiaMod 13
|
||||||
font pango:vcascadia 11
|
font pango:VascadiaMod 11
|
||||||
|
|
||||||
#set $font Fantasque Sans Mono 15
|
#set $font Fantasque Sans Mono 15
|
||||||
#font pango:Fantasque Sans Mono 13
|
#font pango:Fantasque Sans Mono 13
|
||||||
|
|
Loading…
Reference in a new issue