diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-08-30 07:09:28 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-09-01 15:33:31 +0300 |
commit | 99d1f56d99470fd2dd4f92b7d34cf430429c18c4 (patch) | |
tree | 33a41c0e1b692aad7f243b7cc06f71a96c7df27a /third-party | |
parent | SingleApplication: switch to 3.3.4 release (diff) | |
download | rekonq-99d1f56d99470fd2dd4f92b7d34cf430429c18c4.tar.xz |
Add tabler icon theme
Diffstat (limited to 'third-party')
-rw-r--r-- | third-party/resources.qrc | 31 | ||||
m--------- | third-party/tabler-icons | 0 | ||||
-rw-r--r-- | third-party/tabler-icons.theme | 13 |
3 files changed, 44 insertions, 0 deletions
diff --git a/third-party/resources.qrc b/third-party/resources.qrc new file mode 100644 index 00000000..f692daee --- /dev/null +++ b/third-party/resources.qrc @@ -0,0 +1,31 @@ +<?xml version='1.0' encoding='utf-8' standalone='yes'?> +<!DOCTYPE RCC> +<RCC version="1.0"> + <qresource prefix="/icons/tabler"> + <file alias="index.theme">tabler-icons.theme</file> + </qresource> + <qresource prefix="/icons/tabler/actions/scalable"> + <file alias="edit-clear.svg">tabler-icons/icons/backspace.svg</file> + <file alias="document-new.svg">tabler-icons/icons/browser-plus.svg</file> + <file alias="go-previous.svg">tabler-icons/icons/chevron-left.svg</file> + <file alias="go-next.svg">tabler-icons/icons/chevron-right.svg</file> + <file alias="go-jump.svg">tabler-icons/icons/chevrons-right.svg</file> + <file alias="folder-new.svg">tabler-icons/icons/folder-plus.svg</file> + <file alias="go-home.svg">tabler-icons/icons/home.svg</file> + <file alias="view-refresh.svg">tabler-icons/icons/refresh.svg</file> + <file alias="bookmark-new.svg">tabler-icons/icons/star.svg</file> + <file alias="edit-delete.svg">tabler-icons/icons/trash.svg</file> + <file alias="window-close.svg">tabler-icons/icons/x.svg</file> + </qresource> + <qresource prefix="/icons/tabler/places/scalable"> + <file alias="bookmark.svg">tabler-icons/icons/bookmark.svg</file> + <file alias="bookmarks.svg">tabler-icons/icons/bookmarks.svg</file> + <file alias="browser.svg">tabler-icons/icons/browser.svg</file> + <file alias="downloads.svg">tabler-icons/icons/download.svg</file> + <file alias="folder.svg">tabler-icons/icons/folder.svg</file> + <file alias="shortcuts.svg">tabler-icons/icons/keyboard.svg</file> + <file alias="plugins.svg">tabler-icons/icons/puzzle.svg</file> + <file alias="preferences.svg">tabler-icons/icons/settings.svg</file> + <file alias="plugin.svg">tabler-icons/icons/tool.svg</file> + </qresource> +</RCC> diff --git a/third-party/tabler-icons b/third-party/tabler-icons new file mode 160000 +Subproject 7c5431f7d61a0b0ebeac01e5a92af8774a6b938 diff --git a/third-party/tabler-icons.theme b/third-party/tabler-icons.theme new file mode 100644 index 00000000..88941053 --- /dev/null +++ b/third-party/tabler-icons.theme @@ -0,0 +1,13 @@ +[Icon Theme] +Name=tabler +Comment=A set of MIT-licensed icons + +[actions/scalable] +Size=24 +Context=Actions +Type=Scalable + +[places/scalable] +Size=24 +Context=Places +Type=Scalable |