icons theme

This commit is contained in:
Zira project 2020-07-04 18:05:08 +05:00
parent 8bbd3fdef2
commit 5b3db8b4ae
134 changed files with 189 additions and 92 deletions

View File

@ -12,7 +12,7 @@ editor_search_bg_color = #3c3f41
editor_breadcrumbs_bg_color = #314661
editor_breadcrumbs_warning_bg_color = #3f3533
editor_breadcrumbs_error_bg_color = #1d181a
editor_breadcrumbs_color = #9fc4d6
editor_breadcrumbs_color = #cccccc
editor_widget_border_color = #15365f
editor_selected_line_bg_color = #342f31
editor_selected_word_bg_color = #284436

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 389 B

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 389 B

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 972 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 398 B

After

Width:  |  Height:  |  Size: 446 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 B

After

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 575 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 736 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -173,14 +173,14 @@ QTreeView::branch:closed:has-children:has-siblings,
QTreeView::branch:closed:has-children:!has-siblings
{
border-image: none;
image: url(:/icons/plus.png);
image: url($theme_dir/images/branch-open.png);
}
QTreeView::branch:open:has-children:!has-siblings,
QTreeView::branch:open:has-children:has-siblings
{
border-image: none;
image: url(:/icons/minus.png);
image: url($theme_dir/images/branch-close.png);
}
QSizeGrip
@ -197,26 +197,26 @@ QHeaderView::section
}
QHeaderView::down-arrow {
image: url(:/icons/desc.png);
image: url($theme_dir/images/desc.png);
}
QHeaderView::up-arrow {
image: url(:/icons/asc.png);
image: url($theme_dir/images/asc.png);
}
QFileDialog
{
filedialog-new-directory-icon: url(:/icons/folder-new.png);
filedialog-parent-directory-icon: url(:/icons/up.png);
filedialog-listview-icon: url(:/icons/sidebar.png);
filedialog-detailedview-icon: url(:/icons/output.png);
backward-icon: url(:/icons/go-previous.png);
forward-icon: url(:/icons/go-next.png);
filedialog-new-directory-icon: url($theme_dir/icons/folder.png);
filedialog-parent-directory-icon: url($theme_dir/icons/up.png);
filedialog-listview-icon: url($theme_dir/icons/actionSidebar.png);
filedialog-detailedview-icon: url($theme_dir/icons/actionOutput.png);
backward-icon: url($theme_dir/icons/left.png);
forward-icon: url($theme_dir/icons/right.png);
}
QDialog
{
messagebox-question-icon: url(:/icons/help-info.png);
messagebox-question-icon: url($theme_dir/images/question.png);
}
QDialog QLineEdit
@ -803,11 +803,11 @@ QTabBar QToolButton:hover
}
QTabBar QToolButton::right-arrow {
image: url(:/icons/go-next.png);
image: url($theme_dir/icons/right.png);
}
QTabBar QToolButton::left-arrow {
image: url(:/icons/go-previous.png);
image: url($theme_dir/icons/left.png);
}
QTabBar::scroller
@ -817,13 +817,13 @@ QTabBar::scroller
QTabBar::close-button
{
image: url(:/styles/dark/close.png);
image: url($theme_dir/images/close.png);
subcontrol-position: right;
}
QTabBar::close-button:hover
{
image: url(:/styles/dark/close-hover.png);
image: url($theme_dir/images/close-hover.png);
}
QTabWidget::pane
@ -1010,6 +1010,8 @@ QDialogButtonBox
dialog-cancel-icon: url(:/styles/dark/cancel.png);
dialog-reset-icon: url(:/styles/dark/reset.png);
dialog-help-icon: url(:/styles/dark/list.png);
dialog-open-icon: url(:/styles/dark/icons/actionOpenFile.png);
dialog-save-icon: url(:/styles/dark/icons/actionSave.png);
}
QuickAccess,

View File

@ -12,7 +12,7 @@ editor_search_bg_color = #eeeef2
editor_breadcrumbs_bg_color = #daecf5
editor_breadcrumbs_warning_bg_color = #fff083
editor_breadcrumbs_error_bg_color = #ff83ab
editor_breadcrumbs_color = #335667
editor_breadcrumbs_color = #333333
editor_widget_border_color = #98c6ff
editor_selected_line_bg_color = #fef8ff
editor_selected_word_bg_color = #fffac7

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 B

After

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 B

After

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 972 B

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 410 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 341 B

