Skip to content

Commit 60c0cc6

Browse files
authored
Merge pull request #259 from dalthviz/fix_252
PR: Update Codicons update command and assets
2 parents 43bcbb5 + 428270c commit 60c0cc6

8 files changed

Lines changed: 154 additions & 42 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The following prefixes are currently available to use:
7171

7272
- `ri` prefix holds [**Remix Icon** 2.5.0 with its 2271 icons.](https://github.com/Remix-Design/RemixIcon)
7373

74-
- `msc` prefix holds Microsoft's [**Codicons** 0.0.35 with its 446 icons.](https://github.com/microsoft/vscode-codicons)
74+
- `msc` prefix holds Microsoft's [**Codicons** 0.0.35 with its 540 icons.](https://github.com/microsoft/vscode-codicons)
7575

7676
### Examples
7777

UPDATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ To update _Codicons_ icons, one must:
236236
- check what is the latest released version here: https://github.com/microsoft/vscode-codicons/releases
237237
- update font version in \_\_init__.py
238238
- remove outdated files in the fonts dir
239-
- run: `python setup.py update_msc`
239+
- run: `python setup.py update_msc --msc-version X.X.X`
240240
- update Codicons version number, icon counts and URLs inside:
241241
- README.md
242242
- qtawesome/docs/source/usage.rst

docs/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ dependencies:
77
- pyqt
88
- qtpy
99
- sphinx_rtd_theme
10+
- pip

docs/source/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following prefixes are currently available to use:
3232

3333
- ``ri`` prefix holds `Remix Icon 2.5.0 with its 2271 icons.`_
3434

35-
- ``msc`` prefix holds Microsoft's `Codicons 0.0.35 with its 446 icons.`_
35+
- ``msc`` prefix holds Microsoft's `Codicons 0.0.35 with its 540 icons.`_
3636

3737
.. _FontAwesome: https://fontawesome.com
3838
.. _151 icons in the "regular" style.: https://fontawesome.com/v5/search?o=r&m=free&s=regular
@@ -45,7 +45,7 @@ The following prefixes are currently available to use:
4545
.. _Material Design Icons 5.9.55 with its 5955 icons.: https://cdn.materialdesignicons.com/5.9.55/
4646
.. _Phosphor 1.3.0 with its 4470 icons (894 icons * 5 weights\: Thin, Light, Regular, Bold and Fill).: https://github.com/phosphor-icons/phosphor-icons
4747
.. _Remix Icon 2.5.0 with its 2271 icons.: https://github.com/Remix-Design/RemixIcon
48-
.. _Codicons 0.0.35 with its 446 icons.: https://github.com/microsoft/vscode-codicons
48+
.. _Codicons 0.0.35 with its 540 icons.: https://github.com/microsoft/vscode-codicons
4949

5050
Examples
5151
~~~~~~~~

qtawesome/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
'materialdesignicons6-webfont-6.9.96.ttf': 'ecaabfbb23fdac4ddbaf897b97257a92',
7878
'phosphor-1.3.0.ttf': '5b8dc57388b2d86243566b996cc3a789',
7979
'remixicon-2.5.0.ttf': '888e61f04316f10bddfff7bee10c6dd0',
80-
'codicon-0.0.35.ttf': '2b89de3354b7768e193c0ec14571422b',
80+
'codicon-0.0.35.ttf': '8478f5b3df2158f7e4864473e34efda1',
8181
}
8282

8383

qtawesome/fonts/codicon-0.0.35.ttf

-1.62 KB
Binary file not shown.

0 commit comments

Comments
 (0)