diff --git a/config/awesome/theme/theme.lua b/config/awesome/theme/theme.lua index 9bc1ec9..264ab44 100644 --- a/config/awesome/theme/theme.lua +++ b/config/awesome/theme/theme.lua @@ -12,7 +12,7 @@ local themes_path = gfs.get_themes_dir() local theme = {} -theme.font = "Fisa Code, 10" +theme.font = "Fira Code, 10" theme.bg_normal = "#282828" theme.bg_focus = "#282828" diff --git a/config/discocss/custom.css b/config/discocss/custom.css index c1df42c..57e4bb6 100644 --- a/config/discocss/custom.css +++ b/config/discocss/custom.css @@ -1,5 +1,5 @@ :root { - --font-primary: Fisa Code; + --font-primary: Fira Code; /* Gruvbox Material Dark Hard */ --fg0: #d4be98; diff --git a/config/nvim/init.lua b/config/nvim/init.lua index 28d60f5..d5244d9 100644 --- a/config/nvim/init.lua +++ b/config/nvim/init.lua @@ -47,7 +47,7 @@ vim.g.gruvbox_material_background = 'hard' vim.g.gruvbox_material_better_performance = 0 -- 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` vim.g.gruvbox_material_enable_bold = 0 diff --git a/config/wezterm/wezterm.lua b/config/wezterm/wezterm.lua index c149bf5..10dfc4e 100644 --- a/config/wezterm/wezterm.lua +++ b/config/wezterm/wezterm.lua @@ -12,7 +12,7 @@ if wezterm.config_builder then end -- Font -config.font = wezterm.font 'Fisa Code' +config.font = wezterm.font 'Fira Code' config.font_size = 10.0 -- Color scheme