Skip to content

Commit

Permalink
Fix Blurry I-Beam
Browse files Browse the repository at this point in the history
fixed #117
  • Loading branch information
ful1e5 committed Oct 1, 2022
1 parent 9b6ec3c commit 17d10c5
Show file tree
Hide file tree
Showing 17 changed files with 12 additions and 37 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- prettier `bitmapping` logs
- README.md: removed nonsense and included theme names with description. (fixed #113)
- Fix [Modern Classic] I-Beam cursor is blurry #117

## [Bibata v1.1.2] - 12 July 2021

Expand Down
Binary file modified bitmaps/Bibata-Modern-Amber/vertical-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bitmaps/Bibata-Modern-Amber/xterm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bitmaps/Bibata-Modern-Classic/vertical-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bitmaps/Bibata-Modern-Classic/xterm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bitmaps/Bibata-Modern-Ice/vertical-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bitmaps/Bibata-Modern-Ice/xterm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bitmaps/Bibata-Original-Amber/vertical-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bitmaps/Bibata-Original-Amber/xterm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bitmaps/Bibata-Original-Classic/vertical-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bitmaps/Bibata-Original-Classic/xterm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bitmaps/Bibata-Original-Ice/vertical-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bitmaps/Bibata-Original-Ice/xterm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions build.toml
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ x11_name = 'ur_angle'

[cursors.vertical-text]
png = 'vertical-text.png'
x_hotspot = 100
y_hotspot = 100
x_hotspot = 7
y_hotspot = 144
x11_name = 'vertical-text'

[cursors.wait]
Expand All @@ -442,8 +442,8 @@ x11_symlinks = ["pirate", "x-cursor"]

[cursors.xterm]
png = 'xterm.png'
x_hotspot = 100
y_hotspot = 100
x_hotspot = 56
y_hotspot = 7
win_name = 'IBeam'
x11_name = 'xterm'
x11_symlinks = ["ibeam", "text"]
Expand Down
17 changes: 2 additions & 15 deletions svg/original/static/vertical-text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 2 additions & 15 deletions svg/original/static/xterm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ chownr@^1.1.1:
integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==

commander@^9.0.0:
version "9.4.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-9.4.0.tgz#bc4a40918fefe52e22450c111ecd6b7acce6f11c"
integrity sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==
version "9.4.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-9.4.1.tgz#d1dd8f2ce6faf93147295c0df13c7c21141cfbdd"
integrity sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==

concat-map@0.0.1:
version "0.0.1"
Expand Down

0 comments on commit 17d10c5

Please sign in to comment.