set font
This commit is contained in:
parent
f2b2074205
commit
97191e8561
|
@ -12,7 +12,7 @@ local themes_path = gfs.get_themes_dir()
|
||||||
|
|
||||||
local theme = {}
|
local theme = {}
|
||||||
|
|
||||||
theme.font = "Fisa Code, 10"
|
theme.font = "Fira Code, 10"
|
||||||
|
|
||||||
theme.bg_normal = "#282828"
|
theme.bg_normal = "#282828"
|
||||||
theme.bg_focus = "#282828"
|
theme.bg_focus = "#282828"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
:root {
|
:root {
|
||||||
--font-primary: Fisa Code;
|
--font-primary: Fira Code;
|
||||||
|
|
||||||
/* Gruvbox Material Dark Hard */
|
/* Gruvbox Material Dark Hard */
|
||||||
--fg0: #d4be98;
|
--fg0: #d4be98;
|
||||||
|
|
|
@ -47,7 +47,7 @@ vim.g.gruvbox_material_background = 'hard'
|
||||||
vim.g.gruvbox_material_better_performance = 0
|
vim.g.gruvbox_material_better_performance = 0
|
||||||
|
|
||||||
-- To disable italic in `Comment`, set this option to `1`
|
-- To disable italic in `Comment`, set this option to `1`
|
||||||
vim.g.gruvbox_material_disable_italic_comment = 0
|
vim.g.gruvbox_material_disable_italic_comment = 1
|
||||||
|
|
||||||
-- To enable bold in function name just like the original gruvbox, set this option to `1`
|
-- To enable bold in function name just like the original gruvbox, set this option to `1`
|
||||||
vim.g.gruvbox_material_enable_bold = 0
|
vim.g.gruvbox_material_enable_bold = 0
|
||||||
|
|
|
@ -12,7 +12,7 @@ if wezterm.config_builder then
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Font
|
-- Font
|
||||||
config.font = wezterm.font 'Fisa Code'
|
config.font = wezterm.font 'Fira Code'
|
||||||
config.font_size = 10.0
|
config.font_size = 10.0
|
||||||
|
|
||||||
-- Color scheme
|
-- Color scheme
|
||||||
|
|
Loading…
Reference in a new issue