After

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -173,14 +173,14 @@ QTreeView::branch:closed:has-children:has-siblings,
QTreeView::branch:closed:has-children:!has-siblings
{
border-image: none;
image: url(:/icons/plus.png);
image: url($theme_dir/images/branch-open.png);
}
QTreeView::branch:open:has-children:!has-siblings,
QTreeView::branch:open:has-children:has-siblings
{
border-image: none;
image: url(:/icons/minus.png);
image: url($theme_dir/images/branch-close.png);
}
QSizeGrip
@ -197,26 +197,26 @@ QHeaderView::section
}
QHeaderView::down-arrow {
image: url(:/icons/desc.png);
image: url($theme_dir/images/desc.png);
}
QHeaderView::up-arrow {
image: url(:/icons/asc.png);
image: url($theme_dir/images/asc.png);
}
QFileDialog
{
filedialog-new-directory-icon: url(:/icons/folder-new.png);
filedialog-parent-directory-icon: url(:/icons/up.png);
filedialog-listview-icon: url(:/icons/sidebar.png);
filedialog-detailedview-icon: url(:/icons/output.png);
backward-icon: url(:/icons/go-previous.png);
forward-icon: url(:/icons/go-next.png);
filedialog-new-directory-icon: url($theme_dir/icons/folder.png);
filedialog-parent-directory-icon: url($theme_dir/icons/up.png);
filedialog-listview-icon: url($theme_dir/icons/actionSidebar.png);
filedialog-detailedview-icon: url($theme_dir/icons/actionOutput.png);
backward-icon: url($theme_dir/icons/left.png);
forward-icon: url($theme_dir/icons/right.png);
}
QDialog
{
messagebox-question-icon: url(:/icons/help-info.png);
messagebox-question-icon: url($theme_dir/images/question.png);
}
QDialog QLineEdit
@ -806,11 +806,11 @@ QTabBar QToolButton:hover
}
QTabBar QToolButton::right-arrow {
image: url(:/icons/go-next.png);
image: url($theme_dir/icons/right.png);
}
QTabBar QToolButton::left-arrow {
image: url(:/icons/go-previous.png);
image: url($theme_dir/icons/left.png);
}
QTabBar::scroller
@ -820,13 +820,13 @@ QTabBar::scroller
QTabBar::close-button
{
image: url(:/styles/light/close.png);
image: url($theme_dir/images/close.png);
subcontrol-position: right;
}
QTabBar::close-button:hover
{
image: url(:/styles/light/close-hover.png);
image: url($theme_dir/images/close-hover.png);
}
QTabWidget::pane
@ -1013,6 +1013,8 @@ QDialogButtonBox
dialog-cancel-icon: url(:/styles/light/cancel.png);
dialog-reset-icon: url(:/styles/light/reset.png);
dialog-help-icon: url(:/styles/light/list.png);
dialog-open-icon: url(:/styles/light/icons/actionOpenFile.png);
dialog-save-icon: url(:/styles/light/icons/actionSave.png);
}
QuickAccess,

View File

@ -52,5 +52,10 @@
<file alias="mail.png">resources/images/icons/mail.png</file>
<file alias="list.png">resources/images/icons/list.png</file>
<file alias="split.png">resources/images/icons/split.png</file>
<file alias="edit-copy.png">resources/images/icons/edit-copy.png</file>
<file alias="edit-cut.png">resources/images/icons/edit-cut.png</file>
<file alias="edit-paste.png">resources/images/icons/edit-paste.png</file>
<file alias="branch-close.png">resources/images/icons/branch-close.png</file>
<file alias="branch-open.png">resources/images/icons/branch-open.png</file>
</qresource>
</RCC>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 389 B

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 389 B

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 972 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 398 B

After

Width:  |  Height:  |  Size: 446 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 B

After

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 575 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 736 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1001 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 190 B

View File

@ -174,14 +174,14 @@ QTreeView::branch:closed:has-children:has-siblings,
QTreeView::branch:closed:has-children:!has-siblings
{
border-image: none;
image: url(:/icons/plus.png);
image: url(:/styles/dark/branch-open.png);
}
QTreeView::branch:open:has-children:!has-siblings,
QTreeView::branch:open:has-children:has-siblings
{
border-image: none;
image: url(:/icons/minus.png);
image: url(:/styles/dark/branch-close.png);
}
QSizeGrip
@ -198,26 +198,26 @@ QHeaderView::section
}
QHeaderView::down-arrow {
image: url(:/icons/desc.png);
image: url(:/styles/dark/desc.png);
}
QHeaderView::up-arrow {
image: url(:/icons/asc.png);
image: url(:/styles/dark/asc.png);
}
QFileDialog
{
filedialog-new-directory-icon: url(:/icons/folder-new.png);
filedialog-parent-directory-icon: url(:/icons/up.png);
filedialog-listview-icon: url(:/icons/sidebar.png);
filedialog-detailedview-icon: url(:/icons/output.png);
backward-icon: url(:/icons/go-previous.png);
forward-icon: url(:/icons/go-next.png);
filedialog-new-directory-icon: url(:/styles/dark/icons/folder.png);
filedialog-parent-directory-icon: url(:/styles/dark/icons/up.png);
filedialog-listview-icon: url(:/styles/dark/icons/actionSidebar.png);
filedialog-detailedview-icon: url(:/styles/dark/icons/actionOutput.png);
backward-icon: url(:/styles/dark/icons/left.png);
forward-icon: url(:/styles/dark/icons/right.png);
}
QDialog
{
messagebox-question-icon: url(:/icons/help-info.png);
messagebox-question-icon: url(:/styles/dark/question.png);
}
QDialog QLineEdit
@ -804,11 +804,11 @@ QTabBar QToolButton:hover
}
QTabBar QToolButton::right-arrow {
image: url(:/icons/go-next.png);
image: url(:/styles/dark/icons/right.png);
}
QTabBar QToolButton::left-arrow {
image: url(:/icons/go-previous.png);
image: url(:/styles/dark/icons/left.png);
}
QTabBar::scroller
@ -1011,6 +1011,8 @@ QDialogButtonBox
dialog-cancel-icon: url(:/styles/dark/cancel.png);
dialog-reset-icon: url(:/styles/dark/reset.png);
dialog-help-icon: url(:/styles/dark/list.png);
dialog-open-icon: url(:/styles/dark/icons/actionOpenFile.png);
dialog-save-icon: url(:/styles/dark/icons/actionSave.png);
}
QuickAccess,

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 B

After

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 B

After

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 972 B

After

Width:  |  Height:  |  Size: 1.8 KiB

Some files were not shown because too many files have changed in this diff Show More