diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-07-08 14:50:44 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-08 14:50:44 +0900 |
| commit | 3e3273e5455bf87a717d372cada8491d2c19e26d (patch) | |
| tree | 16ba1c60068f37c0f95bcbd106fb276563572ddc /config | |
| parent | 9d8709a2ce4b3c58fdb309d28f2052834cb2a7fd (diff) | |
| parent | 745d41a9efc5dcb3656d6e42f3c74b47a3f2487a (diff) | |
Merge pull request #376 from ElectroPerf/development
feat: kitty: Use meslo nerd fonts for oh-my-posh
Diffstat (limited to 'config')
| -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 60a20bdf..dfee00fc 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -1,5 +1,5 @@ -font_family Fira Code SemiBold -font_size 16.0 +font_family MesloLGS Nerd Font +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
\ No newline at end of file +cursor #dddddd diff --git a/config/wallust/templates/colors-kitty.conf b/config/wallust/templates/colors-kitty.conf index ab207635..a3fa9215 100644 --- a/config/wallust/templates/colors-kitty.conf +++ b/config/wallust/templates/colors-kitty.conf @@ -1,5 +1,5 @@ -font_family Fira Code SemiBold -font_size 16.0 +font_family MesloLGS Nerd Font +font_size 16.0 bold_font auto italic_font auto bold_italic_font auto |
