diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-07-08 15:21:06 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-08 15:21:06 +0900 |
| commit | b2e13f85f8f78389e7cafbb78fcb52ad6af09808 (patch) | |
| tree | 595e4f4a6933e38c45e63196da340362b12757d4 | |
| parent | f7e09af424fbea3a8181f5a00f94fa678cced2d9 (diff) | |
Revert "feat: kitty: Use meslo nerd fonts for oh-my-posh"
| -rw-r--r-- | config/kitty/kitty.conf | 6 | ||||
| -rw-r--r-- | config/wallust/templates/colors-kitty.conf | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index dfee00fc..60a20bdf 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -1,5 +1,5 @@ -font_family MesloLGS Nerd Font -font_size 16.0 +font_family Fira Code SemiBold +font_size 16.0 bold_font auto italic_font auto bold_italic_font auto @@ -22,4 +22,4 @@ selection_background none foreground #dddddd background #000000 -cursor #dddddd +cursor #dddddd
\ No newline at end of file diff --git a/config/wallust/templates/colors-kitty.conf b/config/wallust/templates/colors-kitty.conf index a3fa9215..ab207635 100644 --- a/config/wallust/templates/colors-kitty.conf +++ b/config/wallust/templates/colors-kitty.conf @@ -1,5 +1,5 @@ -font_family MesloLGS Nerd Font -font_size 16.0 +font_family Fira Code SemiBold +font_size 16.0 bold_font auto italic_font auto bold_italic_font auto |
