-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1551 from ryanoasis/feature/Powerline-rounded-ove…
…rlap Increase Powerline rounded overlap
- Loading branch information
Showing
8 changed files
with
76 additions
and
30 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
#!/usr/bin/env bash | ||
# Nerd Fonts Version: 3.1.1 | ||
# Script Version: 1.0.0 | ||
# | ||
# A more conceise version of the Powerline test, designed to show | ||
# the dreaded 'faint vertical lines' phenomenon from LCD antialiasing | ||
|
||
COL_A='\033[48;5;51m\033[38;5;200m' | ||
COL_B='\033[48;5;200m\033[38;5;51m' | ||
|
||
printf "\ | ||
${COL_A} \n\ | ||
Under \ue0b2${COL_B} lap ${COL_A}\ue0b0 and \ue0b6${COL_B} top ${COL_A}\ue0b4 mop \n\ | ||
${COL_A}Over \ue0b2${COL_B} lap ${COL_A}\ue0b0 and \ue0b6${COL_B} top ${COL_A}\ue0b4 mop trop lop klop\n\ | ||
\n" | ||
|
||
COL_A='\033[48;5;238m\033[38;5;253m' | ||
COL_B='\033[48;5;253m\033[38;5;238m' | ||
|
||
printf "\ | ||
${COL_A} \n\ | ||
Under \ue0b2${COL_B} lap ${COL_A}\ue0b0 and \ue0b6${COL_B} top ${COL_A}\ue0b4 mop \n\ | ||
${COL_A}Over \ue0b2${COL_B} lap ${COL_A}\ue0b0 and \ue0b6${COL_B} top ${COL_A}\ue0b4 mop trop lop klop\n\ | ||
\n" |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2016 Ryan L McIntyre | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
Binary file renamed
BIN
+53.2 KB
src/glyphs/PowerlineExtraSymbols.otf → ...powerline-extra/PowerlineExtraSymbols.otf
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Powerline Extra | ||
|
||
For more information have a look at the upstream website: https://github.com/ryanoasis/powerline-extra-symbols | ||
|
||
## Source modified | ||
|
||
* Add missing Ice Waveform Mirrored glyph (0xE0CA) | ||
* Add Trigraph Heaven glyph (0x2630) | ||
* Simplify Waveform glyphs (0xE0C8, 0xE0CA) | ||
* Glyph 0xE0B4 and 0xE0B6 got an additional 7% strip on their straight side. | ||
* Change version of font to 1.001 | ||
|
||
Version: 1.000 (from about 2016) |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Powerline Symbols | ||
|
||
For more information have a look at the upstream website: https://github.com/powerline/powerline | ||
|
||
## Source modified | ||
|
||
* Glyph 0xE0B0 and 0xE0B2 got an additional 7% strip on their straight side. | ||
|
||
Version: 1.000 (from about 2013) |