Skip to content

Commit

Permalink
breaking-change: Ignored the bitmaps directory
Browse files Browse the repository at this point in the history
This change will affect the build process in package distribution.
Bitmaps are uploaded on the release page for use, allowing you to skip
the rendering process and build using `ctgen`.

Alternatively, if you wish to render with the `cbmp` JavaScript library,
you can use the `npx cbmp render.json` command, where the `render.json`
configuration is available in the project's root directory.

cbmp: https://github.com/ful1e5/cbmp

@yochananmarqos @clefebvre @peterwu
  • Loading branch information
ful1e5 committed Sep 11, 2023
1 parent e96ec2e commit 3b54187
Show file tree
Hide file tree
Showing 2,570 changed files with 31 additions and 11 deletions.
20 changes: 18 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,23 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
node-version: [16, 17, 18, 19, 20]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- run: |
yarn install --frozen-lockfile
yarn render
continue-on-error: false
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -38,6 +49,11 @@ jobs:
- name: Fixing 'attr' module error
run: pip install --force-reinstall --upgrade attrs

- name: Clickgen(Cursor Builder) Version
run: |
clickgen --version
ctgen --version
- name: Building `Bibata Modern Amber` Cursors
run: ctgen build.toml -n 'Bibata-Modern-Amber' -c 'Yellowish and rounded edge Bibata cursors.' -d 'bitmaps/Bibata-Modern-Amber'

Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Custom
themes
bin
bitmaps
themes/
bin/
bitmaps/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

### :warning: Breaking Changes

- `bitmaps` directory remove from git repository and render with `yarn render`

### What's New?

- Using [cbmp v1.0.0](https://github.com/ful1e5/cbmp/tree/v1.0.0) for rendering cursor bitmaps.
Expand Down
Binary file modified bitmaps/Bibata-Modern-Amber/bottom_left_corner.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/bottom_right_corner.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/bottom_side.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/bottom_tee.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/center_ptr.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/circle.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/context-menu.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/copy.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/cross.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/crossed_circle.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/crosshair.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/dnd-ask.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/dnd-copy.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/dnd-link.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/dnd_no_drop.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/dotbox.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/grabbing.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/hand1.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/hand2.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/left_ptr.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 removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0001.png
Binary file not shown.
Binary file not shown.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0003.png
Binary file not shown.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0004.png
Binary file not shown.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0005.png
Binary file not shown.
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0007.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0008.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0009.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0010.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0014.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0015.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0016.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0017.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0018.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0019.png
Diff not rendered.
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0021.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0022.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0023.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0024.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0025.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0026.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0027.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0028.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0029.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0030.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0031.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0032.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0033.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0034.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0035.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0036.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0037.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0038.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0039.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0040.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0041.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0042.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0043.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0044.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0045.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0046.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0047.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0048.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0049.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0050.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0051.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0052.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0053.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0054.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0055.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0056.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0057.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0058.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0059.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0060.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0061.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0062.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0063.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0064.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0065.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0066.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0067.png
Diff not rendered.
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0069.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0070.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0071.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0072.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0073.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0074.png
Diff not rendered.
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0076.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0077.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0078.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0079.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0080.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0081.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0082.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0083.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0084.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0085.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0086.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0087.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0088.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0089.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0090.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0091.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0092.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0093.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0094.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0095.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0096.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0097.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0098.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0099.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0100.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0101.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0102.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0103.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0104.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0105.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0106.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0107.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0108.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0109.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0112.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0113.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0114.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0115.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0116.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0117.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0120.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0121.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0122.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0123.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0124.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0125.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0126.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0127.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0131.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0132.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0133.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0134.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0135.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0136.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0137.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0138.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0139.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0140.png
Diff not rendered.
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0142.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0143.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0144.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0145.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0146.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0147.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0148.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0149.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0150.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0151.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0152.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0155.png
Diff not rendered.
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0157.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0158.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0159.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0160.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0161.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0162.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0163.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0164.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0165.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0166.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0167.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0168.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0169.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0170.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0171.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0172.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0173.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0174.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0175.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0176.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0177.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0178.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0179.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0180.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/left_ptr_watch-0181.png
Diff not rendered.
Binary file modified bitmaps/Bibata-Modern-Amber/left_side.png
Binary file modified bitmaps/Bibata-Modern-Amber/left_tee.png
Binary file modified bitmaps/Bibata-Modern-Amber/link.png
Binary file modified bitmaps/Bibata-Modern-Amber/ll_angle.png
Binary file modified bitmaps/Bibata-Modern-Amber/lr_angle.png
Binary file modified bitmaps/Bibata-Modern-Amber/move.png
Binary file modified bitmaps/Bibata-Modern-Amber/pointer-move.png
Binary file modified bitmaps/Bibata-Modern-Amber/question_arrow.png
Binary file modified bitmaps/Bibata-Modern-Amber/right_ptr.png
Binary file modified bitmaps/Bibata-Modern-Amber/right_side.png
Binary file modified bitmaps/Bibata-Modern-Amber/right_tee.png
Binary file modified bitmaps/Bibata-Modern-Amber/tcross.png
Binary file modified bitmaps/Bibata-Modern-Amber/top_left_corner.png
Binary file modified bitmaps/Bibata-Modern-Amber/top_right_corner.png
Binary file modified bitmaps/Bibata-Modern-Amber/top_side.png
Binary file modified bitmaps/Bibata-Modern-Amber/top_tee.png
Binary file modified bitmaps/Bibata-Modern-Amber/ul_angle.png
Binary file modified bitmaps/Bibata-Modern-Amber/ur_angle.png
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0001.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0002.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0003.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0004.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0005.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0006.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0007.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0008.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0009.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0010.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0011.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0012.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0013.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0014.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0015.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0016.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0017.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0018.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0019.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0020.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0021.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0022.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0023.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0024.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0025.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0026.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0027.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0028.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0029.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0030.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0031.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0032.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0033.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0034.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0035.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0036.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0037.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0038.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0039.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0040.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0041.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0042.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0043.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0044.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0045.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0046.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0047.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0048.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0049.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0050.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0051.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0052.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0053.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0054.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0055.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0056.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0057.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0058.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0059.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0060.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0061.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0062.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0063.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0064.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0065.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0066.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0067.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0068.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0069.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0070.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0071.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0072.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0073.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0074.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0075.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0076.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0077.png
Diff not rendered.
Binary file removed bitmaps/Bibata-Modern-Amber/wait-0078.png
Diff not rendered.
Loading

0 comments on commit 3b54187

Please sign in to comment.