diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 601ff32..bf59321 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1,12 +1,12 @@ include ./tokyonight.conf shell /bin/zsh -font_family Iosevka Nerd Font Mono +font_family JetBrainsMono Nerd Font bold_font auto italic_font auto bold_italic_font auto -font_size 14.0 +font_size 12 enable_audio_bell no diff --git a/.config/starship.toml b/.config/starship.toml index 3ec629a..54b9ac5 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -7,5 +7,5 @@ disabled = true truncate_to_repo = false [character] -success_symbol = '[➜](green) ' -error_symbol = '[✗](bold red) ' +success_symbol = '[󰧞](green) ' +error_symbol = '[󰧞](bold red) ' diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index 3c90a03..9594421 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -6,9 +6,9 @@ if wezterm.config_builder then config = wezterm.config_builder() end -config.color_scheme = "Gruvbox dark, hard (base16)" -config.font = wezterm.font("Iosevka Nerd Font") -config.font_size = 13 +config.color_scheme = "Tokyo Night (Gogh)" +config.font = wezterm.font("JetBrainsMono Nerd Font") +config.font_size = 12 config.hide_tab_bar_if_only_one_tab = true config.keys = {