-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix kitty font settings
- Loading branch information
Showing
3 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,50 @@ | ||
# Use additional nerd symbols | ||
# See https://github.com/ryanoasis/nerd-fonts/wiki/Glyph-Sets-and-Code-Points | ||
# kitty is shipped with "Symbols Nerd Font Mono" so no need to install it | ||
|
||
# Seti-UI + Custom | ||
symbol_map U+E5FA-U+E6B7 Symbols Nerd Font | ||
symbol_map U+E5FA-U+E6B7 Symbols Nerd Font Mono | ||
|
||
# Devicons | ||
symbol_map U+E700-U+E8EF Symbols Nerd Font | ||
symbol_map U+E700-U+E8EF Symbols Nerd Font Mono | ||
|
||
# Font Awesome | ||
symbol_map U+F000-U+F2E0 Symbols Nerd Font | ||
symbol_map U+F000-U+F2E0 Symbols Nerd Font Mono | ||
|
||
# Font Awesome Extension | ||
symbol_map U+E200-U+E2A9 Symbols Nerd Font | ||
symbol_map U+E200-U+E2A9 Symbols Nerd Font Mono | ||
|
||
# Material Design Icons | ||
symbol_map U+F0001-U+F1AF0 Symbols Nerd Font | ||
symbol_map U+F0001-U+F1AF0 Symbols Nerd Font Mono | ||
|
||
# Weather | ||
symbol_map U+E300-U+E3E3 Symbols Nerd Font | ||
symbol_map U+E300-U+E3E3 Symbols Nerd Font Mono | ||
|
||
# Octicons | ||
symbol_map U+F400-U+F533,U+2665,U+26A1 Symbols Nerd Font | ||
symbol_map U+F400-U+F533,U+2665,U+26A1 Symbols Nerd Font Mono | ||
|
||
# Powerline Symbols | ||
symbol_map U+E0A0-U+E0A2,U+E0B0-U+E0B3 Symbols Nerd Font | ||
symbol_map U+E0A0-U+E0A2,U+E0B0-U+E0B3 Symbols Nerd Font Mono | ||
|
||
# Powerline Extra Symbols | ||
symbol_map U+E0A3,U+E0B4-U+E0C8,U+E0CA,U+E0CC-U+E0D7 Symbols Nerd Font | ||
symbol_map U+E0A3,U+E0B4-U+E0C8,U+E0CA,U+E0CC-U+E0D7 Symbols Nerd Font Mono | ||
|
||
# IEC Power Symbols | ||
symbol_map U+23FB-U+23FE,U+2B58 Symbols Nerd Font | ||
symbol_map U+23FB-U+23FE,U+2B58 Symbols Nerd Font Mono | ||
|
||
# Font Logos | ||
symbol_map U+F300-U+F381 Symbols Nerd Font | ||
symbol_map U+F300-U+F381 Symbols Nerd Font Mono | ||
|
||
# Pomicons | ||
symbol_map U+E000-U+E00A Symbols Nerd Font | ||
symbol_map U+E000-U+E00A Symbols Nerd Font Mono | ||
|
||
# Codicons | ||
symbol_map U+EA60-U+EC1E Symbols Nerd Font | ||
symbol_map U+EA60-U+EC1E Symbols Nerd Font Mono | ||
|
||
# Additional sets | ||
# Heavy Angle Brackets | ||
symbol_map U+E276C-U+E2771 Symbols Nerd Font | ||
# Heavy Angle Brackets - Those appear smaller with the patched font so let's not use them | ||
#symbol_map U+276C-U+2771 Symbols Nerd Font Mono | ||
# Box Drawing | ||
symbol_map U+2500-U+259F Symbols Nerd Font | ||
symbol_map U+2500-U+259F Symbols Nerd Font Mono | ||
# Progress | ||
symbol_map U+EE00-U+EE0B Symbols Nerd Font | ||
symbol_map U+EE00-U+EE0B Symbols Nerd Font Mono |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters